/* CSS Document */
body {
 width:900px;
 font-size:10px;
 font-family:Tahoma, Verdana, Helvetica, Arial, sans-serif;
 margin:0px;
}

a {
 border:0;
 text-decoration:none;
}

#vsechno {
 background:url(../img/bg_zelena.png) left top repeat-y white;
}
#vrchni_pruh {
 margin-left:232px;
 border-top:10px silver solid;
 text-align:right;
 color:gray;
 line-height:25px;
 padding-right:15px;
}

#vrchni_pruh a {
 text-decoration:none;
 color:rgb(128,128,128);
}

#vrchni_pruh a:hover {
 color:rgb(0,0,0);
}

#logo {
 margin-left:300px;
 border:0;
}

#velka_cast {
 margin-left:80px;
 margin-top:20px;
 background:url(../img/hlavni_obrazek_dark.gif) top left no-repeat rgb(100,100,100);
 border:5px rgb(211,211,211) solid;
 border-right:0;
 height:200px;
}

#velka_cast .svetle_seda {
 padding:0 0 0 15px;
 background-color:rgb(211,211,211);
 float:right;
 width:268px;
 height:200px; 
 font-size:12px;
} 

#velka_cast .nadpis {
 color:gray;
 font-size:25px;
 margin-bottom:5px;
 padding-bottom:2px;
 border-bottom:1px white solid;
}

#velka_cast ul {
 list-style:square;
 margin:10px 0;
 padding:0 0 0 20px;
}

#velka_cast ul li {
 margin:5px 0;
}

#leve_menu {
 font-size:15px;
 color:white;
 text-decoration:none;
 padding:0;
 font-weight:bold;
 margin-top:50px;
 margin-left:60px;
 margin-bottom:50px;
 line-height:50px;
 width:170px;
 float:left;
}

#leve_menu a {
 padding-left:10px;
 font-size:15px;
 color:white;
 text-decoration:none;
 display:block;
 width:160px;
}

#leve_menu a:hover {
 background-color:rgb(14,86,0);
}

#leve_menu td {
 border-bottom:1px white solid;
}

#obsah {
 margin-left:240px;
 padding:10px;
 font-size:13px;
 text-align:justify;
}

#obsah ul {
 list-style:square;
 margin:5px 0 25px 0;
 padding:0 0 0 30px;
}

#obsah h1 {
 font-size:25px;
 font-weight:normal;
 margin-top:5px;
 margin-bottom:15px;
}

#obsah h2 {
 font-size:15px;
 font-weight:normal;
 margin-top:0px;
 margin-bottom:0px;
 display:inline;
}

#obsah h2 a {
  margin:0;
  
}

#copyright {
 text-align:center;
 margin-top:50px;
 margin-left:231px;
 clear:left;
 background-color:rgb(192,192,192);
 border-top:5px rgb(128,128,128) solid;
 padding:5px;
 color:rgb(128,128,128);
}

#copyright a {
 color:rgb(128,128,128);
}

#kontakty {
 width:200px;
}

ul.ukazky {
 line-height:25px;
}

.zelene {
 color:rgb(122,163,9);
}

a.zelene:hover {
 border-bottom:1px rgb(122,163,9) dotted;
}

.tucne, .tluste {
 font-weight:bold;
}

.nahled {
 float:right;
 margin:10px;
 border:1px silver solid;
 padding:2px;
}

.popisek {
 font-size:0.8em;
 line-height:25px;
}

.clear {
 clear:both;
}

