/* Headlines
----------------------------------------------- */
#mainpart-left h3, #mainpart-wide h3, #mainpart-right h3 {
	color: #7CA332;
}

#mainpart-left h4, #mainpart-wide h3, #mainpart-right h4, h4 {
	color: #7CA332 !important;
}

#mainpart-left h2, #mainpart-right h2, #mainpart-wide h2 {
	color: #6F6F6F;
}

/* Form styling
----------------------------------------------- */

.standardform th {
	border-left-color: #9c3;
}

.standardform input:focus, .standardform textarea:focus {
	background-color: #eee;
}
/* Link Styling
----------------------------------------------- */

a:link, a:visited {
	color: #ab5603;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a.invisible:link, a.invisible:visited {
	color: #7CA332;	
}

#navigation a:link, #navigation a:visited {
	border: 0;
}

#outerpart a:link, #outerpart a:visited {
	color: #4D4C41;
}
/* Other stuff
----------------------------------------------- */
#colorborder {
	background-color: #9c3;
}


.outerref:hover {
	border-color: #4D4C41;
}
