/* Global */
html{min-height:100%; height:100%;}
body {background:#b4babc; text-align:center; margin:0; min-height:100%; height:100%;}
a {outline-style:none;} /* Verhindert nervige gepunktete Link-Ränder in Firefox */
img {border:0;} /* Verhindert Bild-Ränder in Firefox */

/* Main Box */
table#box{width:800px; min-height:100%; height:100%;}
td.boxleftshadow{background: url(../images/leftshadow.png) right repeat-y; width:25px;}
td.boxrightshadow{background: url(../images/rightshadow.png) left repeat-y; width:25px;}
tr#boxheaderrow{height:230px; vertical-align:top;}
td#boxheader{height:230px; width:750px;}
tr#boxcontentrow{}
td#boxcontent{vertical-align:top; text-align:left; padding:20px; background:#282828;}


/* Menu Box */
div#menuarea{position:relative; left:0px; height:32px; top:198px; right:0px; width:750px; border-bottom:#838383 solid 1px;}
a.mainmenupoint, #menuactive {display:block; background:#404040 url(../images/menuoff.png) bottom repeat-x; float:left; margin-left:6px; padding-left:7px; padding-right:7px; font-size:10pt; color:#FFFFFF; text-decoration:none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; height:23px; margin-top:7px; padding-top:2px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px;}
a.mainmenupoint:hover {background:#404040; height:25px; margin-top:5px;}

#menuactive {background-color:#282828!important; background-image:none!important; height:24px!important; margin-top:2px!important; padding-top:6px!important; color:#FFFFFF!important; font-weight:bold; border:#838383 solid 1px; border-bottom:none; text-decoration:none;}
