body {
	font-family: Arial, Helvetica, sans-serif;
	color: #DCDCDC;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #202020;
}


a {
	color: #DCDCDC; /* gilt für alle Zustände, wird aber von den anderen überschrieben */
	text-decoration: none;
	}

a:visited {
	color: #FFFF88;
	}

a:link {
	text-decoration: underline; /* verändert nichts??? */
	color: #FFFF88;
	}

a:hover {
	text-decoration: underline; /* beim Drüberfahren */
	color: #FFFFFF;
}

a:active {
	color: #DCDCDC;
}

.kopftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 20px;
	color: #DCDCDC;
}

.normaltext {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 16px;
	color: #DCDCDC;
}

.bilduntertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
    color: #DCDCDC;
}

.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #DCDCDC;
}

.menuetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #AAAAAA;
	}
	
.fusstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #55CCBB;
}

.guenter #container_div {
	width: 970px;  /* 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: #DCDCDC;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #DCDCDC;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 864px;
	z-index: 1;
	margin-top: 10px;
    } 
.guenter #kopf_div {
	width:970px;
	height:32px;
	z-index:2;
	background-color: #006666;
	background-repeat: no-repeat;
}
.guenter #menu_div {
	width:130px;
	height:778px;
	z-index:3;
	top: 142px;
	left: 0px;
	background-color: #606060;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
	margin-top: 1px;
}
.guenter #content_div {
	width:769px;
	height:778px;
	z-index:4;
	left: 0px;
	top: 1px;
	background-color: #606060;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 20px;
	position: relative;
	margin-left: 151px;
	margin-top: 0px;
}
.guenter #galeriethumbs_div {
	width:100px;
	height:640px;
	z-index:6;
	left: 0px;
	top: 0px;
	background-color: #606060;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	float: left;
	margin-top: 0px;
}
.guenter #galeriecontent_div {
	width:680px;
	height:640px;
	z-index:7;
	left: 0px;
	top: 0px;
	background-color: #606060;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: 100px;
}
.guenter #fuss_div {
	width:920px;
	height:32px;
	z-index:5;
	top: 0px;
	background-color: #006666;
	left: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 30px;
	margin-top: 2px;
}
