@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #01193F;
	background: #163e66;
}
a:link {
	color: #01193F;
}
a:visited {
	color: #01193F;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
h2 {
	font-size: 19px
}
h1 {
	font-size: 24px;
}

.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-image: url(images/prubeh.jpg);
	background-repeat: repeat-y;
	background-position: 0px center;
}
.oneColFixCtrHdr #header {
	background-image: url(images/index.jpg);
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 209px;
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #menu {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/podmenu.jpg);
	height: 39px;
	padding-left: 118px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #menu img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #container #menu img:hover {
	filter: Alpha(Opacity=40);
	visibility: visible;
	opacity: 0.4;
}


.oneColFixCtrHdr #header h1 {
	color: #FFFFFF;
	text-align: left;
	margin: 0;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 24px;
	text-indent: 120px;
}

.oneColFixCtrHdr #mainContent {
	margin-right: 120px;
	margin-left: 118px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/patka.jpg);
	background-repeat: repeat-y;
	background-position: 0px center;
	height: 60px;
	text-align: center;
	font-size: 12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
	width: 50%;
	float: left;
}

.oimg   {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 78px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 30px;
}
.oneColFixCtrHdr #container #header .oimg img {
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #header .oimg img:hover{
	filter: Alpha(Opacity=40);
	visibility: visible;
	opacity: 0.4;
}
#seznam {
	width: 40%;
	float: left;
	clear: right;
	height: 140px;
}
#seznam2    {
	width: 60%;
	float: right;
	clear: right;
	height: 140px;
}
.pole {
	border: 1px solid #807172;
	background-color: transparent;
	width: 300px;
	visibility: inherit;
}
.tlacitko {
	border: 1px solid #807172;
	background-color: transparent;
	width: 150px;
	visibility: inherit;
}
