body 	     { margin: 0; padding: 0; background-color: #000000; color: white ; font-family : Arial, Helvetica, sans-serif ;}
div          { padding: 6px; }

#hlavicka    { position: absolute; width: 95%; top: 10px; left: 10px; height: 90px; }
#levy        { position: absolute; width: 150px; top: 112px; left: 10px; }
#obsah       { position: absolute; width: 80%; top: 120px; left: 175px; }

#levy        { background-color: black; color: white; border-style: none; border-width: 
               medium; }
#patka       { width: 100%;clear:both; height:0; content: ' '; overflow:hidden; display: none ; }

#obsah a:link
#levy h3     { color: white; }
#levy a:link { color: yellow; }
#levy a:visited { color: silver; }
#levy a:hover { color: red; }
#obsah { color: white; background-color: black }
#hlavicka, #patka { background-color: black; color: yellow; border-style: none; border-width: 
               medium; }



a:link {text-decoration:none;
          color:red}
a:visited {text-decoration:none;
          color:red}
a:hover {text-decoration:none;
          color:white}

#galerie {
 margin: 1.5em 0;
 width: 100%;
 padding: 1px 0;
}
#galerie .foto {
 float:left;
 display:inline;
 width:154px;
 height:122px;
 overflow:hidden;
 margin: 2px 2px;
 background-color:#000000;
 text-align:center;
}
#galerie .foto img {
 margin:2px 0 0 0;
 border:1px solid silver;
}
#galerie .fot p {
 margin:0;
}