/* CAMPAIGN_BASE | CASCADING STYLESHEET FUER CAMPACT-KAMPAGNE EXPORT*/
/*AUTHOR: ih */



/*---------------------NAV | TITEL_NAV | UL CAMPAIGN_TITEL---------*/

.campaign_titel {background-color: #D1C594;}

.campaign_titel li{ background-color: #D1C594; color: #37352F;}
.campaign_titel li a { color: #37352F;}
                                       

/*---------------------NAV | TITEL_NAV | UL CAMPAIGN_AKTION---------*/

ul.campaign_aktion {background-color: #D1C594;}

.campaign_aktion a {
        background-color: #D4011C; }

.campaign_aktion a:hover {background-color: #a20006;}


/*---------------------NAV | TITEL_NAV | UL CAMPAIGN_IMPORTANT---------*/


.campaign_important a {
        background-color: #B5A97C;
       }


.campaign_important a:hover{
                background-color: #D1C594;
     }



/* ---------------- NAV subnav ---------------------- */

	
#subnav  li a {
        background-color: #B5A97C;
    }

#subnav li a:hover{
          background-color: #D1C594;
}
		
#subnav  li li a { background-color: #D1C594;}

#subnav  li li a:hover { background-color: #B5A97C;}


/*----------------INHALT - TOP | Für die Top muss die class inhalt aus- und nachher eingeschaltet werden-------------------------------*/

.top { 	
        background-color: #D1C594;
      }

.top h4 a {color: #37352F;
        }

.top h2 a {color: #37352F;
        }


.top p {color: #37352F;
        }

/*-----------------Inhalt Top UL---------------*/


.top_list li a {
	background-color: #B5A97C;
	}

.top_list li a:hover { 
background-color: #D1C594;
            }


