td                        {
                                font-family: Arial, Helvetica, sans-serif;
                                font-size: 12px;
                                font-weight: normal;
                                color: #000000;
                                text-decoration: none;
                        }
.weiss                {
                                font-family: Arial, Helvetica, sans-serif;
                                font-size: 12px;
                                font-weight: normal;
                                color: #ffffff;
                                text-decoration: none;
                        }
.fettweiss        {
                                font-family: Arial, Helvetica, sans-serif;
                                font-size: 14px;
                                font-weight: bold;
                                color: #ffffff;
                                text-decoration: none;
                        }
.bold                {
                                font-family: Arial, Helvetica, sans-serif;
                                font-size: 12px;
                                font-weight: bold;
                                color: #000000;
                                text-decoration: none;
                        }
.blaubold        {
                                font-family: Arial, Helvetica, sans-serif;
                                font-size: 12px;
                                font-weight: bold;
                                color: #330066;
                                text-decoration: none;
                        }
A:link                {
                                font-weight : bold;
                                font-size : 12px;
                                font-family: Verdana, Arial, Helvetica, sans-serif;
                                color : #006666;
                                text-decoration : none;
                        }
A:active        {
                                font-weight : bold;
                                font-size : 12px;
                                font-family: Verdana, Arial, Helvetica, sans-serif;
                                color : #009999;
                                text-decoration : underline;
                        }
A:visited        {
                                font-weight : bold;
                                font-size : 12px;
                                font-family: Verdana, Arial, Helvetica, sans-serif;
                                color : #7EB073;
                                text-decoration : none;
                        }
A:hover         {
                                font-weight : bold;
                                font-size : 12px;
                                font-family: Verdana, Arial, Helvetica, sans-serif;
                                color : #7EB073;
                                text-decoration : underline;
                        }
A.list:link        {
                                font-weight : bold;
                                font-size : 14px;
                                font-family: Verdana, Arial, Helvetica, sans-serif;
                                color : #006666;
                                text-decoration : none;
                        }
A.list:visited        {
                                font-weight : bold;
                                font-size : 14px;
                                font-family: Verdana, Arial, Helvetica, sans-serif;
                                color : #006666;
                                text-decoration : none;
                        }
A.list:hover         {
                                font-weight : bold;
                                font-size : 14px;
                                font-family: Verdana, Arial, Helvetica, sans-serif;
                                color : #006666;
                                text-decoration : underline;
                        }
body                {
                                scrollbar-base-color: #ffffff;
                                scrollbar-3dlight-color: #ffffff;
                                scrollbar-arrow-color: #666666;
                                scrollbar-darkshadow-color: #666666;
                                scrollbar-face-color: #ffffff;
                                scrollbar-highlight-color: #ffffff;
                                scrollbar-shadow-color: #ffffff;
                                scrollbar-track-color: #ECECEC;
                        }


html,body {
 height:100%;
 overflow: hidden;
}
#head {
  overflow: hidden;
   z-index:5;
  width: 100%;
  position:absolute;
}

#logo {
  float: left;
  width: 230px;
   z-index:5;
}
 #list {
   z-index:5;
 }

* html #list {
  float: left; /* IE only */
}

#navigation {
   z-index:2;
  display: block;
  position: absolute;
  bottom: 97px;
  top: 136px;
 background: #ececec;
 width: 230px;
 overflow: auto;
}

* html #navigation {
        top:0;
        bottom:0;
        height:100%;
        border-top:136px solid #fff;
        border-bottom:97px solid #fff;
        }


#content {
  z-index:1;
  display: block;
  position: absolute;
  top: 136px;
  bottom: 97px;
  overflow: auto;
  left: 230px;
  background: #ececec;
  right:0;
}

* html #content {
        top:0;
        bottom:0;
        left: 0;
        height:100%;
        border-top:136px solid #fff;
        border-bottom:97px solid #fff;
        border-left:230px solid #ececec;
        width:100%;
        }

#bottom {
  z-index:5;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url('../b/logo_bg.gif');
}

#content.white {
  background: #ffffff;
}