body
{
	height:100%;
	overflow-y: auto;
}

#Hauptnav {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -6em;
	left: 50%;
	width: 12em;
	height: 100%;
	overflow-y: hidden;
	height: 100%;
	text-align: center;
}

#LinkerInhalt {
 width: 24em;
 position: absolute;
 margin-right: 7em;
 right: 50%;
 top: 0;
 bottom: 0;
 overflow-x: hidden;
 height: 100%;
 text-align: right;
	padding-left: 5px;
}
 
#RechterInhalt {
   width: 24em;
   position: absolute;
   margin-left: 7em; 
   left:50%;
   height: auto;
   top:0px; 
   bottom:0px;
   overflow: auto;
   text-align: left;
	padding-right: 5px;
}

#Unternav {

}

img {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

img:first-child {
	margin-top: 0.5em;
	margin-bottom: 0;
}