* {
	font-size: 11px;
	font-family: verdana, Arial,sans-serif;
	color: #313131;
}

body {
	background-color: #FFFFF0;
}

a {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 110%;
}

.groottabel {
	border: 1px solid gray;
	background-color: white;
	padding: 8px;
}

.tabover {
	padding-top: 8px;
}
.zoekbox {
	font-size: 90%;
	border: 1px solid #96010D;
	padding-top: 2px;
	padding-left: 2px;
	margin: 0px;
}
.activiteitenkeuze {
	display: block;
	margin-top: 7px;
}

#tekst {
	height: 350px;
	overflow: auto;
	line-height: 15px;
	text-align: justify;
	padding-right: 9px;
}

#tekst2 {
	height: 200px;
	overflow: auto;
	line-height: 15px;
	text-align: justify;
	padding-right: 9px;
	vertical-align:top;
}

.activiteit_naam {
	color: black;
	font-weight: bold;
}

#printonderdeel {
display: none;
}

.activiteit_sub {
	background-image: url(../images/activiteit_sub.jpg);
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 3px;
}

.activiteit_sub2 {
	background-image: url(../images/activiteit_sub2.jpg);
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 3px;
}