html, body {
margin: 0;
padding: 0;
}
body { font-size: 101%; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-align: center;/*fuer IE_quirks*/
}

/* mainboxes */
#wrapper { background-image: url(../prog_images/Subnavi_back_big2.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: 20px 28px; position: relative; margin: 25px 3% 30px; text-align: left;/*Aufheben von IE_quirks im BODY*/
}

#header { color: #000; font-size: 13px; background-color: white; padding-top: 5px; padding-bottom: 5px; padding-left: 30px; border-top: 1px solid silver; border-bottom: 1px solid silver; }

#content { position: relative; color: #000; background-repeat: repeat-y; height: 160px; margin: 0 150px 0 20px; border-left: 1px solid silver; /* noetig fuer IE */
}

#menue { position: relative; float: right; top: 0; width: 266px; color: #000; text-align: right; margin: 0; padding: 0; border-right-color: silver; border-right-width: 1px; }
#inhalt { color: #000; background-color: white; text-align: left; margin-right: 17px; margin-left: 20px; padding: 25px 450px 25px 25px; border-top: 1px solid silver; border-right: 1px solid silver; border-left: 1px solid silver; }
#footer { color: #000; font-size: 13px; font-weight: bold; background-color: #fff; padding: 5px 0 5px 47px; text-align: left; border-top: 1px solid silver; border-bottom: 1px solid silver; }
#footer2 { color: #0079b9; font-size: 9px; }
