BODY  {
		
		background-image: url('images/himmel.jpg');
		
}
A {display: marker; text-decoration: none; color: black}
A:active {font-size : 13px; }
A:hover{color: red}
A:visited{color: darkmagenta  }
.style2 {font-family: Arial}
.style3 {font-family: Arial; font-size: 14px; }
.style5 {font-family: Arial, Helvetica, sans-serif}
.style6 {font-family: Arial; font-weight: bold; } 
		
#title {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 100px;
	background: url('images/walking1.gif') no-repeat fixed left top; padding-top : 30px;

	
	text-align:right;
	font-weight:bold; font-size:30px; font-family:arial, sans-serif 
	
	
}
#leftmenu {
	position:absolute;
	left:40px;
	top:200px;
	width:250px;
	padding-top: 10px;
	font: 80% normal arial, sans-serif;   
	/*background-color:silver;*/
}
 
  
#rightmenu {
	position:absolute;
	right:0px;
	top:200px;
	width:200px;
	/*background-color:silver;*/
	font: 80% normal arial, sans-serif;
	padding: 10px;
}
#content {
	position:absolute;
	leftt:200px;
	top:200px;
	width:524px;

	font: 80% normal arial, sans-serif;
	rem padding-top: 10px;
	/*background-color:yellow;*/
	margin-left:250px;
	margin-right:440px
	

}