/*   Copyright Kubice.com   */
/*   Powered by Jan Kubiče  */
/* Homepage: www.kubice.net */
body {
  background-image: url(images/mrizka.gif);
  background-color: black;
  background-repeat: repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	
  color: #e6deb6; /* bylo #88c2e5 */
  font-weight: normal;
  text-align: left;
     }
a {
  color: #4fa0ec; /* bylo #e7d17c */
  text-decoration: underline;
  font-weight: bold;
  }
a:hover {
  color: #80b8ec; /* bylo #ffffbd */
  }
           
#menu_cover  {
  position: absolute;
  left: 0px;
  top: 150px;
  height: 47px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-image: url(images/menu_back.gif);
  background-repeat: repeat-x;
  }
  
ul#menu {
  text-transform: uppercase;
  text-align: center;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.0em; 
  }
  
ul#menu li {
  list-style-type: none;
  display: inline;
  float: left;
  margin-top: -10px;
  padding: 0px 0px 0px 0px;
  width: 163px;
  font-size: 1.0em;
  }
ul#menu li a {
  color: #e6deb6;
  background: url(images/bottom_back.gif);
  padding: 10px 10px 6px 10px;
  width: 120px;
  display: block;
  text-decoration: none;
  }  
ul#menu li a:hover {
  color: #fff6ca;
  background: url(images/bottom_back.gif) 0 -35px;
  }  
ul#menu li a:active {
  color: #e8dfb8;
  background: url(images/bottom_back.gif) 0 -70px;
  } 
  
#main_area {
  position: relative;
  top: 50px;
  width: 800px;
  background-image: url(images/main_bg.gif);
  background-repeat: repeat-y;
  
  }
#hlavnitext {
  font-size: 0.9em;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Georgia, Arial, sans-serif;
  }

#nadpis {
  width: 190px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 10px;
  
  text-align: center;
  font-weight: bold;
  }

#text_left {
  color: #e6deb6;
  font-weight: normal;
  width: 200px;

  
  position: relative;
  left: 10px;
  }
  
#text_right {
  font-weight: normal;
  color: #e6deb6;
  width: 530px;

  float: right;
  position: absolute;
  top: 35px;
  left: 250px;
  
  }
#bottom {
  height: 20px;
  width: 800px;
  background-image: url(images/main_bottom.gif);
  background-repeat: no-repeat;
  position: relative;
  top: -4px;
  }
h1 {
  color: #d4b23d;
  font-size: 1.2em;
  font-weight: bold;
  }
  
h2 {
  color: #e6deb6;
  font-size: 1em;
  font-weight: bold;
  }
  
h3 {
  color: #e6deb6;
  font-size: 0.9em;
  font-weight: bold;
  }
  

