
/* - - - - - - - - - - - - - - - - - - - - -

Title : 		MUZIEKSCHOOLWATERLAND STYLE SHEET
Author : 		Strangefruit.nl
URL : 			http://www.strangefruit.nl

Description : 	colors dans

Created : 		26/11/2007
Modified : 	

- - - - - - - - - - - - - - - - - - - - - */
@import url("structuur.css");
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #C7C7CC;
	scrollbar-base-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #858585;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background-color:#6EAD1A;
	background-image: url(../img/bg/bg_dans.png);
	background-position: 50% 0px;
	background-attachment: scroll;
	background-repeat: repeat-y;
}
a, .subtitel {
	color: #6EAD1A;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#6EAD1A;
}
#meernieuws a, #subheaderrechts a {
	color: #FFFFFF;
	text-decoration:none;
}
#meernieuws a:hover, #subheaderrechts a:hover {
	background-color: #DD9A48;
	color:#FFFFFF;
	text-decoration:none;
}

#sidebar a:hover {
	color: #00A1DF;
	text-decoration:none;
	background-color:#FFFFFF !important;
}
.agendapunt {
	border-bottom-color: #6EAD1A;
}


