@charset "utf-8";
html[xmlns^="http"] { /* verhindert Mozilla-Zucken * > Firefox 1.5 */ overflow-y: scroll; }

* { outline:none; }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 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: #000000;
	background-color: #CCCCCC;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
    }
    #container {
	width: 960px;  /* 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: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
#top {
	background-color: #FEC224;
	height: 20px;
	width: 960px;
	font-size: 75%;
	line-height: 20px;
	text-align: center;
	color: #666666;
}
    #header {
	height: 170px;
	background-color: #666666;
    }
#navi {
	background-color: #666666;
	height: 30px;
}
#mainContent #news {
	background-color: #FFFFFF;
	float: right;
	width: 350px;
	border: 5px double #E5B200;
	margin-top: 25px;
	margin-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContent  #news h1 {
	color: #5880af;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 20px;
}
#mainContent #news h3 {
	color: #5880af;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
#mainContent #news p {
	font-size: 75%;
	padding-left: 20px;
	padding-right: 20px;
}



    #mainContent {
    	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    	background: #FFFFFF;
    }
#mainContent p {
	font-size: 75%;
	padding-left: 0px;
	padding-right: 20px;
	line-height: 20px;
}


#mainContent h1 {
	color: #5880af;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding-left: 0px;



}
#mainContent h2 {
	color: #5880af;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;

}
#mainContent h3 {
	color: #5880af;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;

}
#mainContent img {
	margin-right: 10px;
}
#mainContent  li {
	font-size: 75%;
	padding-left: 10px;
	line-height: 20px;
}

#mainContent a:link {
	color: #5880af;
	text-decoration: none;
}
#mainContent a:hover {
	color: #FFCC66;
	text-decoration: none;
}
#mainContent a:visited {
	color: #5880af;
	text-decoration: none;
}
#footer a {
	font-size: 60%;
	color: #999999;
	text-decoration: none;
	float: right;
	margin-right: 10px;
	line-height: 20px;
}
.ansprechpartner {
	border: 1px solid #FEC224;
	margin-right: 10px;
}

.imgrechts {
	float: right;
	border: 1px solid #FEC224;
	margin-left: 10px;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fec224;
	border-right-color: #fec224;
	border-bottom-color: #fec224;
	border-left-color: #fec224;
}
.formfieldreq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fec224;
	border-right-color: #fec224;
	border-bottom-color: #fec224;
	border-left-color: #cc3300;
}
.formbutton {
	background-color: #FFFFFF;
	border: 1px solid #FEC224;
}
    #footer {
	background:#FEC224;
	height: 20px;
	width: 950px;
	line-height: 20px;
	color: #666666;
	text-align: right;
	padding-right: 10px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
    }
#container #footer a {
	color: #666666;
}
.blau {
	color: #5880af;
}
.linie {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5880af;
	margin-right: 30px;
	margin-left: 20px;
}
#banner {
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 500px;
}
.rahmen {
	border: 1px solid #E5B200;
}

