body, html {margin:0;padding:0;height:100%;width:100%;background-color:#f7f7f7; font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10pt;}

.backgroundtd {background-color:#5e3b24}
#line {clear:both;}

.topLineLeft {float:left;height:28px;width:295px;border-right:1px solid #5e3b24;background-color:#f7f7f7;}
.topLineRight {float:left;height:28px;width:820px;border-right:1px solid #5e3b24;background-color:#f7f7f7;;color:#5e3b24;}
.topLineRight .text {padding-left:10px;padding-top:5px;font-weight:bold;}

.navarea {float:left;width:295px;border-right:1px solid #f7f7f7;height:470px;}
.navarea .logo {text-align:right;margin-top:25px;margin-right:25px;}
.navarea .navigation {text-align:right;margin-top:125px;}
.navarea .navlist {float:right;width:150px;}
.navarea .navlist ul {list-style:none;padding:0;margin:0;}
.navarea .navlist ul li.active {background-color:#f7f7f7;}
.navarea .navlist ul li.active a {color:#5e3b24;}
.navarea .navlist ul li.active a:hover {color:#f7f7f7;}
.navarea .navlist ul li a {padding:4px 25px 4px 4px;text-decoration:none;font-weight:bold;display:block;color:#f7f7f7;}
.navarea .navlist ul li a:hover {text-decoration:none;font-weight:bold;display:block;background-color:#977b69;}


.contentarea {float:left;width:820px;border-right:1px solid #f7f7f7;height:470px;background-color:#977b69;}
.contentarea .content {float:left;width:650px;}
.contentarea .navaddition {float:left;width:45px;margin-top:241px;}
.contentarea .navaddition ul {list-style:none;padding:0;margin:0;}
.contentarea .navaddition li {padding:4px 25px 4px 4px;}
.contentarea .navaddition li.active {background-color:#f7f7f7;}

.contentarea .contentTabs {height:45px;}
.contentarea .contentTabs ul {list-style:none;padding:0;margin:0;padding-top:22px;padding-left:12px;font-size:0.9em;}
.contentarea .contentTabs ul li {float:left;margin-left:6px;}
.contentarea .contentTabs ul li a {padding:4px 15px 4px 15px;text-decoration:none;font-weight:bold;display:block;color:#977b69;background-color:#cfd3d2;border-bottom:1px solid #977b69;}
.contentarea .contentTabs ul li a:hover {text-decoration:none;font-weight:bold;display:block;color:#5e3b24;}
.contentarea .contentTabs ul li.active a {color:#5e3b24;background-color:#f7f7f7;border-bottom:1px solid #f7f7f7;}
.contentarea .contentTabs ul li.active a:hover {background-color:#f7f7f7;color:#5e3b24;}

.contentarea .contentMain {clear:both;padding:20px 30px;color:#5e3b24;height:338px;width:510px;background-color:#f7f7f7; background-image:url(/img/bgmain.gif);background-repeat:no-repeat;background-position:0px 0px;}

.contentarea .contentMain p {padding:0;margin:0;padding-bottom:5px;font-size:0.9em;line-height:1.4em;}
.contentarea .contentMain p.ueberschrift {font-weight:bold;padding-bottom:15px;font-size:1.25em;}
.contentarea .contentMain p.text {padding:0;margin:0;padding-bottom:5px;font-size:0.9em;line-height:1.4em;}
.contentarea .contentMain .text {padding:0;margin:0;padding-bottom:8px;font-size:0.9em;line-height:1.4em;}
.contentarea .contentMain .ueberschrift {font-weight:bold;padding-bottom:15px;font-size:1.25em;}

.contentarea .contentMain a {text-decoration:underline;color:#666666;}
.contentarea .contentMain a:hover {text-decoration:none;color:#666666;}

.linkslink a {text-decoration:underline;color:#5e3b24;}
.linkslink a:hover {text-decoration:none;color:#5e3b24;}


.contentarea .sujets {float:left;text-align:right;width:170px;}

.contentarea .contentMain ul {margin-top:0px;}


.bottomLineLeft {float:left;height:28px;width:295px;border-right:1px solid #5e3b24;background-color:#f7f7f7;}
.bottomLineRight {float:left;height:28px;width:820px;border-right:1px solid #5e3b24;background-color:#f7f7f7;color:#5e3b24;}
.bottomLineRight .text {padding-left:10px;padding-top:7px;font-weight:bold;font-size:0.85em;}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
#scrollcontent	{text-align:left;width:510px;height:338px;overflow: auto; position:relative;padding-right:15px;}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.vscrollerbar {
width: 21px;
height: 20px;
background: url(/img/scrollbar_sos.gif) -21px 0px;
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any scrollbar when images cannot load. */
}
.vscrollerbarbeg {
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 9px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 21px;
background: url(/img/scrollbar_sos.gif) -63px -43px no-repeat;
}
.vscrollerbarend {
/* height of this element should be set */
height: 43px;
width: 21px;
background: url(/img/scrollbar_sos.gif) -63px 0px no-repeat;
}

.vscrollerbase {
width: 21px;
background: url(/img/scrollbar_sos.gif) 0px 0px repeat-y;
}
.vscrollerbasebeg {
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 21px;
height: 26px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(/img/scrollbar_sos.gif) -42px -26px no-repeat;
}
.vscrollerbaseend {
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
width: 21px;
height: 26px;
background: url(/img/scrollbar_sos.gif)  -42px 0px no-repeat;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {
height: 16px; background-color: white;
}
.hscrollerbar {
height: 16px; background-color: black;
}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 20px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #37917A;
}

/* Scroll Bar Master Styling Ends Here */
