html, body {
	background-color: White;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Einmitten des gesamten Inhalts */
#horizon        
	{
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#mitte    
	{
	margin-left: -450px;
	position: absolute;
	top: -225px;
	left: 50%;
	width: 900px;
	height: 450px;
	visibility: visible
	}

/* Hauptnavigation*/
#hauptnavig
	{
	height: 65px;
	color: #000;
	text-align: left;
	width: 900px;
	margin-bottom: 0px;
}

#logo
{
	float:right; width: 187px; color: #0b4da2; font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 11px;
}
	
/* Inhaltsboxen*/
#navig
	{
	text-align: right;
	color: White;
	width: 300px;
	height: 300px;
	float: left;
}

#inhalt
	{
		background-color: #ccc;
		width: 300px;
		height: 300px;
		float: left;
	}

#text
{
	margin: 70px 20px 20px 20px; 
	height: 190px; 
	overflow:auto;
	scrollbar-3dlight-color : #ccc;
	scrollbar-arrow-color : #9a9a9a;
	scrollbar-base-color : #ccc;
	scrollbar-darkshadow-color : #ccc;
	scrollbar-face-color : #ccc;
	scrollbar-highlight-color : #ccc;
	scrollbar-shadow-color : #ccc;
	scrollbar-track-color : #ccc;
}

#unternavig
{
	margin: 70px 20px 20px 20px; 
}
	
#bild
	{
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #e7e7e7;
	width: 300px;
	height: 300px;
}

#footer
 	{
	text-align: right;
	width: 900px;
	padding: 0px 0px;
	color: #aeaeae;
	vertical-align: bottom;
	font-size: 7pt;
	margin-top: 5px;
}

/* Kontaktformular */

#kontakt
{
	margin: 20px 20px 20px 20px; 
}

input {
	width: 200px;
	margin-bottom: 5px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea {
	width:200px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Feld {
	background-color: #e7e7e7;
	border: 1px solid  #9a9a9a;
}

.Button {
	background-color: #e7e7e7;
	border: 1px solid #9a9a9a;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	width:100px;
}
	
/* Textformatierung, Lauftext ist im body formatiert*/
.titel {font-weight: bold;}

p { padding: 70px 20px 20px 20px; }

a:link, a:visited { color: #333; text-decoration: none;}
a:hover, a:active {color: #999; text-decoration: none;}  

a.navig:link, a.navig:visited {color: #fff; text-decoration: none;}
a.navig:hover, a.navig:active { color: #ccc; text-decoration: none;}  
  
a.footer:link, a.footer:visited, a.footer:hover, a.footer:active {color: #aeaeae; text-decoration: none;}

a.header:link, a.header:visited, a.header:hover, a.header:active {color: #0b4da2; text-decoration: none;}

br.gross {line-height: 45px; }
