body
{
  font-size: 100%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; padding: 0;
  text-align: center;  /* Zentrierung im Internet Explorer */
	background-color: #2e2e2e;
	scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
	color: #BABFC5;
}

body { margin:0; padding:0; height:940px; }
div { border:0px solid #888; }
#Seite
{
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 940px;
    padding: 0;
    background-color: #000000;
    border-bottom: 0px none;
    border: solid #343233 1px;
}
#header { width:940px; height:238px; 
    font-size: 0.6em;
    text-align: center;
    background: url(images/header.gif) no-repeat;
}

#footer { width:940px; height:150px; 
    font-size: 0.6em;
    text-align: center;
    background: url(images/footer.gif) no-repeat;
}

#content { width:940px; }

#left {
width:151px;
float:left;
background: url(images/menu_bg.jpg) repeat-y;
font-size: 12px;
text-align: justify;
}

#menu_end {height:8px;
    background: url(images/menu_end.jpg) no-repeat;
}

#right{
width:770px;
padding-right: 9px;
float:right;
font-size: 12px;
text-align: justify;
}

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;  }
a:link,a:active,a:visited { color : #F9AA78; text-decoration: none; }
a:hover		{ text-decoration: underline; color : #CED2D6; }
