.superkop{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
}
.supersmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 10px;
}

.normale_tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;	

	}
.footer_tekst {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #FF0000;
    text-decoration:none;
}

a img {
	border: none;
}

a:visited {
	color: #FF0000;
    text-decoration:none;
}

a:hover {
	color: #0033FF;
	text-decoration: underline;
}
* {
	margin: 0;
	
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -181px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 181px; /* .push must be the same height as .footer */
}

