/* CSS Document */

html { min-width: 800px; }

body {
	padding: 1em 20px 3em 20px;
	background-color: #EAEBEA;
	line-height: 1.1em;
}

#header {/*container Banner und Linkleiste*/
	background-color: #EAEBEA;
	left: auto;
	right: auto;
	bottom: 0px;
	width: 800px;
	position: relative;
	border: 0px none #999999;
	height: 188px;
	z-index: 750;
}

#menue
{
margin:0;
padding:0;
background-color:#19c28c;
height:32px;
}

#container {/*container für alles*/
	width: 800px;
	border: 1px solid #999999;
	background-color: #C2F6FE;
	margin: auto;
	line-height: normal;
}

#textbody {/*Anweisungen für Textbox, Schrift, größe, farbe*/
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding:0;;
	width: 730px;
	margin: 50px 0 0 30px;
	height: auto;
	white-space: normal;
	font-style: normal;
	text-align: left;
}

#textbody1 {/*Anweisungen für Textbox, Schrift, größe, farbe*/
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding:0;;
	width: 730px;
	margin: 50px 0 0 30px;
	height: auto;
	white-space: normal;
	font-style: normal;
	text-align: left;
}

#textbody1 p{/*Anweisungen für Textbox, Schrift, größe, farbe*/
	width: 500px;
}
 /* Text Formatierungen Beginn------------------------------------------------*/
a { color: #1C7D91;
margin:0;
padding:0;}
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 110%; }

h1,h2 {
	/*font-weight: bold;*/
	color: #333;
}

h1 {
	font-size: 105%;
	margin: 0;
}
h5 {
	font-size: 100%;
	margin: 0;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 130%;
	padding:0 0 2px 0;
	border-bottom: 1px solid #CCC;
	margin: 0;
}
.Stil1 {font-family: Arial, Helvetica, sans-serif}

.Stil2 {
	color: #333333;
	font-size: 95%;
}
.Stil3 {font-size: x-small}

li {
	line-height: 130%;
}

a.textfeld {
	color: #52BA46;
	text-decoration: underline;  
}
A:hover.textfeld
{
	color: #FDFBC0;
	text-decoration: underline;  
}

.txt-bild {		
	font-size: 0.8em;
	line-height:1.2em;
}
#spalte_rechts {
margin:0;
padding:45px 0 0 0;
	width: 220px;
	float:right;
	height: auto;
}

#clear
{
clear:both;
width:750px;
height:1px;
margin:0;
padding:0;
}

#leiste-unten {
	background-image: url(../Bilder/Leiste-unten.jpg);
	height: 86px;
	width: 800px;
	margin:0;
	padding:0;
	
}
#textbox_fuss {/*Anweisungen für Textbox fuss, Schrift, größe, farbe*/
	font-size: 90%;
	width: 765px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding:0;
	margin:0 0 0 35px;
	text-align: left;
	font-weight: bold;
}
#textbox_fuss p { color: #1C7D91;
margin:0;
padding:15px 0 0 0;}

#box-impressum {/*Positionierung für Impressum und Webdesign*/
	width: 800px;
	font-size: 0.7em;
	color: #003366;
	margin: auto;
	padding: 0 10px 10px 10px;
	text-align:right;
}

body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1.0em;
	
	}
	
.link {/*auszeichnung um die linkfarbe zu ändern bei home etc im head darunter ist der hover befehl*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.link:hover{/*wird benötigt um den link im menueheadbereich schwarz anzuzeigen und nicht grau*/
	color: #000000;
}
