
body, html { 
  font-family: Verdana, Arial, Courier, sans-serif;
  font-size: 10px;
  color: #000000;
  background: url('../img/back.jpg') no-repeat #cc6600;
  padding: 0px;
  margin: 0px;
  }

#horni{
  position: absolute;
  left: 0px;
  top: 73px;
  border: 0.5px solid #000;
  height: 0px;
  overflow: hidden;
  width: 99%;
  margin: 0px;
  padding: 0px;
}

#dolni{
  position: absolute;
  left: 0px;
  top: 693px;
  border: 0.5px solid #000;
  height: 0px;
  overflow: hidden;
  width: 99%;
  margin: 0px;
  padding: 0px;
}

#ramecek{
 width: 600px;
 position: absolute;
 left: 360px;
 top: 120px;
 border: 1px solid #000;
 padding: 10px;
}

#text{
 height: 500px;
 color: #cc6600;
 border: 1px solid #000;
 background-color: #000;
 padding: 1em;
 overflow: auto;
 font-size: 12px;
}

#menu{
 position: absolute;
 left: 310px;
 top: 75px;
 padding: 0px;
 margin: 0px;
 color: #000;
 font-size: 12px;
}

#menu ul li{
 display: inline;
 padding: 0px;
 margin: 0px;
}

h1 {
 font-family: Garamond, times;
 font-size: 30px;
 color: #cc6600;
 margin: 0px;
 margin-bottom: 10px;
 font-weight: normal;
} 

table {
  font-family: Verdana, Arial, Courier, sans-serif;
  font-size: 12px;
  color: #cc6600;
}

#text a:visited, #text a:link{
  font-family: verdana;
  font-size: 12px;
  color: #cc6600;
  text-decoration: none;
  border-bottom: 1px dashed #cc6600;
}

#text a:hover{
  color: #cc6600;
  text-decoration: none;
  border-bottom: 1px solid #cc6600;
}

#menu a:visited, #menu a:link{
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  background-color: #cc6600;
  padding: 0px 2px 2px 2px;
  color: #000;
  text-decoration: none;
}

#menu a:hover{
  color: #cc6600;
  background-color: #000;
  text-decoration: none;
}

/*

h3 {
 color: #365718;
 padding-left: 1em;
} 
 
img {
 border: 0px;
} 



#main{
 margin-left: auto;
 margin-right: auto;
 padding: 0px;
 text-align: left;
 width: 800px;
}





#in {
 margin: 0px;
 padding: 0px;
}
*/

