body, html {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background: repeat-y scroll center url(images/bg.jpg);
	font-size: 11px;
	color: #b90448;
	font-family: Lucida Grande, Verdana, Arial, schreefloos;
}

#outcontainer {
	position: relative;
	width: 500px;
	margin: auto;
	padding: 0px;
}

#header {
	margin-bottom: 10px;
	margin-top: 10px;
}

.inhoud {
	line-height: 16px;
	background-color: white;
	padding: 10px;
	border: 1px solid #f26d7d;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 480px;
}

h2 {
	padding-bottom: 10px;
	font-family: Tahoma, Lucida, Helvetica;
	border-bottom-color: #cccccc;
	padding-top: 10px;
	margin-top: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	font-variant: normal;
	font-weight: bold;
	font-size: 200%;
}

a {
	color: #b90448;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #d74b7b;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #9e0039;
	font-weight: bold;
	text-decoration: underline;
}
ul {
	padding-left: 30px;
	line-height: 14px;
}
p {
	color: #4d4d4d;
}
.dagen {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #ffe2ef;
}
