/* Camping Hana, Veverská Bitýška CSS by dqd 2005, 2009, 2011 */


/* styly */

a {
	color: #071355;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline
}
a:active {
	background-color: silver;
	color: black
}
h4 {
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 20px;
}
hr {
	color: #071355;
	height: 2px;
	clear: both
}
body {
	color: black;
	background: url('images/pozadi.gif') repeat #C8DDE8;
	margin: 0;
	padding: 0
}
body, p, li, td, th {
	font-family: Verdana, sans-serif, Arial
}
body, td, th {
	font-size: .8em
}
body, html {
	scrollbar-face-color: #C8DDE8
}
p {
	text-align: justify;
	margin: 0px;
	padding-left: 50px;
	padding-right: 50px
}
.text {
	text-indent: 20px;
	padding-right: 25px
}
.input {
	font-size: 12px;
	background: url('images/input.gif') repeat-x;
	background-color: #C8DDE8;
	height: 17px;
	border: 1px solid #071355
}
.inputarea {
	font-size: 12px;
	background-color: #E7F0F5;
	border: 1px solid #071355
}
.button {
	font-size: 11px;
	background: url('images/input.gif') repeat-x;
	background-color: #C8DDE8;
	height: 18px;
	border: 1px solid #071355;
	cursor: hand
}
.comment {
	text-align: right;
	font-size: .9em
}
.right {
	float: left;
}

* {-moz-box-sizing: border-box} /* Mozilla */

/* pozice */
#hlavni {
	width: 760px;
	margin: 0 auto 0 auto
}
#horni {
	height: 142px;
	width: 100%;
	background: url('images/horni.gif') no-repeat;
	background-position: 143px 0
}
#lang {
	position: absolute;
	top: 9px;
	left: 50%;
	margin-left: 316px;
	width: 53px;
	text-align: right
}
#menu {
	position: absolute;
	top: 142px;
	width: 760px;
	height: 36px
}
#prostredni {
	padding-top: 50px;
	_padding-top: 70px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	width: 760px;
	background-color: #C8DDE8;
	min-height: 350px;
	_height: 350px;
}
#spodni {
	background: url('images/spodni.gif') no-repeat;
	text-align: right;
	font-size: 11px;
	padding-top: 18px;
	width: 760px;
	height: 52px;
}

/* Tisk */

@media print {
	#horni, #spodni, #menu, #lang {
		display: none;
	}
	#hlavni, #prostredni {
		background: transparent;
	}
}

/* Camping Hana, Veverská Bitýška by dqd 2005, 2009, 2011 */
