h1 {
	font-size: 18px;
	color: #0F0;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	color: #0F0;
	margin-top: 0px;
}
.fontgreen {
	color: #0F0;
}

h3 {
	font-size: 14px;
	color: #FFF;
	margin-top: 0px;
}
p {
	padding-top:0px;
	margin-top:0px;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
body {
	margin-top: 5px;
	background-repeat: repeat;
	background-color: #000;
}
a {
	color: #204090;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
.fotolinks {
	float: left;
	margin-right: 20px;
}
.fotorechts {
	float: right;
	margin-bottom: 5px;
	margin-left: 25px;
}
#container {
	position:relative;
	width:960px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../images/achtergrond_mdtraffic.gif);
	background-repeat: repeat-y;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:150px;
	background-image: url(../images/header.jpg);
}
#navigatie {
	position:absolute;
	left:0px;
	top:150px;
	width:170px;
	height:545px;
	text-align: left;
	padding-left: 20px;
}
#inhoud {
	position:relative;
	left:190px;
	top:150px;
	width:725px;
	height:auto !important;
	min-height:500px;
	text-align:justify;
	padding-right: 25px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#footer {
	position:relative;
	left:0px;
	top:50px;
	width:960px;
	height:25px;
	background-image: url(../images/footer.jpg);
	text-align: center;
	padding-top: 25px;
	color: #FFF;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

