html {
overflow-y: scroll;
height:100%;
}
body {
height:100%;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dedede;

	background-image: url(../Image/achtergrond_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.textmidden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #da0000;
}
.textlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #939598;	

}

.textspecial {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #DA0000;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}


a.textspecial:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #8b8b8b;
	text-decoration: none;
	font-weight: normal;
}
a.textspecial:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #8b8b8b;	
	text-decoration: none;	
	font-weight: normal;	
	
}
a.textspecial:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #DA0000;
	text-decoration: none;	
	font-weight: normal;	
	
}

