body {
 background-color: #B55A00;
 margin-top: 10px;
 font-family: verdana;
 font-size: 11px;
 color: #000;
}
a {
 font-family: verdana;
 font-size: 11px;
 color: #8E4600;
}
a:hover {
 color: #8E4600;
 text-decoration: none;
}
.hlavni {
width: 886px
}
.menu {
 text-align: left;
 position: relative;
 border: 1px #fff solid;
 background-color: #8E4600;
}
.menu a {
 line-height: 23px; 
 padding: 5 15 5 15px; 
 text-decoration: none; 
 color: white; 
 border: 0px #fff solid;
 border-left: none;
 border-top: none;
 border-bottom: none;
}
.menu a:hover {
 text-decoration: underline;
 color: orange;
}
.hlavicka {
 background-image: url("logo.swf");
 border: 1px #fff solid;
 height: 160px;
 border-bottom: none;
}
.telo {
 text-align: left;
 background-color: #F2EDCF;
 padding: 8px 8px;
}
.text {
 font-family: verdana;
 font-size: 11px;
}
h1 {
 font-family: verdana;
 font-size: 16px;
 color: #8E4600;
 font-weight: bold;
}
h2 {
 font-family: verdana;
 font-size: 12px;
 color: #00B044;
}
li {
 list-style-type: square;
}
.paticka {
 background-color: #8E4600;
 border: 1px #fff solid;
 line-height: 23px;
 font-family: verdana;
 font-size: 11px;
 color: white;
}
.paticka a {
 line-height: 23px; 
 text-decoration: none; 
 color: white; 
 border: 0px #fff solid;
 border-left: none;
 border-top: none;
 border-bottom: none;
}
.paticka a:hover {
 text-decoration: underline;
 color: orange;
}
.ss1 {font-family: verdana;color: #006EB0; font-size: 65px;}
.ss2 {font-family: verdana;color: #006EB0; font-size: 20px;}

.code {
 color: red;
}
#vyzvy /*  tady si men pixeli jak chces aby se ti to posouvalo  */
{
 padding-left: 225px;
}
/*AKTUALITY*/
h4{
color: brown;
font-size: 14px;
margin: 0;
display: inline;
}
#news_text {
text-align: left;
border: 5px solid black;
padding: 5px 10px;
background-color: white;
width: 500px;
}



/*CSS Style Light box */
#lightbox{ position: absolute; top: 40px; left: 0; width: 100%; height: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none; }
#prevLink, #nextLink{ width: 49%; height: 100%; background: transparent url(img/lightbox/blank.gif) no-repeat; display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/lightbox/next.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Arial, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; font-weight: bold; }
#imageData{ padding:0 10px; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  background: url(img/lightbox/closelabel.gif) right 15% no-repeat; } 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.clearfix:after { content : "."; display : block; height : 0; clear : both; visibility : hidden; }
* html > body .clearfix { display : inline-block; width : 100%; }
* html .clearfix { height : 1%; }
