* body{
	/* Hintergrund der Internetseite */
	background: #ada5a2;
}
*>body{
	/* Hintergrund der Internetseite */
	background: #ada5a2;
}


/* ----------------------------------- contentframe ----------------------------------- */
body div#contentframe {
	/* Hintergund Contentseiten */
	background-color: #c4bab6;
}
body div#contentframe h2 {
	/* Seiten Überschrift */
	background-color: #968f8d;
}


/* -------------------------------------- footer -------------------------------------- */
body div#footer{
	/* Hintergund Navigation 1. Ebene */
	background-color: #c4bab6;
}
body div#footer div.navi_spacer {
	/* Hintergund Navigation 2. Ebene */
	background-color: #968f8d;
}
