html, body {
	height: 100%;
}
a {
	color: #FFF;
	text-decoration:underline;
	font-weight:normal;
	}
a > img{
    border: 0;
}	
a:hover {
	color: #DEF3DE;
	font-weight: normal;
	text-decoration:underline;
}
a:visited {
	color: #A0A0A4;
	font-weight: normal;
	text-decoration:underline;
}
h1, p, li {
	margin: 0;
	padding: 0.3em 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-align: left;
}
#container {
	min-height: 100%;
	margin-left: 4px;
	top: auto;
	clip: rect(auto,auto,auto,auto);
}
#container a{
	color: #127398;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	border: none;
	outline:none;
}
* html #container {
    height: 100%;
}
#footer-spacer {
    height: auto;
}
#footer {
	height: 20px;
	background-color: #006666;
	color: #FFF;
	font-size: x-small;
}
.Kopregel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #1eace4;
}
#container p strong {
	color: #000;
}
.rood {
	color: #F00;
	font-weight: bold;
}