/*ALLGEMEINE DEKLARATION - FUER JEDE SEITE ANDERE FARBE UEBER CSS */

#charlottenburgseite {
background-color:#efe6bd;
}

.charlottenburg {
background-image:url(/img/header_charlottenburg.gif);
background-repeat:no-repeat;
height:300px;
}

.charlottenburg_content {
background-color:#efe6bd;
}

#header_charlottenburg h1 {
color:#000000;
padding-bottom:0px;
}

h1.unsichtbar { /*fuer jede seite separat*/
color:#efe6bd;
padding-bottom:0px;
}

#infoseite {
background-color:#f0e6be; /*Hintergrundfarbe Charlottenburg*/
}

.farbe1 {
color:#217b98;
}

.farbe2 {
color:#055d16;
}

.farbe3 {
color:#743eb6;
}

.infoseite {
background-image:url(/img/header_charlottenburg.gif); /*Hintergrundbild Charlottenburg*/
background-repeat:no-repeat;
height:300px;
}


