body {
	margin:0;
	background-color: #ffffce;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#page {
	width:900px;
	height:666px;
	}
	
#header {
	width:430px;
	height:95px;
	background-image:url(../images/header.jpg);
	padding-top: 55px;
	padding-left: 468px;
	font-size: 11px;
	}
	
#content {
	position:absolute;
	top:130px;
	left:270px;
	width:650px;
	height:350px;
	font-size:12px;
	padding-top:30px;
	}

#textbox_scroll {
	width: 620px;
	height: 290px;
	overflow-x:none;
	overflow-y:scroll;
}
	
#footer {
	width:900px;
	height:166px;
	}
	
#navigation {
	position:absolute;
	top:525px;
	left:230px;
	width:681px;
	height:42px;
	float:right;
	border-top: 2px solid #FFDF46;
	border-bottom: 2px solid #FFDF46;
	}
	
#navigationspunkte {
	min-width:65px;
	height:26px;
	float:right;
	padding-left:17px;
	padding-right:17px;
	padding-bottom:8px;
	padding-top:8px;
	}
	
#bildleiste {
	width:242px;
	height:666px;
	position:absolute;
	}
	
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}


#legende {
	width:250px;
	height:30px;
	position:absolute;
	margin-left: 250px;
	margin-top: 100px;
	font-size: 12px;
	}
	
#contentpfeile_rechts {
	width:26px;
	height:20px;
	position:absolute;
	margin-left: 870px;
	margin-top: 500px;
	}
	
#contentpfeile_links {
	width:26px;
	height:20px;
	position:absolute;
	margin-left: 250px;
	margin-top: 500px;
	}



	
		
