@charset "utf-8";
/* CSS Document */

    body {
	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: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 0px;
	margin-top: 2%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #999999;
    }
    .oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 665px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
    }
    .oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	height: 80px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
    }
    .oneColFixCtrHdr #header h1 {
	margin: 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. */
	font-size: 100%;
	font-family: Typewriter, Times, "Times New Roman", Georgia;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 0px;
	padding-left: 10;
	height: 110px;
    }
    .oneColFixCtrHdr #mainContent {
	height: 500px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    }
    .oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	height: 28px;
	width: 860px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
    }
    .oneColFixCtrHdr #footer p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	height: 5px;
	width: 880px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    }
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Typewriter, Times, "Times New Roman", Georgia;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.slogan {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 75%;
}
.theme {
	color: #CC0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a:link.theme {
	text-decoration: none;
	color: #CC0000;
}
a:visited.theme {
	text-decoration: none;
	color: #CC0000;
}
a:hover.theme {
	text-decoration: none;
	color: #CC0000;
	font-style: normal;
}
a:active.theme {
	text-decoration: none;
	color: #CC0000;
}
