/* Page style */

* {
margin:0;
padding:0;
}

html, body{ 
 margin:0; 
 padding:0;
 background-color:#EEEEEE; 
 }
 
body {
font-family: "Arial CE", Arial, Helvetica, sans-serif;
font-size:77%;
}  

a img {
 border:0;
} 

a {
color:black;
text-decoration: none;
}
 
a:hover {
text-decoration: underline;
}
 
#pagewidth{ 
 width:914px;  
 margin:auto; /*center layout ?*/
 background:url(images/stin-pozadi.gif);
} 

#allpage {
 margin:auto;
 width:864px;
}

 
#header{
 position:relative; 
 height:130px; 
  background-color:#fff; 
 width:100%;
} 
#header img {
  float:left;

}

 
#leftcol{
 width:200px;
 float:left; 
 position:relative;
 padding:35px 0 300px 15px; 
 /*height:900px; -----------*/
 }
 
 h4.leftsub{
 margin-top:20px;
 font-size:90%;
 font-weight:normal;
 }
 
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:585px;
 padding:0 27px 60px 27px;
 text-align: justify;
 
 }
 #maincol p, #maincol ul , #maincol ol{
 line-height:1.7em; 
 }
 
 #maincol ul {
 padding:5px 0px 10px 20px;
 }
 
 
#pagebottom{
 height:19px;
 line-height:10px;
 background:url(images/pagebgd-bottom.gif) 0 0 #EEEEEE no-repeat;
 clear:both;
 } 

#footer {
 display:block;
 height:20px;
 width:914px;
 margin:auto;
 text-align:center;
 font-size:90%;
} 
 
#pagecontent {
background:url(images/pagebgd.gif) 0 0 repeat-y;
}

#topmenu {
background:url(images/lista.gif) 0 0 repeat-x;
height:34px;
}


/* Element styles */
/* top menu */

ul.topmenu li{
list-style: none;
float:left;
padding: 9px 70px 0 15px;
font-weight: bold;
}

ul.topmenu li a{
 background:url(images/odrazka-velka-blue.gif) 0 40% no-repeat;
 padding-left:18px;
}
ul.topmenu li a.active{
 background:url(images/odrazkabig-active.gif) 0 40% no-repeat;
 padding-left:18px;
 text-decoration: underline;
 color:#52000C
}

/* left menu */

#leftcol h2 {
 font-size:120%;
 font-family: Georgia, serif;
 font-weight: normal;
 color:#3E5D78;
 margin:0 0 1.5em 0;;
}

ul.leftmenu {
list-style: none;
font-size:90%;
}

ul.leftmenu li a{
padding-left:0px;

}

ul.leftmenu li{
padding:3px;
padding-left:10px;

}


ul.leftmenu li.active{
padding-left:10px;
position:relative;
background:url(images/odrazka-mala.gif) 0  7px no-repeat;
font-weight: bold;
color: #3E5D78 ;
}

ul.leftmenu li.active ul{
font-weight:normal;
}

ul.leftmenu ul {
margin-left:10px;
list-style: none;
}

/* main content */

.breadcrumb {
text-align:right;
padding-top:3px;
font-size:90%;

}

#maincol h1, #maincol h2, #maincol h3, #maincol h4, #maincol h5, #maincol h6  {
 font-family: Georgia, serif;
 font-weight: normal;
 color:#3E5D78;
 margin:.6em 0 1em 0;
}

#maincol a {
text-decoration: underline;
}

#maincol h1 {
 font-size:150%;
 text-indent:20px;
 background:url(images/odrazka-velka-blue.gif) 0  5px no-repeat;

}
#maincol h2 {
 font-size:130%;
}
#maincol h3 {
 font-size:120%;
}
#maincol h4 {
 font-size:110%;
}
#maincol h5 {
 font-size:100%;
}
#maincol h6 {
 font-size:90%;
}

#maincol ul, #maincol ol {
padding-left:30px;
padding-right:50px;
margin-bottom:.7em;
}
#maincol p {
margin-bottom:1em;
}

.addressblock {
margin-top:150px;
margin-bottom:50px;
font-size:90%;
color:#666;
position:absolute;
bottom:0;
}

.addressblock a{
color:#666;
text-decoration: underline;
}

.galleryimage {
display:block;
float:left;

}

.imgwtext {
display:block;
float:left;
width:190px;
height:200px;
text-align: center;
}
.imgwtext p{
padding-top:5px;
font-size:90%;
}
 
 
 
.floatright {
float:right;
margin-left:20px;
border:5px solid white;
} 
.floatleft {
float:left;
margin-right:20px;
border:5px solid white;
} 
 

.ramecek {
border:5px solid white;
}

 
.download {
padding:10px 0;
} 
 
 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

