

/* --- verwendete farben ---

#FFC680 - aussen-orange
#E8F4C3 - oben-zartes hellgrün
#ABB5BB - links-grau
#C1E16F - inhalt-startseite intensives grün
#A56151 - rose
#CF9F9F - rosa balken

 - - - */
 

body {
	font-family: Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 12px;
   color: #000;
	background-color: #BDD5D9;
	padding: 0px;
   margin: 0px;
   text-align: center;
	
    scrollbar-base-color: #BDD5D9; 			/* ---- Grundfarbe Balkenfarbe */  
    scrollbar-track-color: #E8F4C3;			/* ---- Lauffläche, Seitenfarbe	*/		
    scrollbar-arrow-color: #000;			/* ---- Pfeile 				*/					
}

a:link, a:visited {text-decoration: underline; color: #000;}
a:hover, a:active {color: #666;}

#copy {
	margin: -45px auto 0 auto;
	width: 930px;
	text-align: left;
	font-size: 10px;
}

#copy a:link, #copy a:visited, #copy a:hover, #copy a:active {
	text-decoration: none;
	color: #666;
	cursor: default;
}

/* - - - - grundgeruest anfang - - - - */


#template-rahmen {
   margin: 30px auto;
	width: 950px;
	text-align: left;
	background-color: #333366;
	padding: 1px 0 0 0;

}


#template {
   margin: 0 1px 0 1px;
	background-color: #ABB5BB;
}


#header {
	width: 948px;
	height: 111px;
	background: url(images/img-start-oben.jpg)
	            no-repeat
					#E8F4C3
					right;
}


#inhalt {
float:left;
background-color: #C1E16F;
	
}


#clear-schwarz {
	clear: both;
	line-height: 1px;
	background-color: Black;
}



#ueberschrift {
	position: absolute;
	left: 50%;
	margin-left: -365px;
	width: 200px;
	height: 170px;
}


#adresse {
margin: 70px 0 0 10px;
}
.hinweis {
  float: left;
}

/* --------- Navigation Anfang -------*/


#navi {
width: 169px;
float:left;
border-top: 1px solid #000;
}


#navi ul {
margin: 0;
padding: 0;
}


#navi li {
list-style: none;
font-weight: bold;
width: 169px;
border-bottom: 1px #666 solid;
}



#navi ul li a:link, #navi ul li a:visited {
	color: #666;
	text-decoration: none;
	padding: 0.54em 2.5em;
	display: block;
	width: 169px;
	border-left: 10px solid #ABB5BB;
}


#navi ul li a:hover, #navi ul li a:active {
	color: #003366;
	border-left: 10px solid #E8F4C3;
}


#aktiverlink {
	color: #003366;
	text-decoration: none;
	padding: 0.54em 2.5em;
	display: block;
	width: 169px;
	border-left: 10px solid #E8F4C3;
}


/* --------- Navigation Ende -------*/



.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	visibility: hidden;
}
