/* Start of CMSMS style sheet 'Stoppelhaene - Algemeen' */
/** BODY */

body {
	background: url(../images/achtergronden/graan.jpg) no-repeat;
  	background-position: bottom center;
  	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
  	color: #D11111;
}

a {
	color: #0D4DBE;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
  	color: #0D4DBE;
	text-decoration: underline;
}

/** MENU */

#menu a {
	color: #0BA02E;
}

#menu a:hover, #menu a:active, #menu .menuactive {
	color: #D11111;
}

/** SUBMENU */

#submenu a {
	color: #0BA02E;
}

#submenu a:hover, #submenu a:active, #submenu .menuactive {
	color: #D11111;
}

/** FOOTER */

#footer p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	font-size: 90%;
	color: #0BA02E;
}

#footer a {
	padding: 0px 5px;
	color: #0BA02E;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
/* End of 'Stoppelhaene - Algemeen' */

