body  {
	margin: 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(bodyBackground.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 973px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 

.thrColAbsHdr #header {
	height: 204px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(hlavicka.jpg);
	margin: 0px;
/*	border-bottom-width: 3px;
	border-right-width: 3px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #555;
	border-right-color: #555;
        -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/
        -moz-box-shadow: 3px 3px 4px #aaa;
	-webkit-box-shadow: 3px 3px 4px #aaa;
	box-shadow: 5px 5px 5px #555;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	/*
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
        */
} 
.thrColAbsHdr #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 */
}

.thrColAbsHdr #header a{
	height: 190px;
	position:absolute;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.thrColAbsHdr #top {
	width: 973px;
	height: 30px;
	display: block;
	float: left;
	vertical-align: middle;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.thrColAbsHdr #top a, .thrColAbsHdr #top a:visited{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 20px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	display: block;
        background-repeat: no-repeat;
    
    color: #999999;
}

.thrColAbsHdr #top a, #top a:hover{
	
}
.thrColAbsHdr #top a:hover{
    background-color: #CCC;
}
.thrColAbsHdr #top a:hover span{
}

.thrColAbsHdr #sidebar1 {
	top: 205px;
	left: 0;
	width: 150px; /* padding keeps the content of the div away from the edges */
	float: left;
	padding: 3px;
	margin: 3px;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-image: url(fileinfp.gif);
}
.thrColAbsHdr #sidebar1 h3{
	text-align: center;
	margin: 3px;
	padding: 3px;
}
.thrColAbsHdr #sidebar2 {
	top: 300px;
	right: 0px;
	width: 160px; /* padding keeps the content of the div away from the edges */
	float: right;
	padding: 3px;
	margin: 3px;
	background-image: url(fileinfp.gif);
	background-repeat: repeat-x;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;*/
	color: #CCC;
}
.thrColAbsHdr #sidebar2 a, #sidebar2 a:visited{
	display: block;
	color: #999;
	text-decoration: none;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 5px;
	font-size: xx-small;
}
.thrColAbsHdr #sidebar2 a:hover{
	background-color: #D7DBCA;
}
.thrColAbsHdr #mainContent {
	margin: 3px;
	padding: 3px;
	float: left;
	background-color: #FFF;
	width: 622px;
	top: 205px;
	background-image: url(fileinfp.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.thrColAbsHdr #mainContent h1{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.thrColAbsHdr #mainContent img, #mainContent a{
	border:0;
}
.thrColAbsHdr #footer {
	float: left;
	width: 100%;
	background-image: url(fileinfp.gif);
	background-repeat: repeat-x;
	height: 107px;
} 
.thrColAbsHdr #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 */
}
.thrColAbsHdr #footer p {
    padding-right: 10px;
    text-align: right;
}
.thrColAbsHdr #footer p a{
    color: gray;
    text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.menu1 a:visited, .menu2 a:visited, .menu3 a:visited, .menu1 a, .menu2 a, .menu3 a, .menu1_act a, .menu2_act a, .menu3_act a, .menu1_act a:visited, .menu2_act a:visited, .menu3_act a:visited
{
	display: block; 
	color: #666; 
	text-decoration: none;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #DDD;
	background-color: #EEE;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	vertical-align: middle;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCC;
}



.menu2 a, .menu2 a:visited, .menu2_act a:visited
{
	font-size: x-small;
	/*background-color: #FEEBB1;*/
    border-left-width: 10px;
    border-left-color: #ffffff;
    border-left-style: solid;
}
.menu3 a, .menu3_act a, .menu3 a:visited, .menu3_act a:visited
{
	font-size: xx-small;
	border-left-style: solid;
    border-left-width: 20px;
    border-left-color: #ffffff;
}
.menu1 a:hover, .menu2 a:hover, .menu3 a:hover{
	background-color: #FFF;
	border-right-color: #D1AF68;
}
.menu1_act a, .menu1_act a:visited, .menu2_act a, .menu2_act a:visited, .menu3_act a, .menu3_act a:visited
{
    background-color: grey;
    border-right-color: #D1AF68;
    color: white;
    
}
.WhiteFrame{
	width:100%;
	display:block;
	margin: 0px;
	padding: 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #ccccff;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: left;
	float: left;
}
.WhiteFrame h1
{
	color: #000000;
	font-size: small;
	width: 100%;
}


.WhiteFrame a, a:hover, a:visited

{

	color: #000000;
}
.WhiteFrame p img{
	float: left;
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	padding: 5px;
	margin: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.WhiteFrame hr
{
	clear:both;
	display: none;
	color: #069;
}
.Foto{
	height: 200px;
	width: 200px;

}

.Foto img {
	margin: 5px;
	border: 1px solid #000000;
}

.Foto a {

    text-decoration: none;
}
#Thumbs table{
	float: left;
	height: 201px;
	width: 200px;
	margin: 3px;
	background-image: url(fileinfp.gif);
	background-repeat: repeat-x;
	color: #333333;
	background-color: #FFFFFF;
	}
	
	#Thumbs td{
	height: 50px;
	text-align: center;
	}
div.eForm{
	margin-top: 10px;
}
.eForm a {
	background-color: #CCCCCC;
	width: 100px;
	border: 1px solid #999999;
	padding: 5px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.eForm a:hover
{
background-color: #f2a154;
color: #355172;
}


#eMenu td, #eMenu th{
	border: 1px solid #999999;

}
#eMenu table{
border-collapse:collapse}
#eMenu th{
text-align:left;}

.thrColAbsHdr #header #svatek{
	margin-left: 320px;
	color: #B26241;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table * {white-space:nowrap;}
#menuPosition{
 
    margin-bottom: 10px;
    text-align: right;
}
#menuPosition a {

    color: #006633;
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.word, .xls, .pdf{
	background-repeat: no-repeat;
        padding-left: 35px;
	height: 30px;
	display: block;
        float: left;

}
.word
{
	background-image: url(../Images/iconWord.jpg);
}
.xls
{
    background-image: url(../Images/iconXLS.jpg);
}
.pdf
{
    background-image: url(../Images/iconPDF.jpg);
}

.prilohy{
    width: 100%;
    background-color: #ddd;
}

#temperature{
	position:absolute;
	left:100px;
	top:20px;
	z-index:1;
	display: none;
}

#teplomer{
	position:absolute;
	left:20px;
	top:20px;
	z-index:1;
}
#iconRadar{
	position:absolute;
	left:120px;
	top:50px;
	z-index:1;
}

.icon img{
    margin-right: 0px;

    margin-left: 0px;

    margin-bottom: 0px;

    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.Labelw50{
    width:  150px;

    display: block;
}
.center{
    text-align: center;
}
.FormButton{
    width: 100px;
    
}