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

    <!--
    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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image: url(Vorlagen/HintergrundKoehlerStreifen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
    }
    
#container {
	width: 80em;  /* Mit dieser Breite wird ein Container erstellt, der in ein 800 Pixel breites Browserfenster passt, sofern für den Text die Standardschriftgröße des Browsers übernommen wird. */
	background: #FFFFFF; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	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;
	position: absolute;
	left: 2em;
	height: 790px;
    }
    .oneColElsCtrHdr #header {
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
    } 
    .oneColElsCtrHdr #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: 10px 10px 10px 10px; /* 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. */
    }
    .oneColElsCtrHdr #mainContent {
	padding: 0 20px 20px 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	background: #FFFFFF;
	position: relative;
	top: 18em;
    }
    .oneColElsCtrHdr #footer {
	padding: 10px 10px 10px 10px;
	position: absolute;
	top: 797px;
	font-size: 80%;
	left: 115px;
    } 
    .oneColElsCtrHdr #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. */
    }
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#ditec {
	position:relative;
	top:20px;
	left:220px;
	height:20px;
	}
#streifen {
	position:absolute;
	padding-left:10px; 
	padding-right:10px; 
	left:205px; 
	float:left; 
	top: -2px; 
	background:	url(Vorlagen/Streifen.gif) no-repeat top;
	width:20px;
	} 
#links {
	position:relative;
	top: 10px;
	left:20px;
	height:30px;
	line-height:20px;
	width:800px;
	}	
#bildtop {
	position:relative;
	height:200px;
	top:20px;
	background:url(01.Vorlagen/HeadHome.jpg) no-repeat top left;
	}
#bildleiste {
	position:relative;
	top:20px;
	white-space:normal;
	}
#bildrechts {
	position:relative;
	left:20px;
	padding-left:30px;
	float:right;
	}
#bildgalerie {
	position:relative;
	vertical-align:middle;
	text-align:center;
	padding:10px;
	font-size:80%;
	float: left;
	border: #990000 solid 1px;
	width: 200px;
	height:130px;
	margin: 10px;
	overflow: visible;
}
#main{
	padding:30px;
	position:relative;
	top:20px;
	margin:10px;
	min-height:500px;
	width:800px;
	overflow:visible;
	}
#fuss {
	padding:10px;
	margin:10px;
	position:relative;
	top:10px;
	min-height:50px;
	font-size:70%;
	color:#999999;
	width:800px;
	}
#floatleft{
	float:left;
	}	

    
