  body {
    color: black;
	background-color: #ffffff;
    font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
	font-size: 9pt;
    margin: 0 0 0 0; padding: 0 0 0 0;

	background-image: url(../bilder/bg.jpg);	
	text-align: center;

	scrollbar-track-color: #cccccc;
	scrollbar-face-color: #eeeeee;
	scrollbar-arrow-color: #808080;
	scrollbar-highlight-color: #ffffff;
	scrollbar-base-color: #1E245F;
	scrollbar-3dlight-color: #AA9CAE;
	scrollbar-darkshadow-color: #AA9CAE;
	height: 100%;
}
html {
  	height: 100%; /* wichtig */
}

TD {
	font-size: 9pt;
}


div#Seite {
	position: relative;
    text-align: left; 
    margin: 0  auto ;   
    width: 886px;
	background-image: url(../bilder/bg_main.jpg);	
	
   	min-height: 100%;
  	height:auto !important; /* moderne Browser */
  	height:100%; /* IE */
  }

div#head {
	position: relative;
	float: right;
	background-image: url(../bilder/bg_head_4.jpg);	
	width: 886px;
	left: 0;
	height:170px;
    margin: 0 0 0 0; padding:0;
	font-size: 10pt;
	letter-spacing: 0px;
	font-weight: bold;
	color: #4F82B7;
}

div#logo {
	position: relative;
	width: 880px;
	height: 130px;
}

div#headline {
	position: relative;
	width: 886px;
/*	top:155px;  ohne logo*/
	top:25px;
}

div#headline_inhalt {
/*	padding-left: 230px;	*/
	font-size: 16pt;
	font-weight: normal;
	letter-spacing: 2px;
	color: #00ff00;
	}
h1 {
/*	padding-left: 230px;	*/
	font-size: 16pt;
	font-weight: normal;
	letter-spacing: 2px;
	color: #4F82B7;
	}


div#inhalt {
	position: relative;
	float: left;
	width: 886px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
  
  
div#clear {
	clear: both;
}
div#navi {
	position:relative;
	float: left;
	width: 213px;
	padding: 0  0 0 0;
	margin:  0 0 0 0px;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	background-image: url(../bilder/bg_navi.jpg);	
}
/* Footer bereich -----------------------------------------------------------*/  


div#foot {
	background-color: #595959;
	background-image: url(../bilder/bg_foot.gif);	
	height: 24px;
   	position: absolute;
   	bottom: -1; /* wichtig */
	width: 886px;
	padding-top: 4px;
	color: #eeeeee;
}
div#foot_inhalt {
	padding-left: 6px;
	}

div#foot a:link {
	color: #cccccc;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #eeeeee;
}

div#foot a:visited {
	color: #cccccc;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #eeeeee;
}

div#foot a:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}


/*------------------------------------------------------- */

div#linke_spalte {
float: left;

}

div#rechte_spalte {
position: relative;
float: right;

}

/*------------------------------------------------------- */

div#sprache  {
	float: left;
	width: 184px;
	margin: 0 0 0 3px;
	padding: 2px 2px 2px 2px  ;
	font-size: .8em;
	text-align: center;
	color: #000000;
	}


div#sprache a {
	color: #666666;
	text-decoration: none;
	}

div#sprache a:hover {
	text-decoration: underline;
	}

div#content {
	position: relative;
	width: 530px;
	margin: 0 ;
	left: 250px;
	text-align: left;

}  

div#cleaner {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}  


div#text {
	float: right;	
	width: 655px;
	padding: 0 0 25px 0 ;
	margin:  0 0 0 0 ;
}

div#textinhalt {
	width: 635px;
	padding: 10px 0 0 0 ;
	margin:  0 0 0 0 ;
}
	

/* navi ----------------------------------------------- */

.menu_off {
	font-size: 13px;
	padding-top:8px;
	padding-left:15px;
	padding-bottom:8px;
  	font-weight: bold;
}
.menu_off_first {
	font-size: 13px;
	padding-left:15px;
	padding-bottom:10px;
  	font-weight: bold;
}

