BODY, TABLE, P, TD
   {
   font-family: Verdana, Tahoma, sans-serif;
   font-size: 12px;
   color: #3C3C77;
   text-align: justify;
}

A:link    { color: orange; text-decoration: underline; }
A:visited { color: orange; text-decoration: underline; }
A:active  { color: orange; text-decoration: underline; }
A:hover   { color: #3C3C77; text-decoration: underline; }


#logo {
   position: absolute; top: 0px; left: 0px; height: 100px; width: 260px;
   background-image: url("../img/logo.gif");
   border: 1px solid #D5D8DF;
}

#titul {
   position: absolute; top: 0px; left: 260px; height: 100px; width: 740px;
   background-image: url("../img/titul.jpg");
   border: 1px solid #D5D8DF;
}

#menu {
   position: absolute; top: 105px; left: 0px; height: 30px; width: 1000px;
   background-color: #FFCC00;
   border: 1px solid #D5D8DF;

}


.menu_pol {
   display: block;
   width: 105px;
   text-align: center;

   background-color: #FFCC00;

   border-left   : 0px solid #D5D8DF;
   border-right  : 0px solid #D5D8DF;
   border-top    : 5px solid #FFCC00;
   border-bottom : 5px solid #FFCC00;
}

a.menu_pol:link     { color: black; text-decoration: none; }
a.menu_pol:visited  { color: black; text-decoration: none; }
a.menu_pol:active   { color: black;: none; }
a.menu_pol:hover    { color: black; text-decoration: none; }


.menu_pol:hover {
   border-bottom: 5px solid #000000;
}



#obsah {
   background-color: #FFFFFF;
   position: absolute; top: 140px; left: 0px; width: 1000px;
   border: 1px solid #D5D8DF;
}


