/* CSS Document */

a:link,
a:visited {
	color: #3399FF;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

a:active {
	color: #33CC00;
	text-decoration: none;
}

.opendag a:link { color: #CC0000; }
.opendag a:visited { color: #CC0000; }
.opendag a:hover { color: #FF9900; }
.opendag a:active { color: #33CC00; }

html,body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-color: #FFFFFF;
}

hr {
	color: #FF9900;
	height: 3px;
	width: 70%;
}

h1 {
	font-size: 20px;
	color: #FF9900;
}

h2 {
	font-size: 17px;
	font-style: italic;
	font-weight: 100;
	margin-bottom: 5px;
}

#index {
	background-color: #E0F0FF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.margin {
	margin-bottom: -10px;
}

.normaal {
	font-size: 16px;
}

.info {
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}

.adres {
	font-size: 11px;
	color: #FFFFFF;
}

.opvallend {
	color: #FF9900;
	font-weight: bold;
}

.opendag {
	font-size: 18px;
	color: #FF9900;
	font-weight: bold;
	text-align:center;
}

.erik {
	font-size: 12px;
}

.small {
	font-size: x-small;
}

.slogan {
	font-size: 17px;
}