/* Schrift Farben ---------------------------------------------------- start -*/

	/*hauptNavigation Oben start*/
	
	ul.nav_top li.nav_point a
	{
		color:white;
	}
	
	ul.nav_top li.nav_point_active
	{
		background-color:white;
	}
	
	ul.nav_top li.nav_point_active a
	{
		color:#efbf7d;
	}
	
	ul.nav_top li.nav_point_left_active
	{
		background: transparent url(../../img/nav_top_left.png) no-repeat 0px 0px;
	}
	
	ul.nav_top li.nav_point_right_active
	{
		background: transparent url(../../img/nav_top_right.png) no-repeat 0px 0px;
	}
	
	
	#intro_page a
	{
		padding:0px 5px 0px 5px;
		color:#5d3501;
		text-decoration:none;
	}
	
	#intro_page a:hover
	{
		color:#efbf7d;
		text-decoration:underline;
	}
	
	/*hauptNavigation Oben ende*/

	
	/* Suchen Drucken Seite Versenden start -*/
	
	.utility_function
	{
		color: #515c30;
	}
	
	.utility_function a
	{
		color: #515c30;
		text-decoration:none;
	}
	
	.utility_function a:hover
	{
		color: #000000;
		text-decoration:underline;
	}
	
	ul.search_results li a
	{
		text-decoration:none;
	}
	
	/* Suchen Drucken Seite Versenden ende -*/
	
	/* Generelle Link Farbe  start -*/
	
	.inactive_link
	{
		color:#c0c0c0;
	}
	
	.text
	{
		color: black;
	}
		
	
	/* Generelle Link Farbe  ende -*/
	
	.error_color
	{
		color:red;
	}
	
	li.image_container
	{
		border:1px solid #1a4096;
	}
	
	
	#whereAmI li
	{
		color:#818181;
	}
	
	#link_list li.catHeader
	{
		color:#873d43;
	}
	
	#link_list li a
	{
		color:black;
		text-decoration:none;
	}
	
	#link_list li a:hover
	{
		color:#efbf7d;
		text-decoration:underline;
	}	
	
/* Schrift Farben ---------------------------------------------------- ende -*/

/*NewsListe -----------------------------------------------------start-*/

.newsHeader,.commentHeader
{
	background-image: url(../../img/header_gradient.jpg);
}

.newsSubHeader,.commentSubHeader
{
	border-left: 1px solid #efbf7d;
	border-bottom: 1px solid #efbf7d;
	border-right: 1px solid #efbf7d;
}

.newsCenter,.commentCenter
{
	border-left: 1px solid #efbf7d;
	/*border-bottom: 1px solid #efbf7d;*/
	border-right: 1px solid #efbf7d;
}

.newsBottom,.commentBottom
{
	background-image: url(../../img/header_gradient.jpg);
}

.newsHeaderText,.commentHeaderText
{
	color:white;
}

/*NewsListe -----------------------------------------------------ende-*/

/* Hintergrund Bilder / Farben --------------------------------------------------------------- start */

.bg_body_color
{
	/*background: transparent url(../../img/backgroundImage.jpg) repeat-x 0% 0%;*/
}

#area_banner
{
	background: transparent url(../../img/area_top.jpg) no-repeat 0% 0%;
}

#area_nav_top
{
	background: transparent url(../../img/area_nav_top.jpg) no-repeat 0% 0%;
}

#area_cnt_nav_top
{
	background: transparent url(../../img/area_cnt_nav_top.jpg) no-repeat 0% 0%;
}

#area_content
{
	background: transparent url(../../img/area_content.jpg) repeat-y 0% 0%;
}

#area_bottom
{
	background: transparent url(../../img/area_footer.jpg) no-repeat 0% 0%;
}

#whereAmI li.arrow
{
	background: transparent url(../../img/arrow.gif) no-repeat 0% 4px;
}

#intro_page
{
	background: transparent url(../../img/introPageBackground.jpg) no-repeat 0% 0%;
}


a.lang_de
{
	background: transparent url(../../img/lang_de_inactive.jpg) no-repeat 0px 1px;
}
a.lang_de:hover,a.lang_de_active
{
	background: transparent url(../../img/lang_de.jpg) no-repeat 0px 1px;
	text-decoration:none!important;
}

a.lang_en
{
	background: transparent url(../../img/lang_en_inactive.jpg) no-repeat 0px 1px;
}
a.lang_en:hover,a.lang_en_active
{
	background: transparent url(../../img/lang_en.jpg) no-repeat 0px 1px;
	text-decoration:none!important;
}
/* Hintergrund Bilder / Farben --------------------------------------------------------------- ende */