/*telo*/
body {

background-color: #85A4C1;
text-align: center;
font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; 
font-size: 80%; 
line-height: 150%; 
color: black;
}

body>.main {
 height: auto;
 }

body>#celek {
 height: auto;
 }

#celek{
background: url('../pic/design/pozadi.jpg') repeat-y;
min-height: 600px;
width: 800px; 
position: relative;
text-align: left; 
z-index: 50;

}
#kontejner {
text-align: left; 
margin: 0 auto;
width: 820px;
}

.zahlavi {
width: 786px; 
height: 264px; 
position: relative; 
top: 0px; 
left: 0px; 
z-index: 10;
}


#logo{
position: absolute;
top: 25px;
left: 44px;  
}

.leftmenu {
height: 500px;
width: 140px; 
_width: 150px; 
margin-left: 22px;
position: absolute; 
top: 255px; 
_top: 265px; 
left: 15px;
z-index: 20;
}


/*.rightmenu {
width: 160px;
height: 500px; 
position: absolute; 
right: 5px; 
_right: 5px; 
top: 170px;
_top: 184px; 
z-index: 1000;
margin-right: 7px;
}
*/

.box {
width: 550px;
margin-left: 200px;
margin-bottom: 40px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 40px;
position: relative;
top: 0px;
_top: 15px;
z-index: 11;
}

.patka {
color: black;
width: 800px;
height: 64px;
overflow: hidden;
position: relative;
bottom: 40px;
left: 0;
padding-top: 15px;
text-align: center;
font-weight: bold;
font-size: 10pt;
background: url('../pic/design/patka.jpg') no-repeat;
z-index: 100;
}

.kote {
margin: 2px;
}

.sedive{
background-color: #EEEEEE;
}

/*formátování textu*/

.obrazek_velky {
padding-right: 10px;
}

.male {
font-size: 12px; 
color: black;
}

.zvyrazni {
font-size: 11px;
}

.nadpishl {
color: white; 
font-size: 14pt;
}

.bile {
color: white;
}

h1 {
font-size: 20px;
color: black;

}

h2 {
font-size: 17px;

color: black;
}

h3 {
font-size: 15px;

}

h4 {
font-size: 14px;
}

.obr_galerie {
padding: 1px;
}
/*tabulky*/

.tabulkacerna {

border: 1px solid black;
font-size: 11px;
color: black;
}

.tabulka {
font-size: 12px;
color: black;
}

.blok {
text-align: justify;
/*text-indent: 30px; margin: 0px;
text-indent: 30px; margin-bottom: 0px; margin-top: 0px;*/
}


.zvyrazni a {
color: yellow;
}

a:hover {
color: red;
}

a.visited  {
color: blue;
}
/*tisk*/
@media print {
.blok {
text-align: justify;
text-indent: 30px; margin: 0px;
text-indent: 30px; margin-bottom: 0px; margin-top: 0px;
font-family: Times New Roman CE, Times New Roman;
font-size: 12pt;}

body {background-color: white;}

.box {
position: absolute;
top: 0px;
left: -180px;
width: 650px;
margin-bottom: 40px;
padding-right: 40px;
padding-bottom: 40px;
background-color: white;
}

.odkaz {
color: white;
text-decoration: underline;
}

#celek {
border-left: 0px solid white;
border-right: 0px solid white;
border-top: 0px solid white;
background: url('none.jpg');
}
.zahlavi {
display: none;
}
.leftmenu {
display: none;
background-color: white;
}
.rightmenu {
display: none;
background-color: white;
}
.patka {
display: none;
}

}