.menu_act {
	font-size: 13px;
	padding-top:8px;
	padding-left:15px;
	padding-bottom:8px;
	margin-left: 1px;
  	font-weight: bold;
	background-color: #ffffff;
/*	border-left: 1px solid black; */
	border-top: 1px solid #cccccc;
}
.menu_sub_act {
	font-size: 11px;
	color: #000000;
	padding-top:0px;
	padding-left:15px;
	padding-bottom:10px;
  	font-weight: bold;
	background-color: #ffffff;
	border-left: 1px solid black;
}

.menu_sub_off {
	font-size: 11px;
	color: #000000;
	padding-top:0px;
	padding-left:15px;
	padding-bottom:10px;
  	font-weight: normal;
	background-color: #ffffff;
	border-left: 1px solid black;
}

.menu_off a:link {
	color: #000000;
	text-decoration: none;
}
.menu_off a:visited {
	color: #000000;
	text-decoration: none;
}
.menu_off a:hover {
	color: #333333;
	text-decoration: underline;
}

.menu_act a:link {
	color: #000000;
	text-decoration: none;
}
.menu_act a:visited {
	color: #000000;
	text-decoration: none;
}
.menu_sub_act a:link {
	color: #000000;
	text-decoration: none;
}
.menu_sub_act a:visited {
	color: #000000;
	text-decoration: none;
}
.menu_sub_act a:hover {
	color: #333333;
	text-decoration: underline;
}

.menu_sub_off a:link {
	color: #000000;
	text-decoration: none;
}
.menu_sub_off a:visited {
	color: #000000;
	text-decoration: none;
}
.menu_sub_off a:hover {
	color: #333333;
	text-decoration: underline;
}


/*-----------*/

.TEXTLINK:link {
	color: #666666 ;
	font-weight: bold;
	text-decoration: none;
}
.TEXTLINK:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.TEXTLINK:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}


TD.daten_links {
		font-size: 9pt;
		background-color: #f4f4f4;
		vertical-align: top;
		padding: 3px;		
		}
TD.daten_rechts {
		font-size: 9pt;
		border: 1px solid #eeeeee;
		vertical-align: top;
		padding: 3px;		
		}

H2 {
	font-size: 13pt;
	font-weight: normal;
	letter-spacing: 2px;
	color: #4F82B7;
}
H3 {
	font-size: 12pt;
	font-weight: normal;
	color: #4F82B7;
}

.blau {
	color: #4F82B7;
}

.blauer-rand {
	border:1px solid #4F82B7;
}

LI.linksbuendig {
margin-left: -18px;
}

.kl-schwarz {
	font-size: 8pt;
	font-weight: normal;

}
.kl-blau {
	font-size: 9pt;
	font-weight: normal;

	color: #4F82B7;
}

.gbr_head {
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid #cccccc;	
	background-color: #f2f2f2;
}

.gbr_bild {
	border: 1px solid #cccccc;	
	background-color: #ffffff;
}

.gbr_subkhead {
	font-size: 9pt;
	color: #aaaaaa;
	letter-spacing: 2px;
	border: 1px solid #cccccc;	
	background-color: #ffffff;
}


.gbr_text {
	font-size: 10pt;
	color: #000000;
	border: 1px solid #cccccc;	
	background-color: #ffffff;	
}

.gbr_anfrage {
	font-size: 10pt;
	color: #000000;
	border: 1px solid #cccccc;	
	background-color: #ffffff;	
	text-align: right;
}

.gbr_link:link {
	color: #000000;
	text-decoration: none;
}
.gbr_link:visited {
	color: #000000;
	text-decoration: none;
}
.gbr_link:hover {
	color: #333333;
	text-decoration: underline;
}


.bildgrossborder {
	border: 1px solid #333333;	
}


	
.FEHLER {
background-color: #FFC7A1;
	color: #FF6600;
}	
	
.FORMFELD {
	color: #FF6600;
}	
	
.SENDEBUTTON {

	background-color: #eeeeee;
	color: #000000;
	border: 1px solid #333333;
	width: 150px;
}

/*-----------------------------------------------------------*/	


.PFLICHTFELD {
	font-weight: normal;
}



.FELD {
	border: 1px solid #cccccc;
}


.FEHLERFELD {
	border: 1px solid #FF6600;
}

/** /
div{
  border: 1px solid green;
}
/**/
