html, body {
   height: 101%;
   margin: 0px;
   background:url(../img/bg.gif) top center repeat-y;
   background-color: #f1f1f1;
}

#container {
   position:absolute;
   width:818px;
   margin:0px 0px 0px -410px;
   left: 50%;
}

#menu {
   float:left;
   height:60px;
   width:818px; 
}

#top {
   float:left;
   height:87px;
   width:818px;
   background:url(../img/top_bg.gif) top center repeat-x;
   border-bottom: 1px solid #f1f1f1;
}

#main {
   float:left;
   width:818px;
   background:url(../img/main_bg.gif) top center repeat-x;

}

#main_left {
   float:left;
   width:590px;
   height:280px;
   padding:20px 208px 0px 20px; 
   background:url(../img/startseite_mainpic.jpg) top center repeat-x;   
   border-bottom:1px solid #f1f1f1; 
   }

#main_sub {
   float:left;
   width:778px;
   margin:20px;   
}

#main_sub_l {
   float:left;
   width:250px;
   margin-right:10px;
}

#main_sub_r {
   float:right;
   width:513px;
   margin-left:5px;
   }

#main_sub_r_1 {
   float:left;
   width:244px;
   margin-right:5px;
}

#main_sub_r_2 {
   float:right;
   width:249px;
   margin-left:10px;
}

#footer {
   float: left;
   width:798px;
   border-top:1px solid #f1f1f1;
   margin-bottom:20px;
   padding-right:20px;
   padding-top:5px;
   text-align:right;
}














