

		
		/* ====================================================== */
		/* ==================== Farben generell ================= */
		/* ====================================================== */
		body {
			background:#E5E5E5 url('/bilderLayout/bg.gif') repeat-x left top;
		
			
		}
		
		 
		#kopf {
			background:#FF7E00 url('/bilderLayout/header_kachel_bg.gif') repeat-x left top; 
			color: #FFFFFF; 
			 
		}
		
		#kopfbild {
			
				background: url('/bilderLayout/kopfbild.jpg') no-repeat right top;
			
			
		}
		
		
			.pfadleiste .abstand{
				background-color: #FFFFFF !important; 
				color: #6F6F6F; 
			}
		
		
		#inhalt {
		   	background-color: #F4F4F4;
		   	color: #4B4B4B;
		}
		#inhalt .abstand{
			background-color: #F4F4F4;
		}
		
		#spalte-links {
			background-color: #FFFFFF; 
			/*color:#666;*/ 
		}
		
		#spalte-rechts {
		   	background-color: #FFFFFF;
		}
		
		
			#footer {
				background-color: #B6B6B6;
				color: #FFFFFF;
			}
		
		
				
		#container-gesamt {
			background-color:#FFFFFF;
			margin-top:2.75em;
		}
	

		.container {
			background-color:#FFFFFF !important;
			color:#585858 !important;
		}
	
		/* ====================================================== */
		
		
		
		
		/* ====================================================== */
		/* ======================= Hauptmenue =================== */
		/* ====================================================== */
		
		/* Hintergrund der Menuleiste */
		#hauptmenu {
		/*	background: #;*/
			background: # url(/bilderLayout/hauptnavi_hg.gif) repeat-x left top;
		}
		
				
		
		/*  siehe oben bei den dynamischen classes fır die hauptmenıbuttons */
		
		/* ====================================================== */
		
		
		
		
		/* ====================================================== */
		/* ======================= Untermenue =================== */
		/* ====================================================== */
				
		#untermenu { 
			background-color:#FFFFFF; /* Hintergrund des eigentlichen Menues - u. U. nicht zu sehen! */
			border-top:0.1em solid #C7C7C7;
		}
		
		li.abstand_in_navi{
			background-color: #FFFFFF; 
			/* border-bottom: 1px dotted #5374B2;*/
		}
		
		/* ======================== 1. Ebene ==================== */
		/* erste Ebene normal */
		a:link.erste_ebene, a:visited.erste_ebene {
			color:#686868;
			background-color: #FFFFFF;
			
		}
		/* erste Ebene Mouse-Over */
		a:hover.erste_ebene, a:active.erste_ebene {
			color:#FF7E00;
			background-color: #EAEAEA;
			/*background:#EAEAEA url(/bilderLayout/navi_eb1_on.gif) no-repeat 6px 0.6em;*/
			
		}
		/* erste Ebene ausgewaehlt */
		a:link.erste_ebene_active, a:visited.erste_ebene_active {
			color:#FF7E00;
			background-color: #EAEAEA;
			/*background:#EAEAEA url(/bilderLayout/navi_eb1_on.gif) no-repeat 6px 0.6em;*/
			
		}
		/* erste Ebene ausgewaehlt Mouse-Over */
		a:hover.erste_ebene_active, a:active.erste_ebene_active {
			color:#FF7E00;
			background-color: #EAEAEA;
			/*background:#EAEAEA url(/bilderLayout/navi_eb1_on.gif) no-repeat 6px 0.6em;*/
			
		}
			
		
		/* ======================== 2. Ebene ==================== */
		/* zweite Ebene normal */
		a:link.zweite_ebene, a:visited.zweite_ebene {
			color: #686868;
			background: #FFFFFF url(/bilderLayout/navi_eb2_on.gif) no-repeat 13px 0.8em;
			
		}
		/* zweite Ebene Mouse-Over */
		a:hover.zweite_ebene, a:active.zweite_ebene {
			color:#FF7E00;
			background: #FFFFFF url(/bilderLayout/navi_eb2_on.gif) no-repeat 13px 0.8em;
			
		}
		/* zweite Ebene ausgewaehlt */
		a:link.zweite_ebene_active, a:visited.zweite_ebene_active {
			color:#FF7E00;
			background: #FFFFFF url(/bilderLayout/navi_eb2_on.gif) no-repeat 13px 0.8em;
			
		}
		/* zweite Ebene ausgewaehlt Mouse-Over */
		a:hover.zweite_ebene_active, a:active.zweite_ebene_active {
			color:#FF7E00;
			background: #FFFFFF url(/bilderLayout/navi_eb2_on.gif) no-repeat 13px 0.8em;
			
		}
		
		
		/* ======================== 3. Ebene ==================== */
		/* dritte Ebene normal */
		a:link.dritte_ebene, a:visited.dritte_ebene {
			color: #686868;
			background: #FFFFFF url(/bilderLayout/navi_eb3_on.gif) no-repeat 20px 0.7em;
			
		}
		/* dritte Ebene Mouse-Over */
		a:hover.dritte_ebene, a:active.dritte_ebene {
			color:#FF7E00;
			background: #FFFFFF url(/bilderLayout/navi_eb3_on.gif) no-repeat 20px 0.7em;
			
		}
		/* dritte Ebene ausgewaehlt */
		a:link.dritte_ebene_active, a:visited.dritte_ebene_active {
			color:#FF7E00;
			background: #FFFFFF url(/bilderLayout/navi_eb3_on.gif) no-repeat 20px 0.7em;
			
		}
		/* dritte Ebene ausgewaehlt Mouse-Over */
		a:hover.dritte_ebene_active, a:active.dritte_ebene_active {
			color:#FF7E00;
			background: #FFFFFF url(/bilderLayout/navi_eb3_on.gif) no-repeat 20px 0.7em;
			
		}
		/* ====================================================== */
		
		
		
		/* ====================================================== */
		/* ================= diverse Linkfarben ================= */
		/* ====================================================== */
		/* Inhalte generell */
		#inhalt a:link {
			color:#4B4B4B;
		}
		#inhalt a:visited {
			color:#4B4B4B;
		}
		#inhalt a:hover, #inhalt a:active, #inhalt a:focus{
			color:#FF7E00;
		}
		
		/* uschi war hier und hat titelleiste in pfadleiste geındert */
		/* Pfadleiste */
		.pfadleiste a:link {
			color:#FF7E00 !important;
		}
		.pfadleiste a:visited {
			color:#FF7E00 !important;
		}
		.pfadleiste a:hover, .pfadleiste a:active, .pfadleiste a:focus {
			color:#FF7E00 !important;
		}
		
		
		/* Unternavi */
		a:link.abmelden {
			color:#FF00FF;
		}
		
		
		/* ---- uschi wars --------*/
		/* Container */
		.container a:link {
			color:#FF7E00 !important;
		}
		.container a:visited {
			color:#FF7E00 !important;
		}
		.container a:hover, .container a:active, .container a:focus {
			color:#FF7E00 !important;
		}
	
		
		
		
		/* Seitenabschluss - Footer */
		#footer a:link {
			color:#FFFFFF;
		}
		#footer a:visited {
			color:#FFFFFF;
		}
		#footer a:hover, #footer a:active, #footer a:focus {
			color:#FFFFFF;
		}
		/* ====================================================== */
	
