/*Layouteinstellungen layout.css CSS file*/
body {
text-align:center; /*center hack*/
}
#wrap {
width:850px; 
margin:0 auto; 
text-align:left;
}
#header {
text-align:left;
z-index:100;
}
/*#footer {
clear:both;
}*/
#main-body {
float:left;
width:100%;
z-index:10;
}
/*#sidebar-2 {
float:right;
width:24.1%;
overflow:hidden;
margin-left:-3px;
}*/
#content {
float:right;
width:82%;
overflow:hidden;
padding:5px;
z-index:10;
}
#sidebar {
	float:left;
	width:140px;
	overflow:hidden;
}
#pagehead {
float:right;
width:74%;
overflow:hidden;
}
.inside {
padding:5px 5px 5px 5px;
}
