#wrapper { 
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	background-color: #7c0405;
	text-align: center;
}

#titel {
	text-align: center;
	padding: 2px 0;
	color: #747474;
	font-weight: bold;
	font-size: 11px;
	border-bottom: #d7d7d7 1px solid;
}

#navigatie {
	padding: 4px 0;
	text-align: center;
	background-color: #eeeeee;
	border-bottom: #d7d7d7 1px solid;
	font-weight: bold;
	margin: 0 0 8px 0;
}

#footer {
	text-align: center;
	padding: 2px 0;
	color: #747474;
	font-weight: bold;
	font-size: 11px;
	border-top: #d7d7d7 1px solid;
	margin-top: 7px;
}

.content ul {
	padding: 2px 0;
	margin: 0;
	list-style: none;
}

.content ul li {
	padding: 0 2px 0 10px;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin-bottom: 6px;
}

.content ul li a {
	color: #4f4f52;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}