/*************************************/
/*   STYLESHEET FOR UWC.CZ   */
/*                                                          */
/*        (c) Martin Kryl, 2005              */
/*                                                          */
/*************************************/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height : 15pt;
}


table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height : 15pt;
}

div.topDiv {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  top: 5px;
}

 /*   =========   FONTS  ===========    */

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #00918C;
  font-weight: bolder;
 }

 .lightblue {
  color: #00918C;
  }

 .important  {
  color: #CC0033
}

  a {
    color: #003C87
   }

 hr {
  width: 80%;
  color: #000000;
}

 /*   =========   LAYOUT  ===========    */

div.content_home {
  position: absolute;
  width: 530px;
  left:10px;
  top: 150px;

  /* border-top: 1px solid #003C87;
  border-bottom: 1px solid #003C87;*/
}

div.content {
  position: absolute; left:10px; top: 150px;
  width: 600px;
}

div.side_menu_home {
  position: absolute;
  left: 560px;
  top:125px;
  width: 200px;
  text-align: center;
}

div.side_menu {
  position: absolute;
  left: 630px;
  top:125px;
  width: 130px;
  text-align: center;
}

div.side_menu_inside {
  border-bottom: 1px dotted #003C87;
  text-align: center;
  font-size: 9pt;
  padding: 7px;
  line-height : normal;
}

a.side_menu {
  color: #00918C;
  text-decoration: none;
 }

 a.side_menu:hover {
  color: #000000;
  text-decoration: none;
 }

  /*   =========   FOOTER  ===========    */

div.footer {
  position: relative;
  width: 750px;
  text-align: center;
  font-size: 8pt;
  color: #C6C6C6;
}

a.footer {
  color: #C6C6C6;
}

  /*   =========   MAIN MENU  ===========    */

div.logo {
  position: absolute;
  top: 11px;
  left: 10px;
 }

div.main_menu {
  position: absolute;
  top: 101px;
  text-align: center;
  border-right: 1px solid #003C87;
 }

 a.main_menu {
  color: #003C87;
  text-decoration: none;
  font-size: 11pt;
 }

  a.main_menu:hover {
  color: #000000;
  text-decoration: none;
  font-size: 11pt;
 }

 a.main_menu_selected {
  color: #000000;
  font-size: 11pt;
  }

  a.news {
    text-decoration: none;
   }

   a.news_important {
    text-decoration: none;
  color:#CC0033;
    }

div.divider {
  border-bottom: 1px dotted #003C87;
  text-align: center;
  font-size: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height : 1px;
}

