@charset "utf-8";
body {
	font: 80% 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: #000000;
	background-image: url(../images/BACKGROUND.png);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 875px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
}
.oneColFixCtrHdr #header {
	height: 150px;
	background-image: url(../images/Header.jpg);
}
.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 {
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	text-align: justify;
	padding-top: 40px;
}
.oneColFixCtrHdr #footer {
	height: 60px;
	clear: both;
	background-image: url(../images/Footer.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #header #TopMenuHolder {
	float: left;
	left: 34%;
	/*left: 45%;
	top: 30%;*/
	top: 70%;
	position: relative;
	width: auto;
}
#whole_text {
	font-family: formata;
	font-size: medium;
	text-align: justify;
	padding: 3%;
}
#LINKA {
	color: #00FF00;
	width: 95%;
}
#footer_text  {
	font-family: formata;
	font-size: medium;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
#Nadpis, #Nadpis_bez_posunuti {
	font-family: Formata_H;
	font-size: large;
	
}
#Nadpis {
	padding-left: 3%;
}
#Informace, #Informace_bez_posunuti  {
	font-family: formata;
	font-size: medium;
	font-style: normal;
}
#Informace  {
	padding-left: 3%;
}

#table_holder {
	border: medium solid #0000FF;
	margin:2%;
}
.img {border:0;}

#form_holder {
	border: medium solid #0000FF;
	text-align: left;
	padding: 20px;
	margin: 2%;
}

