/* Stijl voor koppen (Wat is, Waarom naar etc.) */
.kop {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000066;
	background-image: url(Plaatjes/kop_rechts.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-left: 10px;
}
.kophoofdletter {
	font-size: 48px;
	color: #FFFF00;
}

/* Stijl voor submenu's */
.submenu { /* Achtergrond, font etc */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ED008B;
	background-image: url(Plaatjes/tekst_boven.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
}
.submenu a{ /* Link stijlen */
	color:#ED008B;
}
.submenu a:link{
	text-decoration: underline;
}
.submenu a:visited{
	text-decoration: underline;
}
.submenu a:hover{
	font-weight: bold;
}

/* Stijl voor hoofd tekstvak (achtergrond cell) */
.tekstvak {
	background-image: url(Plaatjes/tekst_midden.jpg);
	background-repeat: no-repeat;
}
/* Stijl voor eigenlijke text.
	Scrolling div laag (overflow:auto), met standaard font en kleur definitie */
#tekstscrolllaag {
	overflow: auto;
	height: 256px;
	width: 532px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}

/* Stijl voor de rollover buttons */
.button {
	background-repeat: no-repeat;
	position:absolute;
	display:block;
	width:218px;
	height:40px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.button a {
	text-decoration: none;
	cursor:pointer;
	color:#000066;
	display:block;
	width:218px;
	height:40px;
}
.button img{
	border:0;
}
.button a:hover {
	visibility:visible;
}
.button a:hover img{
	visibility:hidden;
}
.button span {
	position:absolute;
	top:15px;
	left:50px;
}
.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
}

.tekst h1 {
	font-weight: bold;
	font-size: 14px;
}

