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

	background-image: url(../bilder/bg.jpg);	
	background-repeat: repeat-x;
/*	background-attachment:fixed;
*/

	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: 950px;
	background-image: url(../bilder/bg_main.jpg);	
   	min-height: 100%;
  	height:auto !important; /* moderne Browser */
  	height:100%; /* IE */
  }

div#head {
	background-image: url(../bilder/bg_top.jpg);	
	width: 950px;
	height:165px;
    margin: 0 0 0 0;
	padding: 0 0 0 0px ; 
}

div#headinhalt {
    margin: 0 0 0 0;
	padding: 5px 0 0 65px ; 
}

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

div#platzhalter_oben {
	clear: both;
	width: 950px;
	height:26px;
/*	background-color: #669706;
	background-image: url(../bilder/bg_platzhalter_oben.jpg);
	top:155px;  ohne logo
*/
}


div#inhalt {

	margin: 0 0 500px  25px;
	width: 900px;
	padding:  0 0 0  0;
	background-color: #ff33ff;
	border: 5px solid green;
}
  
  
div#clear {
	clear: both;
}

.clear  {
	clear: both;
}

div#navi_oben {
	width: 950px;
	height:28px;
	padding: 0 0 0 0px;
	margin:  0 0 0 0px;
	font-size: 9pt;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}


div#navi_links {
	float: left;
	margin: 0 0 0 35px;
	width: 190px;
}

div#navi_links A {
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}


div#navi_links A:hover {
	color: #aaaaaa;
	text-decoration:none;
}


.navi_l_off {
	padding: 5px 0px 5px 10px;
	background-image: url(../bilder/bg_navi.jpg);
	background-repeat: repeat-y;
	border-top: 3px solid #ffffff;
}

.navi_l_active {
	padding: 5px 0px 5px 10px;
	background-image: url(../bilder/bg_navi.jpg);
	background-repeat: repeat-y;
	border-top: 3px solid #ffffff;

}

.navi_l_abstand {
height: 100px;
}


.navi_l_sub_off  {
	padding: 5px 0px 0px 3px;
}

div#navi_l_sub A:link  {
	color:#666666;
	font-weight: normal;
}

div#navi_l_sub A:VISITED  {
	color:#666666;
	font-weight: normal;
}

div#navi_l_sub A:HOVER  {
	color:#aaaaaa;
	font-weight: normal;
}

div#navi_l_sub_active  {
	padding: 5px 0px 0px 3px;
}

div#navi_l_sub_active A:link {
	font-weight: bold;
}
div#navi_l_sub_active A:visited {
	font-weight: bold;
}


/* Footer bereich -----------------------------------------------------------*/  


div#foot {
	background-color: #cccccc;
	background-image: url(../bilder/bg_foot.jpg);	
	height: 40px;
   	position: absolute;
   	bottom: -1; /* wichtig */
	width: 950px;
	text-align:center;

}
div#foot_inhalt {
	padding:  23px 0 0 0;
	font-size: 7pt;
	color: #cccccc;
	}

div#foot a:link {
	color: #cccccc;
	text-decoration: none;
}

div#foot a:visited {
	color: #cccccc;
	text-decoration: none;
}

div#foot a:hover {
	color: #ffffff;
	text-decoration: underline;
}


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

.linke_spalte {
float: left;
}

.rechte_spalte {
float: right;
}

.spalte_clear {
  clear: both;
}


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



div#text {
	width: 690px;
	float: right;	
	padding: 0 0 70px 0 ;
	margin:  0 0 0 0 ;
	text-align: left;
}

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

#textinhalt A {
  	color: #03A5B3;
	font-weight: normal;
	text-decoration: none;
}
#textinhalt A:hover {
  	color: #03A5B3;
	font-weight: normal;
	text-decoration: underline;
}
	


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

H1  {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #589D66;
  background-color: #ffffff ;
	border-bottom: 1px;
	border-top: 1px;
    border-left: 0;	
	border-right: 0;
   border-style: solid;
	border-color:  #cccccc;
	margin-top: 0px;
	padding: 3px 0 3px 3px;
	letter-spacing: 1px;
}

h2 {
	font-family:   Verdana,Geneva,Arial, Helvetica, sans-serif ;
	font-size: 14pt;
	color: #03A5B3;
	margin-top: 0px;
	border-bottom: 1px solid #03A5B3;

}
h3 {
	font-family:   Verdana,Geneva,Arial, Helvetica, sans-serif ;
	font-size: 11pt;
	color: #03A5B3;
	margin-top: 0px;
}

.bildborder {
	border: solid 1px  #aaaaaa;
	padding: 1px;
}



.LISTE {
	line-height: 13pt;
}

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

.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;
}


.honorartab {
border: 1px solid #cccccc;
background: #ffffff;
text-align: right;
}

.honorartabhead {
border: 1px solid #dddddd;
background: #ffffff;
text-align: right;
color: #315795;

}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #03A5B3;
 border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}


div#map {
	font-family:  Verdana,Geneva,Arial,Helvetica,sans-serif;  
	 margin: 0 auto;

}
.iframeborder {
	border: solid 1px  #aaaaaa;
	padding: 1px;
}


.vierspalten {
	float: left;
	width: 24%;
  }

.grau {
  color: #999999;
}

.reftab {
	padding: 3px;
	border: 1px solid #666666;
}
.reftab TD {
	 vertical-align: top;	
	 font-size: 8pt;
	padding: 3px;
	 margin: 1px;
 	border-bottom: 1px solid #eeeeee;
}


/* * /
div {
border: 1px dotted red;
}
/**/


