/*Wichtige Farben
Hintergrund Titel:
Hintergrund sonst:
*/

/* DIVS */

#Gesamt{
	width: 800px;
	margin: 20px auto 0px auto;
	text-align: center;
}

#Kopf{
	margin: 0px;
	padding: 0px;
	background-image: url(../bilder/top.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
}

/* Hintergrundbild */
#BG{
	border: 0px;
	border-left-width: 150px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
	background-color: White;
}

#IERahmen{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#Navi{
	position: relative;
	float: left;
	width: 150px;
	padding: 0px;
}

#Inhalt{
	position: relative;
	padding: 15px 15px 30px 15px;
	text-align: left;
}

#Fuss{
	clear: left;
	position: relative;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-image: url(../bilder/bottom.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
}

#Angebot{
	position: relative;
	float: right;
	width: 220px;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 10px 10px;
	background-color: #EEEEEE;
}
#Angebot p, #Angebot li{
	color: #CC3333;
	font-size: 13px;
}