html {height:100%;}

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	height:100%;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/seiten_hintergrund.jpg );
	background-repeat:no-repeat;
	

}
.seiteneinteilung {

	width:100%;
	height:100%;

	
}
.navigation {
	position:absolute;
	padding:inherit;
	margin:inherit;
	
	width:224px;
	height:571px;

	background-color:#92AFD7;
	float:left;
	
}
.inhalt {
	position:absolute;
	margin-left:224px;
	margin-top:271px;
	width:700px;
	overflow:auto;
	background-color:#DEE8F1;
	float:left;
	padding-left:15px;
}
.foother {
/*	width:715px;*/
	height:31px;
	
	margin-left:224px;
	clear:both;
	width:721px;
	background-image:url(../images/foother.jpg);

}
.header {
	position:absolute;
	margin-left:224px;
	width:526px;
	float:left;

}
