BODY, HTML {
	background-color: #010010;
	color: #f3fee2;
	font-size: 17px;
	font-family: sans-serif;
	scrollbar-3dlight-color: darkred; /*kleur van pagina achtergrond. */
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: white; /* zeer donkere kleur */
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: black; /* zeer donkere kleur */
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: darkred; /*kleur van pagina achtergrond. */
	scrollbar-face-color: black;
	scrollbar-highlight-color: red; /* zeer lichte kleur */
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: #650103; /* iets minder donkere schaduw */
	scrollbar-shadow-color: white; /* iets minder donkere schaduw */
}

div#content{
	top: 100px;
}

div#gegevens{
	background: url(hartingegevens.png) no-repeat bottom;
	/*height: 200px;
	overflow: visible;*/
	padding-bottom: 220px;
	font-family: sans-serif;
	color: #fffcf3;
	margin: 20px;
	left: 2px;
}

div#afbeelding{
	position: absolute;
	background-image: url(hart.png);
	width: 261px;
	height: 269px;
	top: 30px;
	left: 700px;
}

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

div#content table{
	color: #fffcf3;
	}	

div#kopje{
	font-weight: bold;
	}
	

div#toptekst {
	color: #f3fee2; 
	font-family: sans-serif;
	font-size: 40px;
	padding-top: 40px;
	background: url(hartlinksboven.png)  200px 0px no-repeat;
}

h1{
	color: #f3fee2;
	font-size: 25px;
	font-family: sans-serif;
	}

a:link, a:visited{
	color:  red;
}	
a:hover{
	color: #7e02b7;
}
	
A.normaal{
	padding: 3 pt;
}

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

#submitimage{
	width: 208px;
	height: 40px;
	margin: 15px 0px;
}
input.submit{
	width: 208px;
	height: 40px;
}

#preload{
	background-image: url(verzendmover.gif);
	display: none;
}

#menu{
	width: 210px;
	padding: 0 0 170px 0;
	margin: 80px 0px 0 15px;
	text-align: center; /*background-image: url(witteroos.png);*/
	background: url(kleinhart.png) no-repeat bottom;
}

#menu li{
	list-style: none;
}

#menu li a{
	display: block;
	height: 43px;
	width: 190px;
	background: url(buttondubbel.gif)  0px 2px no-repeat;
	font-size: 19px;
	color: red;
	text-decoration: none;
	line-height: 43px; /
	font-family: sans-serif;
	letter-spacing: -1px;
}

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

#menu li a:hover, #menu li a:active{
	background: url(buttondubbel.gif)  -199px 2px no-repeat;
}



