/* *author: Aistleithner Florian *date: 2006-02-16 *last change: 2006-02-16 *TODO: *changelog: -div.main */ /*The allsurrounding div*/ div.main{ width:800px; margin-left: -400px; left: 50%; min-height: 99.99%; height: 99.99%; position: absolute; top: 0px; background: purple; } /*This div surrounds the topimage and the headerimage*/ div.head_sur{ width: 800px; padding:0px; margin-bottom: 7px; height: 208px; } /*The image on top*/ div.topimage{ background: url(../images/h_logo.jpg); height: 70px; padding:0px; margin-bottom: 7px; } /*The header-image*/ div.headerimage{ padding:0px; margin: 0px; height: 131px; } /*The div that surrounds the menu and the content*/ div.body_sur{ padding:0px; margin: 0px; margin-top: 0px; position: relative; background: yellow; } /*The menu-div*/ div.menu{ padding:0px; margin: 0px; width: 140px; /*background: blue;*/ float: left; background-color:#9FB6C8; min-height: 100%; height: 100%; } /*The content-div*/ div.contentdiv{ padding:0px; margin: 0px; width:653px; /*background: red;*/ float: right; background-color: #EEF2F5; min-height: 100%; height: 100%; } img { border: 0px; padding: 0px; /*This hack is because M$ Internet Explorer sucks!!!!!111*/ margin-bottom: -4px; !important margin-bottom: 0px; } img.moduletable{ border: 0px; padding: 0px; /*This hack is because M$ Internet Explorer sucks!!!!!111*/ margin-bottom: -4px; !important margin-bottom: 0px; } a { text-decoration:none; color:#3b3b3b; line-height:18px; font-family: Verdana; font-size:13px; } #active_menu{ font-weight:bold;}