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

INPUT, TEXTAREA {
   border: 1px solid #CCCCCC;
}

TABLE TD {
   vertical-align: top;
}

.tabulka {
   background-color: #ffffff;
   border: 1px solid #cccccc;
}

.tabulka th {
   background-color: #6f7da7;
   border: 1px solid #cccccc;
}

.tabulka td {
   background-color: #ffffff;
   border: 1px solid #cccccc;
}

.obrazek {
   border: 1px solid #cccccc;
}

#nadpis
   {
   color: #FFFFFF;
   background-color: #6f7da7;
}

#logo {
   position: absolute; top: 0px; left: 0px; height: 124px; width: 190px;
   background-image: url("../img/logo.jpg");
   border-left: 1px solid gray;
   border-top: 1px solid gray;
}

#hlavicka {
   position: absolute; top: 0px; left: 190px; height: 124px; width: 810px;
   background-image: url("../img/title.jpg");
   border-top: 1px solid gray;
   border-right: 1px solid gray;
}

#hmenu-left {
   position: absolute; width: 190px; height: 25px; top: 124px; left: 0px;
   background-color: #c0ccff;
   border-left: 1px solid gray;
}

#hmenu-right {
   position: absolute; width: 310px; height: 25px; top: 124px; left: 690px;
   background-image: url("../img/menu-right.jpg");
   border-right: 1px solid gray;
}

#hmenu {
   position: absolute; top: 124px; left: 190px; width: 600px;
}

#hmenu li {
   font-family: Verdana, Tahoma, sans-serif;
   font-size: 10px;
}

#obsah {
   position: absolute; top: 148px; left: 0px; width: 1000px;
   color: #3C3C77;
   font-family: Verdana, Tahoma, sans-serif;
   font-size: 12px;
   text-align: justify;
}

.zvyrazni {
   background-color: #bfcfff;
   border: 1px solid red;
}
