

		
		/* ====================================================== */
		/* ==================== Farben generell ================= */
		/* ====================================================== */
		body {
			color:#000;
			
					background:url(/bilderLayout/bg.jpg) repeat-x top left;
				
			background-color:#214741;
			
		}
		
		
		#kopf {
			background:#;
			color: #;  
		}
		
		#kopfbild {
			
					background: url('/bilderLayout/kopfbild.jpg') no-repeat left top;
				
		}
		
		
		
		#titelleiste {
			background: #e1e1e1;
		}
	
		
		
			#pfadleiste {
				background:#f2f2f2; 
				color: #a2b5c3; 
			}
		
		
		.containerleiste{
			background: #e1e1e1; 
		}
		
		#spalte-links {
			background:#ededed url('/bilderLayout/umenu_bottom_bg.gif') no-repeat 15px bottom;
		}
		
		#inhalt{
		   	background:#FFFFFF;
		   	color: #696c74;
		}
			
		#spalte-rechts {
		   	background: #ededed;
		}
		
		
		#container-gesamt {
			background-color:#ededed;

		}
	

		.container {
			background:#ededed !important;
			color:#696b72 !important;
		}

	
	/*
		.veranstaltung_container{
			background:#ededed !important;
			color:#696b72 !important;
			border-bottom:1px dotted #878B8E;
		}
	*/
		
	
		#verTab th{
			background:#028FD6;
			color:#FFF;
		}
		
		
		#verTab td ,#verTab td a{
			background:#BFC4C8;
			color:#474C52;
		}
		
		#verTab td a{
			color:#FA0000 !important;
		}	
	
		.verTab_aktiv{
			background:#DCDDDF !important;
		}
	
	
		/* ====================================================== */
		
		
		
		
		
		
		
		
		#suchmaske{
			/*background-color:#ededed; */
		}
		
		
		
		
		/* ====================================================== */
		/* ======================= Untermenue =================== */
		/* ====================================================== */
				
		#untermenu { 
			background-color:#ededed; /* Hintergrund des eigentlichen Menues - u. U. nicht zu sehen! */
			
		}
		
		li.abstand_in_navi{
			background-color: #ededed; 
		}
		
		/* ======================== 1. Ebene ==================== */
		/* erste Ebene normal */
		a:link.erste_ebene, a:visited.erste_ebene {
			color:#3f8e83;
			background:#ededed url('/bilderLayout/menu_pfeil.gif') no-repeat 16px 5px;
			
		}
		/* erste Ebene Mouse-Over */
		a:hover.erste_ebene, a:active.erste_ebene {
			color:#3f8e83;
			background:#dddddd url('/bilderLayout/menu_pfeil_aktiv.gif') no-repeat 16px 5px;
			
		}
		/* erste Ebene ausgewaehlt */
		a:link.erste_ebene_active, a:visited.erste_ebene_active {
			color:#3f8e83;
			background:#dddddd url('/bilderLayout/menu_pfeil_aktiv.gif') no-repeat 16px 5px;
			
		}
		/* erste Ebene ausgewaehlt Mouse-Over */
		a:hover.erste_ebene_active, a:active.erste_ebene_active {
			color:#3f8e83;
			background:#dddddd url('/bilderLayout/menu_pfeil_aktiv.gif') no-repeat 16px 5px;
			
		}
			
		
		/* ======================== 2. Ebene ==================== */
		/* zweite Ebene normal */
		a:link.zweite_ebene, a:visited.zweite_ebene {
			color: #3f8e83;
			background: #ededed; /*url(/bilderLayout/umenue_zwei.gif) no-repeat 22px 0.6em;*/
			
		}
		/* zweite Ebene Mouse-Over */
		a:hover.zweite_ebene, a:active.zweite_ebene {
			color:#3f8e83;
			background: #dddddd; /* url(/bilderLayout/umenue_zwei_on.gif) no-repeat 22px 0.6em;*/
			
		}
		/* zweite Ebene ausgewaehlt */
		a:link.zweite_ebene_active, a:visited.zweite_ebene_active {
			color:#3f8e83;
			background: #dddddd; /*url(/bilderLayout/umenue_zwei_on.gif) no-repeat 22px 0.6em;*/
			
		}
		/* zweite Ebene ausgewaehlt Mouse-Over */
		a:hover.zweite_ebene_active, a:active.zweite_ebene_active {
			color:#3f8e83;
			background:#dddddd; /* url(/bilderLayout/umenue_zwei_on.gif) no-repeat 22px 0.6em;*/
			
		}
		
		
		/* ======================== 3. Ebene ==================== */
		/* dritte Ebene normal */
		a:link.dritte_ebene, a:visited.dritte_ebene {
			color: #3f8e83;
			background:#ededed; /* url(/bilderLayout/umenue_drei.gif) no-repeat 31px 0.7em;*/
			
		}
		/* dritte Ebene Mouse-Over */
		a:hover.dritte_ebene, a:active.dritte_ebene {
			color:#3f8e83;
			background:#dddddd; /* url(/bilderLayout/umenue_drei_on.gif) no-repeat 31px 0.7em;*/
			
		}
		/* dritte Ebene ausgewaehlt */
		a:link.dritte_ebene_active, a:visited.dritte_ebene_active {
			color:#3f8e83;
			background:#dddddd; /* url(/bilderLayout/umenue_drei_on.gif) no-repeat 31px 0.7em;*/
			
		}
		/* dritte Ebene ausgewaehlt Mouse-Over */
		a:hover.dritte_ebene_active, a:active.dritte_ebene_active {
			color:#3f8e83;
			background:#dddddd; /* url(/bilderLayout/umenue_drei_on.gif) no-repeat 31px 0.7em;*/
			
		}
		/* ====================================================== */
		
		
		
		/* ====================================================== */
		/* ================= diverse Linkfarben ================= */
		/* ====================================================== */
		/* Inhalte generell */
		#inhalt a:link {
			color:#3f8e83;
		}
		#inhalt a:visited {
			color:#3f8e83;
		}
		#inhalt a:hover, #inhalt a:active, #inhalt a:focus{
			color:#3f8e83;
		}
		
		/* uschi war hier und hat titelleiste in pfadleiste ge�ndert */
		/* Pfadleiste */
		#pfadleiste a:link {
			color:#a2b5c3 !important;
		}
		#pfadleiste a:visited {
			color:#a2b5c3 !important;
		}
		#pfadleiste a:hover, .pfadleiste a:active, .pfadleiste a:focus {
			color:#a2b5c3 !important;
		}
		
		
		/* Unternavi */
		a:link.abmelden {
			color:#FF00FF;
		}
		
		
		/* ---- uschi wars --------*/
		/* Container */
		.container a:link {
			color:#3f8e83 !important;
		}
		.container a:visited {
			color:#3f8e83 !important;
		}
		.container a:hover, .container a:active, .container a:focus {
			color:#3f8e83 !important;
		}
	
		
		
		
		
		
		/* Seitenabschluss - Footer */
				
		
			#footer {
				background: #; 
				color: #647f7a;
			}
		
		
		#footer a:link {
			color:#647f7a;
		}
		#footer a:visited {
			color:#647f7a;
		}
		#footer a:hover, #footer a:active, #footer a:focus {
			color:#647f7a;
		}
		
		#footer .abstand ul{
			border-left:1px solid #647f7a !important;
		}
		#footer .abstand ul li{
			border-right:1px solid #647f7a;
		}
		/* ====================================================== */
	
