* {
margin: 0;
padding: 0;
}

html {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
}
body {

    	text-align: center;
    	color: #000000;
		background-color:#869F72;
    }
h1, h2 {
font-weight: normal;
}

h1 {
font-size: 1.3em;
line-height: 1.2;
margin-bottom: .55em;
}

h1,h2 {
color: #009933;
font-weight: bold;
}
h2 {
font-size: 1.1em;
margin-bottom: .55em;
}
h3 {
	color: #B63237;
	font-size: 1.1em;
	margin-bottom: .55em;
	font-weight: bold;
	font-family: Georgia, sans-serif;
}
.action a{
	text-decoration: blink;!important
		color: #B63237;
}


    .oneColFixCtrHdr #container {
    	width: 747px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	background: #fff0d2;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 1px solid #009933;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
    .oneColFixCtrHdr #header {
 background-color:#66cc66;
    	padding: 0; 
    }
    .oneColFixCtrHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
    .oneColFixCtrHdr #mainContent {
    	padding: 10px 25px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    	background: #fff0d2;
    }
    .oneColFixCtrHdr #mainContent table {
    	margin: 7px 0px; 
    	
    }	
	  .oneColFixCtrHdr #mainContent table tr {
    	padding: 5px; 
    	
    }	
    .oneColFixCtrHdr #footer {
    	padding: 0 10px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
    	background:#fff;
		border-top: #000066 1px solid;
    }
    .oneColFixCtrHdr #footer p {
    	margin: 0; 
		text-align: center;
    	padding: 10px 0; 
    }
	a:link  {
	color : #000;
	text-decoration : underline;
}
a:visited  {
	color : #000066;
	text-decoration : underline;
}
a:hover  {
	color : #cc3333;
	text-decoration : none;
}
a:active  {
	color : #cc3333;
	text-decoration : none;
}
#navcontainer
{
height: 25px;
	background-color:#66cc66;
	border-bottom: #000066 1px solid;
}
.unterschrift  {
	font-size: 0.9em;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-style: italic;
}
