@charset "utf-8";
 body {
	background: #000000;
	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: #ffcc00;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
    }
.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
    }
.oneColFixCtr #kopf {
	background-image: url(_images/kopf.jpg);
	height: 181px;
	width: 780px;
	background-repeat: no-repeat;
}
.oneColFixCtr #navig {
	height: 25px;
	width: 680px;
	padding-top: 140px;
	margin-left: 150px;
	float: right;
}
.oneColFixCtr #textbody {
	padding-top: 20px;
}
.oneColFixCtr #textbodyimg {
	float: right;
	width: 210px;
	text-align: center;
}
.oneColFixCtr #textbodytxt {
	float: left;
	width: 800px;
}
#weiter {
	width: 512px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.smallnote {
	font-size: x-small;
	color: #FFFFFF;
	font-family: Tahoma;
}

h1 {
	font-size: 31px;
}
h2 {
	font-size: 21px;
	font-weight: bolder;
	margin-top: 6px;
	margin-bottom: 6px;
}
h3 {
	font-size: 15px;
	font-weight: bolder;
}
h4 {
	font-size: 21px;
	font-weight: bolder;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	bottom: 10px;
	display: block;
}
.navibox {
	width: 90px;
	display: block;
	float: left;
	text-align: center;
}
.navibox  a:link {
	width: 90px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #ffcc00;
	font-weight: bold;
}
.navibox a:visited {
	width: 90px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #ffcc00;
	font-weight: bold;
} 
.navibox a:hover {
	width: 90px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #ffcc00;
} 
.navibox a:active {
	width: 90px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #ffcc00;
} 
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #99FF99;
}
a:active {
	text-decoration: none;
	color: #99FF99;
}.oneColFixCtr #navig2 {
	height: 25px;
	width: 680px;
	z-index: 99;
	text-align: right;
	margin-left: 75px;
	float: right;
}
img {
	border: 5px solid #FFFFFF;
}
hr {
	text-align: center;
	width: 50%;
	margin: auto;
	color: #900;
	height: 2px;
}

