@import url(navigations/nav_colors.css);

/* Generelle Farben ---------------------------------------------------- start -*/

.error_color,#errorContainer
{
	color:red;
}
	
.error_border
{
	border:1px solid red;
}

table.mainTable
{
	border: 1px dotted #e96300;
}

tr.tableHead
{
	background-color:#e96300;
	color:white;
}

#area_where_am_i h1
{
	color:#e96300;
}

.text,table.mainTable
{
	color:white;
}

/* Generelle Farben ---------------------------------------------------- ende -*/

/* Hintergrund Bilder / Farben --------------------------------------------------------------- start */

.bg_body_color
{	
	background: #a2852f;
}

#area_outer_left
{
	background: transparent url(../../img/areas/areaOuterLeftV2.jpg) no-repeat 0% 0%;
}
#area_banner
{
	background: transparent url(../../img/areas/areaBannerV3.jpg) no-repeat 0% 0%;
}
#area_where_am_i
{
	background: transparent url(../../img/areas/areaWhereAmIV2.jpg) no-repeat 0% 0%;
}
#area_nav_top
{
	background: transparent url(../../img/areas/areaNavTopV2.jpg) no-repeat 0% 0%;
}
#area_content_nav_top
{
	background: transparent url(../../img/areas/areaContentNavTopV2.jpg) no-repeat 0% 0%;
}
#area_content_left
{
	background: transparent url(../../img/areas/areaContentLeftV2.jpg) no-repeat 0% 0%;
}
#area_content
{
	background: transparent url(../../img/areas/areaContentBackground.jpg) repeat-y 0% 0%;
}
#area_footer
{
	background: transparent url(../../img/areas/areaFooterV2.jpg) no-repeat 0% 0%;
}


/* Hintergrund Bilder / Farben --------------------------------------------------------------- ende */

