@import url(./navigations/nav_colors.css);

/* Schrift Farben ---------------------------------------------------- start -*/
	
	/* Generelle Link Farbe  start -*/

	.inactive_link
	{
		color:#c0c0c0;
	}
	
	.text
	{
		color: black;
	}
	
	/* Generelle Link Farbe  ende -*/

	.error_color,#errorContainer
	{
		color:red;
	}
		
	.error_message
	{
		color: red;
		border: 1px dotted red;
	}
		
	.error_border
	{
		border: 1px solid red;
	}
	
	.text_highlight
	{
		background-color: white;		
		color: #20629c;
		font-weight:bold;
	}
	
/* Schrift Farben ---------------------------------------------------- ende -*/

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

.bg_body_color
{
	background: transparent url(../../img/pageBackground.jpg) repeat 0% 0%;
}

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

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

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

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


/* Hintergrund Bilder / Farben --------------------------------------------------------------- ende */