/*** Grundlayout ***/

body{
background-color:#F2F2F2;
}



div#center{
width: 827px;
margin: 28px auto 0px auto;
}

div#main{
width: 827px;
float:left;
background-color:white;
border:1px solid #CCCCCC;
padding:10px;
}

div#header{
width: 827px;
height: 100px;
margin: 0 0 40px 0;
padding:0;
background: url('/images/header.png') no-repeat;
}

div#naviTop{
height: 21px;
width: 887px;
top: 79px;
position:relative;
}

div#body{
width: 827px;
}

div#naviLeft{
width: 143px;
float: left;
height: 500px;
}

div#content{
margin: 0px 22px 0px 22px;
float: left;
/* Die Breite wird direkt im HTML über inline-CSS definiert */
}

div#sidebar{
width: 211px;
float:left;
}


