
body    { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; background-image: url("../images/bg.gif"); background-repeat: repeat-x; background-position: 0 0; margin: 0; padding: 0 }
#pagewidth     { margin: 0; padding: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100% } 
 
#header      { margin: 0; padding: 0; position: absolute; top: 0; left: 0; width: 600px; height: 120px }
#logo     { margin: 0; position: absolute; top: 0; left: 150px; width: 285px; height: 51px; float: left }
#leftcol    { margin: 0; padding: 0; position: absolute; top: 120px; left: 0; width: 150px; height: 400px; float: left; border-left: 5px solid white }
#maincol        { margin: 0; padding: 0; position: absolute; top: 120px; left: 156px; width: 500px; float: left }
#inhalt { margin: 10px 10px 10px 0; padding: 0; width: 400px; height: 380px; float: left; overflow: auto }
#rightcol    { margin: 0; padding: 0; position: absolute; top: 120px; right: 0; width: 250px; height: 400px; float: right; border-right: 5px solid white; border-left: 5px solid white }
#footer { font-size: 10px; position: absolute; top: 540px; left: 156px; width: 700px; height: 30px }
.clr{clear:both;}
.content { color: fuchsia; background-color: lime }
/*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/
