@charset "UTF-8";
body {
	overflow				: -moz-scrollbars-vertical; 
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #eff0f0;
	margin: 0<; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #4d4d4c;
}
.wf #container {
	width: 844px;  /* Mit dieser Breite wird ein Container erstellt, der in ein 800 Pixel breites Browserfenster passt, sofern für den Text die Standardschriftgröße des Browsers übernommen wird. */
	background: #FFFFFF;
	margin: 1px auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
.wf #header {
	height: 33px;
	background-image:url(../images/head.jpg);
	padding-top: 198px;

} 
.wf #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.wf #mainContent {
	padding: 0 20px;
	background: #FFFFFF;
	z-index:1;
}
.wf #zert {
	position: absolute;
	text-align: right;
	padding: 25px;
	height: 109px;
	width: 166px;
	z-index:2;
} 
.wf #footer {
	background-image: url(../images/foot.jpg);
	text-align: right;
	padding: 0 20px;
	height: 82px;
} 
.wf #footer p {
	color: #b0b1bc;
	margin: 0;
	padding: 10px 0;
}

a:link {
	color: #F7832C;
}
a:visited {
	color: #F7832C;
}
a:hover {
	color: #AFAFB0;
}
a:active {
	color: #F7832C;
}

a.sub {
	font-size: 10px;
	color: #b0b1bc;
}
a.sub:link {
	text-decoration: none;
}
a.sub:visited {
	text-decoration: none;
	color: #b0b1bc;
}
a.sub:hover {
	text-decoration: none;
	color: #f6822b;
}
a.sub:active {
	text-decoration: none;
	color: #b0b1bc;
}

a.nav {
	font-size: 15px;
	color: #3a3938;
	border-right: none;
}
a.nav:link {
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #3a3938;
}
a.nav:hover {
	text-decoration: none;
	color: #f6822b;
}
a.nav:active {
	text-decoration: none;
	color: #3a3938;
}

a.down {
	font-size: 14px;
	color: #3a3938;
	padding: 20px;
	background: #eff0f0;
	text-align: left;
}
a.down:link {
	display:block;
	background: #eff0f0;
	text-decoration: none;

}
a.down:visited {
	text-decoration: none;
	color: #3a3938;
}
a.down:hover {
	text-decoration: none;
	color: #f6822b;
}
a.down:active {
	text-decoration: none;
	color: #3a3938;
}

/* NAVIGATION ------------------------------ */

div#nav {
	font-size: 14px;
	padding: 0px 20px;
	z-index: 3;
	position: absolute;
	width: 785px;

  }
  div#nav div {
     clear: left;
 }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0px; padding: 1px;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0px; padding: 0px;
    position: absolute;
    top: 26px; left: 22px;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:none; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block; 
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 90px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none;
    color: 3e3e3d; 
	width: 110px;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    color: #f7832c; 
  }

/* AKTIV */
  ul.down#Navigation a.down:hover, ul#Navigation span, li a#aktuell {
    color: #f7832c; background-color: none;
  }
 /* AKTIV */
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
	background-color: none;
  }
/*  NAVIGATION ENDE */

h1 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color:#818181;
	margin-top: 40px;
	}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color:#4d4d4c;
	margin-top: 40px;
	}
#kontakt {
	font-size: 10px;
	}

.kleiner {
		font-size:12px;
		}
