body
{
 background: #faebd7
}


#doboz1{
      background-color:#e3e3e3;
      height: absolute;
      width: 600px;
      position: absolute;   
      top: 50px;
      bottom: auto;
      left: 230px;
      right: auto;
      z-index: 1;
      padding:50px
}
#doboz2{
      height: 250px;
      width: 250px;
     
      
      position: absolute;
      top: 50px;
      bottom: auto;
      right: auto;
      left: 20px;
      z-index: 0;
}





h1 {letter-spacing: 0.15cm;}

A:link    { color: red }
A:active  { color: blue; font-size: 125% }
A:visited { color: green; font-size: 85% }

/*      V1        */
	
*{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu4 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu4 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu4 li a:link, #menu4 li a:visited {
	color: #000000;
	display: block;
	background: url(menu4.gif);
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:hover {
	color: #000000;
	background: url(menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:active {
	color: #000000;
	background: url(menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}