body {
 background-color: #FDC68E;
 margin-top: 10px;
 font-family: verdana;
 font-size: 11px;
 color: #000;
}
a {
 font-family: verdana;
 font-size: 11px;
 color: #F38000;
}
a:hover {
 color: orange;
 text-decoration: none;
}
.hlavni {
width: 950px
}
.menu {
 height: 30px;
 font-size: 12px;
 font-weight: bold;
 position: relative;
 border: 0px #fff solid;
 background-image: url("img/menu.jpg");
}

.menu a {
 line-height: 30px; 
 padding: 5px 12px 5px 12px; 
 text-decoration: none; 
 color: #F38000; 
 border: 1px #fff solid;
 border-left: none;
 border-top: none;
 border-bottom: none;
}
.menu a:hover {
 color: black;
 text-decoration: underline;
}
.hlavicka {
 background-image: url("img/logo.jpg");
 border: 0px #336633 solid;
 height: 128px;
 border-bottom: none;
}
.telo {
 text-align: left;
 background-color: white;
 padding: 8px 27px;
 border: 0px #336633 solid;
}
.text {
 font-family: verdana;
 font-size: 11px;
}
.patka {
 text-align: right;
 font-size: 9px;
}

.odstavec {
 text-indent: 30px; 
 margin: 0px 0px 20px 0px;
 text-align: justify;
}

.odstavec2 {
 text-indent: 0px; 
 margin: 0px 0px 20px 30px;
 text-align: justify;
}

.upraveny {
 float: right;
 width: 518px;
 height: 389px;
 margin: 0px 0px 20px 30px;
}

.dodatek {
 background-color: #cccccc;
 width: 890px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

.pod_kalk {
 margin: 0px 0px 0px 0px;
 padding: 20px 80px 20px 50px;
}


h1 {
 font-family: verdana;
 font-size: 18px;
 color: #F38000;
 font-weight: bold;
}
h2 {
 font-family: verdana;
 font-size: 15px;
 color: #F38000;
 font-weight: bold;
}
h1 a {
 text-decoration: none; 
 font-family: verdana;
 font-size: 18px;
 color: #F38000;
 font-weight: bold;
}
h1 a:hover {
 color: black;
 text-decoration: underline; 
}
li {
 list-style-type: square;
}
.ss1 {font-family: verdana;color: #006EB0; font-size: 65px;}
.ss2 {font-family: verdana;color: #006EB0; font-size: 20px;}

.code {
 color: red;
}


/*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%; }

