/* 

	Main Color: 		#678e11
	Secondary Color:	#b6c77f

*/

body
{
	background-image: url(../img/background.jpg);
	background-color: #ffcf00 !important;

}

#dynamic-content ul li
{
	background-image: url(../img/listElement.gif);
}

div#reiter ul li a:link,
div#reiter ul li a:visited,
div#reiter ul li a:active
{
	color: #c5a200;
}

div#reiter ul li a:hover,
div#reiter ul li a.selected
{
	background-image: url(../img/reiter_hover.gif);
}

/* Form errors */

input.error, textarea.error, select.error, checkbox.error
{
    background-color: #ffcf00 !important;
}

input.error, textarea.error, select.error, checkbox.error { 
	background-color: #ffcf00 !important;
}	
	
#errMsg
{
	color: #ffcf00 !important;
}

form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #ffcf00 !important;
}

/* Content */

div#menu-container
{
	background-color: #fff3be;
}

div#overall-container 
{
	background-color: #fff7d1;
}


dd.csc-textpic-caption
{
	color: rgb(189, 62, 0);
}
