/* subdesign_config.inc colors */ 

.subdesign_color_bg1 {
	background:#F6D79b;
	}
	
.subdesign_color_bg2 {
	background:#F1C062;
	}
	
.subdesign_color_bg3 {
	background:#EcAb2e;
	}
	
.subdesign_color_bg4 {
	background:#A37520;
	}
	
.subdesign_color_bg5 {
	background:#725116;
	}



/*
a:link { color: #a90056; }
a:visited { color: #222; }
a:hover, a:active { color: #690036; }
*/

body {
	background:#fff;
	color:#000;
}
	
.bgcolor {
	background:#000;
}
	
.bgcolor_content, .subnavtop {
	background:#fff;
}
	
/* links */
	
a:link {
	color:#C9870c !important;
}
	
a:visited {
	color:#C9870c !important;
}
	
a:hover,a:active {
	color:#000 !important;
}

.form_title, .form_row_submit {
	color: #000 !important;
	background: #C9870c !important;
}


/* Headline */

.headline {
	color:#000;
}
	
.errormessage {
	color:#f00;
}