* {
	margin: 0;
	padding: 0;
}
body {
	background: #d7d6d2 url("img/_podkl.gif") repeat-x;
	font-family: sans-serif;
	font-size: small;
	color: #000;
	margin: 15px 0;
}
img, fieldset {
	display: block;
	border: none;
}
.invisible, hr {
	display: none;
}
.visible {
	display: block;
}
a {
	text-decoration: none;
}
#main-bg {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	display:block;
	width:500px;
	height:356px;
	background: url('img/podkladroh.gif') no-repeat;
}
.page {
	width: 990px;
	margin: 0 auto;
	font-size: 93%;
	z-index:1;
	position:relative;
}
.logo {
	display: block;
	width: 990px;
	height: 160px;
	text-align: center;
	color: #000;
	position: relative;
	font-size: 250%;
	border-bottom: 2px solid #d7d6d2;
}
.logo span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 990px;
	height: 160px;
	background: url('img/logo.jpg') no-repeat left top;
}
.logo a {
	color: #000;
	cursor: pointer;
}
.menu-home {
	background: #009f3c url('img/menu.png') repeat-x left top;
	height: 35px;
}
.menu {
	height: 37px;
	background: url('img/menu.png') repeat-x left top;
}
.menu ul {
	float: right;
}
.menu li, .menu-home li {
	float: left;
	list-style-type: none;
	background: url('img/menu-over.png') no-repeat right top;
}
.menu li {
	background: url('img/menu-over.png') no-repeat left top;
}
.menu a, .menu-home a {
	float: left;
	color: #fff;
	height: 26px;
	padding: 9px 15px 0 15px;
}
.menu a:hover, .menu-home a:hover {
	background: url('img/menu-over.png') repeat-x left top;
}
.footer {
	margin-top: 2px;
	background: url('img/bottom.png') no-repeat left top;
	text-align: right;
	height: 25px;
	padding: 7px 15px 0 0;
}
.footer a {
	color: #999;
	font-size: 86%;
}
.main {
	background: #F8F8F8;
	border-bottom: 5px solid #009f3c;
	padding: 20px 40px;
	font-size: 112%;
}
.cleaner {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}
.main h1 {
	font-size: 200%;
	color: #009f3c;
	font-weight: normal;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd
}
.main h2 {
	font-size: 135%;
	font-weight: normal;
	margin: 20px 0 5px 10px;
	color: #214382;
}
.main a {
	color: #214382;
	text-decoration: underline;
}
.main p {
	margin: 15px 10px;
	line-height: 150%;
}
.main table {
	margin: 12px 0 12px 40px;
	line-height: 150%;
}
.nabidka, .main ul {
	margin-left: 45px;
	line-height: 150%;
}
.main li {
	padding-bottom: 5px;
}
.nabidka li {
	font-weight: bold;
	padding-bottom: 10px;
}
.nabidka ul {
	margin-left: 15px;
}
.nabidka li li {
	font-weight: normal;
	padding: 2px 0;
}
.vyrazne {
	text-align: center;
	font-size: 140%;
	margin: 10px 0;
}
.main td {
	padding: 1px 50px 1px 0;
	vertical-align: top;
}
.main td span {
	padding-right: 10px;
}
.faq span {
	display: none;
	padding-left: 10px;
}
.faq span.visible {
	display: block;
}
.dotaz {
	float: right;
}
.dotaz table {
	margin-left: 10px;
}
.input {
	border: 1px solid #ddd;
	width: 250px;
	padding: 3px;
}
