@charset "UTF-8";
/**
*	Zum einfachen wechseln der Farbschemas
*
*
*
 */

@media screen, projection
{
	#right_header { background-color: #faa61a;}
	
    /* Farben für die linke Seite*/
	#header,
	#left_header,
	#footer_left { background:#a5cceb;}
	
	/* Farben für die rechte Seite*/
	#footer_right  { background: #e6e6e6;}
	
	#page_margins,
        #page {background-image: url('../../images/blue_grey.gif');}
	
	/* An die rechte und linken Farben anpassen,  damit man die platzhalter nicht sieht*/
    #footer_left { color:#a5cceb;}
    #footer_right  { color: #e6e6e6;}
    
    #satelite_top_content,
    #satelite_top_content a {background: #CBC8E7; color: #fff;}
    
    #satelite_middle_content { background: #a5cceb;}
    #satelite_middle_content h4 { color:#fff;}
    
    #satelite_bottom_content { background: #e6e6e6}
    
    .csc-firstHeader{ color:#fff; background-color: #ef3c97;}
}

