body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	background-color: #000000;
}

#container {
	margin-left: auto;
	margin-right: auto;
	height: 410px;
	width: 585px;
	padding: 15px;
	margin-top: 61px;
}

#content {
	float: left;
	width: 350px;
	height: 405px;
	overflow-y: auto;
}

#navigatie {
	float: left;
	width: 235px;
	text-align: right;
}

#navigatie a, #navigatie a:visited {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#navigatie .red, #footer .red {
	color: #ED1E26;
}

#navigatie a:hover {
	text-decoration: underline;
}

#footer {
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	width: 585px;
	text-align: right;
}

#footer a, #footer a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: none;
}

h1 {
	font-size: 12px;
	color: #ED1E26;
	margin-bottom: 2px;
}

h2 {
	font-size: 11px;
	color: #ED1E26;
	margin-top: 15px;
	margin-bottom: 2px;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(../images/bullit.gif);
}

a:link, a:visited {
	text-decoration: underline;
	color: #ED1E26;
}

a:hover {
	color: #000000;
}

.small {
	font-size:		9px;	

}

