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