#menu 
  {
    background-color:#3d9b46;
    float:left;
	  height: 40px;
	  width: 755px;	  
	}				
  
#menu ul
  {
    margin:0px; 
    padding-left:0px;    
  }
  
#menu li
  {
    float:left;
    list-style-type:none;	
		position:relative;
 	}
 	
#menu a
  {
    text-decoration:none;
    background-color:#3d9b46; 
    color:#fefbdd;    
    display:block;     
  }  
.nabidka
  {
    padding:10px 10px;
    font-size:13pt;
    font-family:Arial;
    font-weight:bold;      
  } 

.rozbalene
  {
    padding-left:5px; 
    padding-top:2px;
    padding-bottom:3px;
    font-family:Arial;
    font-size:11pt;
  } 
  
#menu a:hover
  {
    color: black;
  } 
  
#menu ul li ul
  {
    margin:0px;
    margin-left:-5px;
    position:absolute;
	}
	
#menu ul li ul li
  {
    width:170px;    
  }			
  	
#menu ul li ul li:first-child
  {
    background-color:#3d9b46;
  }
  
#menu ul li ul 
  {
    display:none
  }
  
#menu ul li:hover ul
  {
    display:block
  }	
  
#menu ul li ul:hover
  {
    display:block
  }	
  						 											 
img
  {
    border:0px;
  }

body
  {
    font-family: Tahoma;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #fefbdd;
    line-height: 150%;
  }
  
a {
    font-weight: bold;
    text-decoration: none;
    color: green;
}
a:hover {
    text-decoration: underline;
}

.hlavni
  {
    background: url("images/main_body.gif") top repeat-y;
    width:970px;
    min-height:400px;
    margin-top: -5px;           
  } 

.main
  {
    width: 990px;
    margin-top: 5px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  } 

.center
  {
    margin-left: auto;
    margin-right: auto;
  }

.left_img
  {
    float:left;
    margin-top:2px;
  }

.right_img
  {
    margin-top:9px; 
    margin-bottom: -5px;
  }

#top
  {
    width:990px; 
    height:214px; 
    background-color: #fefbdd;
  }
  
#text
  {
    width: 835px;
    margin-left:100px;
    padding-top:10px; 
  }
 
.oddelovac
  {
    padding:7px 5px;
    color:#fefbdd;
    font-size:13pt;
    font-family:Myriad Pro;
    font-weight:bold;  
  }    

i{font-size:7pt;}

.obr
{
    margin: 10px;
    margin-left: 20px;
    float:right;
}

p
{
    text-align: justify;
}
h1 {
font-size: 14pt;
font-weight: bold;
color: #693315;
}
a.copy
{
font-family: tahoma;
font-size:8pt;
color: #693315;
}