/* Algemeen */
html {
	background-color: #b5eaeb;
	background-image: url(/images/achtergrond/zomer-html.jpg);
}
h1, h1.kop a, h2.kop, h2.kop a {
	color: #ee654a !important;
}
a, span.link {
	color: #1f74d3;
}


/* Box */
.box-wit, .box-wit .i3 {
	border: solid 3px #dbf8ff;
	background-color: #ffffff;
}


/* Top */
#top h2 {
	color: #0f7289;
}


/* Hoofdtabbladen */
#hoofdtabs ul li.actief a, #hoofdtabs ul li.actief a span {
	background-image: url(/images/tab/zomer-wit.png);
}


/* Bladerlijst en filterlijst */
.bladerlijst, .filterlijst {
	color: #ababab;
}
.filterlijst h3, .filterlijst span.header {
	color: #ee654a;
}
.filterlijst h4, .filterlijst span.subheader  {
	color: #4b4b4b;
}
.bladerlijst a, .filterlijst li a, .meer-link a {
	color: #73801a;
}


/* Footer */
#footer {
	background-image: url(/images/achtergrond/zomer-footer.png);
}