body
    {
    margin: 0px;
    padding: 0px;
    background-color: #e3f4fb;
    background-image: url(./img/background.jpg);
    background-repeat: repeat-x;
    }

a {color: #006699; font-size: 100%;}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:active {text-decoration: underline;}
a:hover {text-decoration: none; color: #003366}

a.foot {
  font-family: Arial;
  font-size: 14px;
  color: grey;
  text-align: center;
  text-indent: 0px;
       }
a.foot:link {text-decoration: underline;}
a.foot:visited {text-decoration: underline;}
a.foot:active {text-decoration: underline;}
a.foot:hover {text-decoration: none; color: #003366}

td.top
         {
          background-image: url(./img/top_left.gif);
          background-repeat: no-repeat;
          width: 980px; height: 200px;
          vertical-align: top;
         }

td.top_left
         {
          background-image: url(./img/top_left.gif);
          background-repeat: no-repeat;
          width: 252px; height: 200px;
          vertical-align: top;
         }

td.top_right
         {
          background-image: url(./img/top_right.jpg);
          background-repeat: no-repeat;
          width: 728px; height: 200px;
          vertical-align: top;
         }

td.top_bot
         {
          background-image: url(./img/top_bot.jpg);
          background-repeat: no-repeat;
          width: 1000px; height:42px;
         }

img.angel
     {
        position: relative;
        bottom: 2px;
        left: 2px;
     }
div.menu
        {
        vertical-align: top;
        position: relative;
        top: 240px;
        left: 100px;
        overflow: visible;
        }
p, ul
 {
  font-family: Verdana;
  color: #006699;
  font-size: 16px;

 }

p.ogl
 {
  font-family: Verdana;
  color: #006699;
  font-size: 16px;
  text-align: center;
  text-indent: 0px;
  text-decoration: underline;
  margin: 0px;
  padding: 0px;
 }

p.foto
 {
  font-family: Verdana;
  color: #006699;
  font-size: 12px;
  text-align: justify;
  text-indent: 10px;
  text-decoration: none;
  margin: 0px 15px 0px 15px;
  padding: 0px;
 }

h3
 {
  font-family: Verdana;
  color: #006699;
  font-size: 16px;
  text-align: center;
  text-align-last: left;
  margin: 8 px;
 }

p.foot
 {
  font-family: Arial;
  font-size: 14px;
  color: grey;
  text-align: center;
  text-indent: 0px;
 }

p.seminar
 {
  font-family: Arial;
  font-size: 20px;
  color: blue;
  text-align: center;
  text-indent: 0px;
  text-align-last: left;
  margin: 8 px;
 }
 
td.menu
       {
       vertical-align: top;
       width: 5%;
       padding: 0px 0px 0px 0px;
       }

td.main
       {
       vertical-align: top;
       width: 100%;
       padding: 10px 0px 10px 0px;
       font-family: Verdana;
       color: #006699;
       font-size: 16px;
       text-align: justify;
       text-indent: 30px;
       text-align-last: left;
       }

td.raspisanie
 {
  font-family: Arial;
  font-size: 16px;
  color: #006699;
  text-indent: 0px;
  text-align: center;
  border: 3px double #993366;
 }

 
#openButton {
font: 20px Arial;
color: red;
cursor: pointer;
}

#closeButton {
font: 20px Arial;
color: red;
cursor: pointer;
display: none;
}

#divwin {
display: none;
}