@charset "UTF-8";
    
	 * {
    	margin: 0; 
    	padding: 0;}
	
	 img {
    	border: 0; 
    	}
		
	

	body {
	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: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #1A1A1A;
    }
    .oneColFixCtrHdr #container {
	width: 940px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #1A1A1A;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #1A1A1A;
    }
    .oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(bilder/header.jpg);
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
    }
#colrecontend {
	position: relative;
	margin-left: 140px;
	width: 640px;
	height: auto;
}
#fontbox {
	background-image: url(bilder/font_example.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 600px;
	width: 640px;
	background-color: #FFFFFF;
	margin-top: 20px;
	color: #4B4C4C;
	text-align: right;
}
    .oneColFixCtrHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 30px 25px 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: 2.5em;
	color: #3d5119;
    }
#container #header p {
	font-size: 16px;
	color: #3D5119;
	padding-left: 25px;
}
    .oneColFixCtrHdr #mainContent {
	width: 920px;
	height: auto;
	margin-left: 10px;
	background-image: url(bilder/container_hg.jpg);
	background-repeat: repeat-y;
	min-height: 500px;
	padding-bottom: 1px;
    }
#colli {
	display: block;
	width: 122px;
	height: 500px;
	float: left;
	text-align: right;
}
#colre {
	padding-top: 40px;
	padding-left: 0px;
}
#colre #contbox {
	height: 80px;
	width: 300px;
	background-color: #999999;
	border: 1px solid #FFFFFF;
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
}
#contbox  .spot {
	display: block;
	height: 60px;
	width: 60px;
	border: 2px solid#FFFFFF;
	margin-top: 9px;
	margin-left: 9px;
	float: left;
	margin-right: 9px;
}
#contbox   .pic {
	display: block;
	height: 60px;
	width: 84px;
	border: 2px solid#FFFFFF;
	margin-top: 9px;
	margin-left: 9px;
	float: left;
}
#photobox   {
	height: 345px;
	width: 642px;
	background-color: #999999;
	border: 1px solid #FFFFFF;
	position: relative;
	margin-top: 20px;
	float: left;
}
#photobox li {
	display: block;
	height: 80px;
	width: 120px;
	float: left;
	margin-left: 5px;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 20px;
}
.logo #mainContent {
	height: 1000px;
}
.logo #contbox {
	margin-bottom: 50px;
	float: left;
}
.logo #descr {
	margin-top: 85px;
}
.font  #contbox {
	width: 620px;
	margin: 0px;
}
.photos #mainContent {
	height: 1000px;
}
#photobox h4 {
	margin-left: 4px;
}
#photobox img {
	border: 1px;
}

#descr {
	margin-top: 9px;
}
    .oneColFixCtrHdr #footer {
	background-image: url(bilder/footer.jpg);
	height: 45px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Corpid E1s Regular";
	font-size: small;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
    }
    .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. */
    }
#downloadtext {
	clear: both;
}

.clear {
	clear: both;
	}