body {
  margin: 0px;
  text-align: center;
  font: bold 12px Verdana ;
  }
  
.back {
  text-align: left;
  width: 2000px;
  position: absolute;
  left: 0px;
  top: 0px;
  }
  
.back img
{
	margin:0px;
	padding: 0px;
}  

div.obsah {
  position: absolute;
  left: 0px;
  top: 274px;
  margin-bottom: 0px;
  z-index:10;
  } 
       
div.menu {
  position: absolute;
  left:-81px;
  top: 180px;
  }

a
  {
  text-decoration: none;
  color: black;
   }


.menuItem
{
height:14px;
width:90px;
position: absolute;
}  

.mnuIt
{
	height:14px;
   width:90px;
}
 .menuItemOver
 {
 height:14px;
width:90px;
border: solid 2px red;
border-top: none;
position: absolute;
 cursor: pointer;
 }
 


.menuItemActive
 {
height:14px;
width:90px;
border: solid 2px red;
border-top: none;
position: absolute;
 }
 

 
.include
 {
 	position: absolute;
	left: 180px;
	top: 20px;
	width:470px;
	font: normal 1em Verdana;
	padding: 10px 10px 10px 15px;
 }
 


