body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0; padding: 0em;
/*	background-image: url(bilder/background.png);*/
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

#aussen {
	overflow: visible;
	text-align: center;
}
#start {
	overflow: visible;
	text-align: center;
	background-image: url(bilder/backgroud.jpg);
	position: relative;
	margin-top: 0px;
}
#Unternavi {
	padding: 0.5em 0em 0.5em 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	width: 750px;
	text-align: left;
	background-image: url(bilder/hgn4.png);
}
#Unternavi a:link {
	color: #777777;
	text-decoration: none;
	text-align: left;
}
#Unternavi a:visited {
    color: #777777;
	text-decoration: none;
}
#Unternavi a:hover {
    color: #777777;
	text-decoration: underline;
}
#Navi {
 /* FF, Opera, IE verstehen dies */ 
	padding: 0.5em 0em 0.5em 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	width: 750px;
	text-align: left;
	background-image: url(bilder/hgn2.png);
	margin-top: 99px;
	background-color: #FFFFFF;	
}
*html #Navi {
 /* nur IE versteht dies */ 
	padding: 0.5em 0em 0.5em 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	width: 750px;
	text-align: left;
	background-image: url(bilder/hgn2.png);
	margin-top: 0px;
	background-color: #FFFFFF;	
}
:root #Navi {
	/* nur FF/Mozilla verstehen dies */ 
	padding: 0.5em 0em 0.5em 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	width: 750px;
	text-align: left;
	background-image: url(bilder/hgn2.png);
	margin-top: 99px;
	background-color: #FFFFFF;
}

#Navi a:link {
    color: #777777;
	text-decoration: none;
}
#Navi a:visited {
    color: #777777;
	text-decoration: none;
}
#Navi a:hover {
    color: #777777;
	text-decoration: underline;
}
#Navi a:active {
    color: #FF3300;
	text-decoration: underline;
}
#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	font-weight: bold;
	width: 700px;
	text-align: left;
}
#logo {
	padding: 0em 0em 0em 0em;
	width: 750px;
	height: 1px;
}
#text_uebschrift {
	background-color: #FFFFFF;
	padding: 0.5em 0.5em 0.5em 0.5em;
	font-weight: bold;
	font-size: 14px;
	color: #0D8475;
	text-align: left;
}
#text_text {
	padding: 1em 1em 1em 1em;
	background-color: #CDDBDE;
	color: #322F31;
	border-left-width: 5px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 5px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	font-weight: normal;
	margin-left: 2em;
	text-align: justify;
}
#text_text_mitte {
	padding: 1em 1em 1em 1em;
	background-color: #CDDBDE;
	color: #322F31;
	border-left-width: 5px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 5px;
	font-weight: normal;
	margin-left: 2em;
	text-align: justify;
}
#text_text_mitte a:link {
    color: #777777;
	text-decoration: none;
	background-color: ##CDDBDE;
}
#text_text_mitte a:visited {
    color: #777777;
	text-decoration: none;
	background-color: ##CDDBDE;
}
#text_text_mitte a:hover {
    color: #777777;
	text-decoration: underline;
	background-color: ##CDDBDE;
}
#text_absatz_ueberschrift {
	padding: 0.5em 1em 0.5em 1em;
	background-color: #E9F1EF;
	color: #0D8475;
	border-left-width: 5px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 5px;
	margin-left: 2em;
}
p#Fusszeile {
    clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    margin: 2em 0em 2em 0em; 
	padding: 0;
    text-align: center;
    background-color: #DAE5E3;
	color: #777777; 
	border: 1px solid #DAE5E3;
}
p#Fusszeile a:link {
    color: #777777;
	text-decoration: none;
	background-color: #DAE5E3;
}
  
p#Fusszeile a:visited {
    color: #777777;
	text-decoration: none;
	background-color: #DAE5E3;
}

p#Fusszeile a:hover {
    color: #777777;
	text-decoration: underline;
	background-color: #DAE5E3;
}

