* {
margin:0;
padding:0;
}
html, body {
margin:0; 
padding:0; 
width:100%; 
min-height:101%;
height:auto;
text-align:center;
color:#434343;
}
body {
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:11px;
text-align:center;
background:#fff url(../layout/hg_body_20x800.jpg) top left repeat-x;
}


/* wrapper seitenzentriert */
#wrapper {
width:1000px;
height:101%;
text-align:left;
margin:0 auto auto auto;
 /* ganze Bildschirmhöhe weiß oder mit Hintergrund gefüllt, auch bei weniger Inhalt (muss auch bei content eingefügt werden) */
}
/* innerer wrapper_pos positioniert, damit header und content ebenfalls positioniert werden können */
#wrapper_pos {
width:100%;
position:relative;
top:0px; left:0;
}

/*  ************* Ebene 1 ************** */
/* content und header positioniert, damit Inhalte im HTML oben stehen */
/* content enthaelt das Menue, den Hauptinhalt mit Breadcrumbs, die rechte Spalte und den Footer */
#content {
width:1000px;
height:auto;
position:absolute;
top:445px; left:0px;
background:#fff;

}
#header {
width:1000px;
height:445px;
position:absolute;
top:0px; left:0px;
background:transparent url(../layout/hg_header_home_1000x300.jpg) bottom left no-repeat;
}


/*  ************* Ebene 2 ************** */
/* main_content_wrapper enthaelt den Hauptinhalt mit Breadcrumbs und die rechte Spalte */
#main_content_wrapper {
width:1000px;
margin-bottom:20px;
float:left;
}

#footer {
clear:both;
float:left;
height:80px;
width:100%;
margin-top:30px;
border-top:1px solid #ccc;
}
.header_statisch {
width:100%;
height:145px;
background:url(../layout/hg_header_statisch_1000x145.jpg) top left no-repeat;
}

/*  ************* Ebene 3 ************** */
#main_content {
width:1000px;
}


/*  ************* Ebene 4 ************** */
#main_content_innen {
margin:15px 20px 20px 37px;
}


#footer_innen {
padding-top:10px;
margin-left:37px;
float:left;
}





