html, body 
{
 height: 100%;
 scrollbar-arrow-color: #FFFFFF;
 scrollbar-base-color: #FFFFFF;
 scrollbar-3dlight-color: #8FABC4;
 scrollbar-darkshadow-color: #014681;
 scrollbar-face-color: #679CD0;
 scrollbar-highlight-color: #679CD0;
 scrollbar-shadow-color: #1684E5;
 scrollbar-track-color: #FFFFFF; 
}

body 
{
 margin: 0; 
 padding: 0; 
 background: white; 
}

#wrapper 
{
 width: 926px; 
 margin: auto auto; 
 padding: 0;
 min-height: 100%; 
 position: relative;
 background-image: url(../img/content_back.jpg);
 background-position: top; 
 background-repeat: repeat-y;
 background-color:#CDDFED;
 border: 0px solid #000;
}
* html #wrapper 
{
 height: 100%;
} 
/* IE Hack 100% */

#footer 
{
 position: absolute; 
 bottom: 0; 
 left: 0; 
 width: 100%; 
 height: 44px;
 padding: 0; 
 margin: 0;        
 background: #FBFCFE;
}
* html #footer 
{
 bottom: -1px;
} 
/* IE Hack */

#header 
{
 position: relative; 
 top: 10; 
 left: 0; 
 width: 100%; 
 height: 251px;
 padding: 0; 
 margin: 0;    
 background: #FBFCFE;
 border:0px solid #000;
}
   
#content 
{
 position: relativ; 
 padding: 0; 
 margin: 0; 
 float: left;
 margin-top: 0px;
 border:0px solid #000;
}

#tableContainer
{
 height:100%;
 width: 100%;
}


#tableLeftTopLine, #tableRightTopLine
{
 width: 100%;
}


#tdContainer
{
 width: 926px;
 height: 100%;
}

#tableMenu
{
 width: 100%;
 height: 251px;
}

#tdMenuBottom
{
 background-image: url(../img/head_bottom_right.gif);
 background-repeat: no-repeat;
}

#tdContentLeft
{
 width: 26px;
 background-image: url(../img/content_back_left.jpg);
 background-position: top; 
 background-repeat: repeat-y;
 background-color:#CEE0EC;
}

#tdContentCenter
{
 width: 876px;
 background-image: url(../img/content_back_full.jpg);
 background-position: top; 
 background-repeat: repeat-x;
}

#tdContentRight
{
 width: 24px;
 background-image: url(../img/content_back_right.jpg);
 background-position: top;
 background-repeat: repeat-y;
 background-color: #CDDFED;
}

#tableFooter
{
 width: 100%;
 height: 45px;
}

#tdFooterLeft
{
 width: 26px;
 vertical-align: top;
}

#tdFooterCenter
{
 width: 876px;
 background-image: url(../img/feat_center.gif);
 background-repeat: no-repeat;
}

#tdFooterRight
{
 width: 24px;
 vertical-align: top;
}



.clearContent
{
 clear: both;
}


.spacer
{
 height: 46px;
 width: 100%;
 border: 0px solid #000;
}


   
#tdrightBottom
{
 background-position: bottom; 
 background-repeat: repeat-x;
 background-color:#FFF;   
 background-image: url(../img/frame_bottom_right.jpg);    
}

#tdrightTop
{
 background-position: top; 
 background-repeat: repeat-x;
 background-color:#FFF;   
 background-image: url(../img/frame_top_right.jpg);    
}

#tdleftBottom
{
 background-position: bottom; 
 background-repeat: repeat-x;
 background-color:#FFF;   
 background-image: url(../img/frame_bottom_left.jpg);    
}
 
#tdleftTop
{
 background-position: top; 
 background-repeat: repeat-x;
 background-color:#FFF;   
 background-image: url(../img/frame_top_left.jpg);    
}


.form_direktsuche
{
 border:0px solid #000;
 display: inline;
}
