body,
html {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
         text-align: center;  /* Zentrierung im Internet Explorer */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FEFFD7;
}


#SEITE {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 1000px;
    padding: 0;   
    background-image:url(bgcont.jpg);
    background-color: #FEFFD7; 
}

#LOGO {
	width:200px; 
	height:100px;
	float:left; 
	background-color: #FEFFD7;
}

#TRAILER {
	width:800px; 
	height:100px; 
	float:left;
	background-color: #FEFFD7;
}

#MENU_OBEN {
	width:1000px; 
	height:20px; 
	float:left;
	background-color: #FFFF99;
}

#MENU_LINKS {
	width:200px; 
	height:500px; 
	float: left;
	clear:both;
	background-color: #FEFFD7;
}

#INHALT {
	width:800px;
	height:500px;
	float:left; 
	background-color: #FEFFD7;
}

#INHALT_OBEN {
	width:800px;
	height:30px;
	background-color: #FEFFD7;
}

#INHALT_UNTEN {
	width:800px;
	height:470px;
	overflow:auto;
	background-color: #FEFFD7;
}

#RECHTS {
	width:0px;
	height:500px;
	float:left; 
	background-color: #FEFFD7;
}

#FOOTER {
	width:1000px;
	height:30px;
	clear:both;
	background-color: #FEFFD7;
}


.MENU_OBEN {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #582187;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	padding-top: 5px;	
}
.MENU_OBEN a {
   text-decoration: none;
   color: #582187;
}
.MENU_OBEN a:hover {   
   text-decoration: underline;
   color: #582187;
}


.MENU_LINKS {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #582187;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.MENU_LINKS a {
   text-decoration: none;
   color: #582187;
}
.MENU_LINKS a:hover {   
   text-decoration: underline;
   color: #582187;
}


.INHALT_OBEN {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #364497;
	font-weight: normal;
	font-size: 9px;
}
.INHALT_OBEN a {
	color: #364497;
	text-decoration: underline;
}


.INHALT {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #061467;
	font-size: 10px;	
}
.INHALT h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #061467;
	margin: 0px;
	font-size: 11px;
}
.INHALT p {
	line-height: 135%;
}
.INHALT td {
	line-height: 90%;
}

.FOOTER a:hover {
	color: #061467;
	text-decoration: underline;
}
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #061467;
	margin: 0px;
	font-size: 11px;
}