@charset "utf-8";
body {
	background: #fff;
	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. */
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
h1 {
	font-size: x-large;
	padding-top: 25px;
	}
.oneColFixCtr #container {
	width: 900px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border:0px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#kopf {
	height: 71px;
}
#fuss {
	background-image: url(/images/unten.gif);
	height: 25px;
	color: #FF0;
	font-size: small;
	text-align: center;
}

.linkGelb {
	text-decoration:none;
	color:#FF0;
}
.linkGelb a{
	text-decoration:none;
	color:#FF0;
}
.linkGelb a:hover{
	text-decoration:none;
	color:#FF0;
}
#links {
	width: 10px;
	background-image:url(/images/rot.gif);
	background-repeat:repeat;
	float: left;
	height: 450px;
}
#rechts {
	width: 10px;
	background-image:url(/images/rot.gif);
	background-repeat:repeat;
	float: right;
	height: 450px;
}

#inhaltStart { 
	background-color: #ffffb0;
	margin-right: 10px;
	margin-top: -21px;
	margin-left: 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	float: none;
	height: 450px;
	width: 840px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#inhaltInfo { 
	background-color: #b0ffb0; 
	margin-right: 10px;
	margin-top: -21px;
	margin-left: 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	float: none;
	height: 450px;
	width: 840px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#inhaltImpressum { 
	background-color: #b0ffff; 
	margin-right: 10px;
	margin-top: -21px;
	margin-left: 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	float: none;
	height: 450px;
	width: 840px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#inhaltPreise{ 
	background-color: #ccccff; 
	margin-right: 10px;
	margin-top: -21px;
	margin-left: 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	float: none;
	height: 450px;
	width: 840px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
