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: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #787979;
}
.oneColFixCtrHdr #container {
	width: 768px;  /* 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: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000002;
}


.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. */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
	float: none;
	position: relative;
	top: 20px;
}

#content {
	height:100%;
	}

.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #002;
}

#footer {
	height:39px;
	width:748px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	}

.pad_left {
	padding-left: 50px;
	color: #808080;
	}

.pad_left a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #AA5F00;
	text-decoration: none;
	}
	
.pad_left a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #AA5F00;
	text-decoration: underline;
	}
	
.pad_left a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000002;
	text-decoration: none;
	}
	
#anbieterliste table td {
	text-align:justify;
	}
#anbieterliste table tr td a {
	color: #2A7FAA;
}



.pad_left a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000002;
	text-decoration: none;
	}
	
.pad_left a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000002;
	text-decoration: none;
	}
	
a img {
   border: none;
}

.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. */
	color: #002;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	z-index: auto;
}

#texte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	vertical-align: baseline;
	float: none;
	line-height: 18px;
	color: #D6D6D6;
	height: 100%;
	clear: none;
	padding-right: 100px;
	padding-left:10px;
	margin-top: 0px;

	margin-right:;
	margin-bottom: 0px;
	font-style: normal;
	text-decoration: none;
}

#texte a {
	color: #808080;
	text-decoration:none;
	}

#texte a:hover {
	
	color: #D49FAA;
	text-decoration: underline;
	
	}
	
#texte a:visited {
	
	color: #808080;
	text-decoration:none;
	
	}	
	
#texte a:active {
	
	color: #D49FAA;
	text-decoration: underline;
	}
	
.eintragsüberschrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E0F8FA;
}

.float_left {
	float:left;
	}
	
.float_right {
	float:right;
	}

.clear  { clear:both;}

.padding_bottom {
	padding-bottom::50px;
	}

.padding_top {
	padding-top:30px;
	}
	
	
#left_col_pics {
	width:240px;
	}
.hinweis {
	color: #464646;
	margin-left: 20px;
}

a	{color:#FFF;
	text-decoration:none;}
	
a:hover		{text-decoration:underline;}

#inhalt 	{color:#D6D6D6;
			 padding-left:10px; 
			 line-height:18px;
			 padding-right:50px;
			 }
