/* CSS Document */

body {
	background-color: #c0dcac;
	_text-align: center;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #079fe0;
	vertical-align: middle;
	background-color: #FFFFFF;
	background-image: url(../images/nadpis_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% -1px;
	margin: 10px 0px 5px 0px;
	float: left;
	padding: 6px 12px 7px 0px;
	min-width: 300px;
	_width: 300px;
	_white-space: nowrap;
/*   _width: expression(this.offsetWidth < 300 ? "300px" : "auto" );*/
}

h3{
	margin: 15px 15px 10px 15px;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	margin: 15px 15px 10px 15px;
	color: #FFFFFF;
	font-family: Georgia;
	font-weight: bold;
	font-size: 20px;
}

fieldset {
	width: 320px;
	margin: 3px 25px 5px 25px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}

fieldset legend {
	color: #FFFFFF;
	font-weight: bold;
}

table, table td, table tr, table th {
	float: none;
	clear: both;
}


ul{
	margin-left: 15px;
}

ul li{
	color: #FFFFFF;
	_margin-left: 30px;
}

p{
	text-indent: 15px;
	text-align: justify;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 25px 10px 25px;
	font-weight: bold;
}

p strong{
	text-decoration: underline;
}

img{
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: text-bottom;
}

a img{
	border: 0px;
}

p img {
	border: 4px solid #FFFFFF;
	
}

h2 img{
	margin: 0px 12px 0px 28px;
	vertical-align: middle;
}

.all {
	clear: both;
}

.left {
	clear: left;
}

.a_right {
	float: right;
	margin: 5px 25px 8px 15px;
	cursor: pointer;
}

.container {
	_text-align: left;
	width: 980px;
	height: auto;
	background-color: #c0dcac;
	margin: 0px auto 0px auto;
	padding: 0;
	border-bottom: 21px solid #c0dcac;
}

.top_menu{
	width: 980px;
	height: 403px;
	background-color: #c0dcab;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	float: left;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
.top_menu a{
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.top_menu a img {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.header {
	width: 677px;
	height: 403px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
}

.body_container {
	width: 892px;
	margin: 0px auto 0px 46px;
	padding: 0px 0px 0px 0px;
	background-color: #76cc37;
	border: 2px solid #FFFFFF;
	border-top: none;
}

.print {
	display: none;
}

.no_print, #FOOTER{

}
.centered{
	text-align: center;
	width: 100%;
}
.doprava{
	width: 200px;
	float: right;
	text-align: center;
	margin: 0px 25px 50px 0px;
	position: relative;
	top: -10px;
	color: #FFFFFF;
}
.doleva {
	float: left;
}

dl {
	margin: 3px 0px 5px 25px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
dt{
	font-weight: bold;
}
dd{
	font-size: 16px;
}
dd a{
	color: #FFFFFF;
}
.validated {
	width: 100%;
	text-align: center;
}