body {
   font-family: serif;
   font-size: 15px;
   background-color: #fff;
   color: #000;
   padding: 10px 0 0;
   margin: 0;
   }
HTML>body {
   padding: 0;
   }

#header {
   background: #ffffff;
   padding: 0;
   border: 0px solid #ffffff;
   margin: 0px 0px 0px 150px;
   width: 779px;
   position: absolute
   top: 0px
   left: 0;
   none repeat scroll 0% 50%;
   height: 135px;
   }

#main {
   background-color: #ffffff;
   padding: 0;
   border: 0px solid #ffffff;
   margin: 0px 150px;
   top: 0px;
   }

#left {
   background: #cccccc;
   padding: 0;
   border: 0px solid #ffffff;
   margin: 0px 0px 0px 0px;
   width: 135px;
   position: absolute;
   top: 0px;
   left: 0;
   none repeat scroll 0% 50%;
   height:1000px;
   }

#right {
   background: #cccccc;
   padding: 0;
   border: 0px solid #ffffff;
   margin: 0px;
   width: 135px;
   position: absolute;
   top: 0px;
   right: 0;
   none repeat scroll 0% 50%;
   height:1000px;
   }

#mitte {
   background: #ffffff;
   padding: 0;
   border: 0px solid #ffffff;
   margin: 0px;
   width: 250px;
   position: absolute;
   top: 250px;
   left: 375px;
   none repeat scroll 0% 50%;
   height:200px;
   }

#links {
   background: #ffffff;
   padding: 0;
   border: 0px solid #ffffff;
   margin: 0px;
   width: 220px;
   position: absolute;
   top: 300px;
   left: 150px;
   none repeat scroll 0% 50%;
   height:200px;
   }

#rechts {
   background: #ffffff;
   padding: 0;
   border: 0px solid #ffffff;
   margin: 0px;
   width: 220px;
   position: absolute;
   top: 300px;
   left: 600px;
   none repeat scroll 0% 50%;
   height:200px;
   }


#SLink {
   background: #ffffff;
   padding: 0;
   border: 0px solid #ffffff;
   margin: 0px;
   width: 100px;
   position: absolute;
   top: 730px;
   right: 225px;
   none repeat scroll 0% 50%;
   height:100px;
   }