BODY, HTML {
	color: #172590;
	font-size: 17px;
	font-family: sans-serif;
	
	scrollbar-3dlight-color: #75dcfb; /*kleur van pagina achtergrond. */
	scrollbar-arrow-color: #014386; /* zeer donkere kleur */
	scrollbar-base-color: red;
	scrollbar-darkshadow-color: #014386;
	scrollbar-face-color: #75dcfb; /*kleur van pagina achtergrond. */
	scrollbar-highlight-color: white; /* zeer lichte kleur */
	scrollbar-shadow-color: #196ec5; /* iets minder donkere schaduw */	
	/*overflow: auto;*/
	background: #75dcfb url(tussendeel.jpg) repeat-y top;
}

body{
	 /*niet in de HTML, dan beweegt de achtergrond ook in FF mee met het scrollen*/
	background-attachment: scroll;
}

div#gegevens{
	font-family: sans-serif;
	color: #373c65;
}

div#pagina{
	width: 1042px;
  	margin-bottom: -215px;
	background: url(bovenkant2.gif) no-repeat top;
}

div#onderrand{
	height: 215px;*/ /*deze heigth moet even groot zijn als die van onderrand2*/
	width: 1042px;
	background: url(onderkant.gif) no-repeat bottom;
}

div#onderrand2{
	/*background: url(onderkant.gif) no-repeat bottom;*/
	height: 215px;
	width: 100%;
	margin: -80px auto 0 auto;
}

div#content table td{
	font-size: 17px;
	font-family: sans-serif;
	font-weight: strong;
	}

div#content table{
	color: #373c65;
	}	

div#kopje, h2{
	font-weight: bold;
	color: #047afe;
	}
	

div#toptekst {
	color: white;
	font-family: sans-serif;
	font-size: 40px;
	padding-top: 95px;
	height: 80px;
}

h1{
	color: #0497ec;
	font-size: 25px;
	font-family: sans-serif;
	margin-bottom: 40px;
	}

a{
	text-decoration: none;
}
	
a:link, a:visited{
	color: #cf0254;
}	
a:hover{
	color: #b40199;
}
	
A.normaal{
	padding: 3 pt;
}

div#muziek{
	top: 20px;
	left: 25px;
}

div#voetje{
	margin-right: 100px;
}

div#voetje a{
	font-family: sans-serif;
}

#menu{
	margin-top: 30px;
	margin-left: 50px;
}

#menu li a{
	display: block;
	height: 37px;
	width: 164px;
	background: url(button3.gif)  0px 4px no-repeat;
	font-size: 17px;
	text-decoration: none;
	line-height: 37px; /
	font-family: sans-serif;
	text-align: center;
}

#menu li a span{
	/*margin-right: 20px;*/	/*werkt alleen niet in ie5.0*/
	color: #3bbf02;
}

#menu li a:hover, #menu li a:active{
	background: url(button3.gif)  -163px 4px no-repeat;
}

#menu li a:hover span, #menu li a:active span{
	color: #f63482;
	width: 164px;
	}

input.submit{
	float: right;
	padding: 0px;
	margin-left: 7px;
	z-order: 1; /*iets met z-order? button zit half onder formulier */
	width: 164px;
	height: 30px;
	outline: none;
	border: none;
	background: transparent url(button3.gif) no-repeat 0px 0px;
	color: #3bbf02;
	font-size: 17px;
}
input.submit:hover {
	background: transparent url(button3.gif) no-repeat -164px 0px;
	color: #f63482;
}