@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 831px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000000;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 194px;
	width: 831px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #000000;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006897;
	border-left-color: #006897;
	width: 717px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Navigace {
	display: block;
	position: relative;
	width: 715px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 170px;
	left: 50px;
}
.schovat {
	display: none;
}
.Navigace a {
	margin-right: 50px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #aad540;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000000;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	height: 99px;
	width: 831px;
}
p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pruh {
	display: block;
	position: relative;
	height: 126px;
	width: 733px;
	left: -8px;
	top: -5px;
}
#mainContent a {
	color: #006897;
}
#mainContent a:hover {
	color: #aad540;
	text-decoration: none;
}
.Recnici img {
	border: 4px solid #aad540;
}
.Jmeno {
	color: #aad540;
}
input {
	border: 1px solid #aad540;
	background-color: #CCCCCC;
}
textarea {
	border: 1px solid #aad540;
	background-color: #CCCCCC;
}




.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.Navigace a:hover {
	margin-right: 50px;
	font-weight: bold;
	color: #aad540;
	text-decoration: none;
}
.NavigaceActive {
	margin-right: 50px;
	font-weight: bold;
	color: #aad540;
	text-decoration: none;
}
