@charset "utf-8";

* {
   margin: 0;
   padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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: #000000;
	background-color: #FCCF94;
	margin-top: 15;
	margin-bottom: 15px;
}
#navi {
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 70%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	height: 13px;
}
#navipic {
	text-align: right;
	color: #666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
}
#navipic ul {
	display: inline;
	padding-right: 40px;
}

#navipic ul li {
	display: inline;
	padding-left: 85px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navipic ul li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#navi ul li a:hover {
	text-decoration: underline;
}


#navi ul li a {
	text-decoration: none;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navi ul {
	list-style-type: none;
}

#navi ul li {
	display: inline;
	padding: 5px;
}


.oneColFixCtrHdr #container {
	width: 780px;  /* 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; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.oneColFixCtrHdr #header {
	height: 85px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: right;
	margin-right: 20px;
	font-size: 140%;
	color: #FFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	font-size: 80%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	text-align: center;
}

#footer ul {
	font-size: 80%;
	color: #666;
	text-align: center;
	background-color: #CCC;
	padding: 3px;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	padding-right: 30px;
	padding-left: 0px;
}

#footer ul li a {
	text-decoration: none;
	color: #036;
}

#footer ul li a:hover {
	text-decoration: underline;
}
#kopfbereichgesamt  {
	height: 150px;
	width: 780px;
	background-image: url(images/headertest1.jpg);
	background-repeat: no-repeat;
}

#fotoalbum {
	text-align: right;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 70%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	height: 13px;
	margin-top: 10px;
}

#fotoalbum ul {
	list-style-type: none;
}

#fotoalbum ul li {
	display: inline;
}

#fotoalbum ul li a {
	text-decoration: none;
	color: #FFF;
}

#fotoalbum ul li a:hover {
	text-decoration: underline;
}

.Bildergalerie {
	padding: 5px;
	background-color: #F4F4F4;
	border: thin solid #666;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
	color: #656C74;
}

.Bildergalerie img {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#footer p a {
	color: #000;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#navipic ul li a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent p {
	margin-top: 5px;
	margin-bottom: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	color: #003;
}
#mainContent h1 {
	margin-top: 10px;
	margin-bottom: 17px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 150%;
	color: #003;
}

#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 125%;
	color: #003;
	margin-bottom: 15px;
}

