body {
	background-color: #003333;
	margin-top: 0px;
}
a:link {
	font-weight: bold;
	color: #9cc;
}
a:hover {
	color: #669900;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
a:active {
	color: #336666;
}
/* Site body */
#main {
	background-color: #336666;
	width: 750px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url(../pictures/achtergrond.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	line-height: 1.5em;
	padding-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
}
#head {
	height: 80px;
}
#logo {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 18px;
	float: left;
	padding-right: 300px;
}
#adres {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 18px;
}
#content {
	padding-left: 15px;
	padding-right: 20px;
	height: auto;
	margin-top: 20px;
	padding-top: 30px;
}
/* Navigatiebalk */
#navigatie {
	width: 750px;
	height: 30px;
	background-color: #003333;
	line-height: 1.1em;
}
#navigatie li {
	float: left;
	list-style-type: none;
	padding: 0;
	white-space: nowrap;
}
#navigatie ul {
	margin: 0;
	padding: 0;
}
#navigatie a {
	display: block;
	padding: 7px 15px 10px;
	text-decoration: none;
	background-color: #003333;
	font-size: 11px;
}
#navigatie a:link, #navigatie a:visited {
	color: #FFFFFF;
	
}
#navigatie a:hover, #navigatie a:active,
#huidig a:link, #huidig a:visited, 
#huidig a:hover, #huidig a:active {
	background-image:   url("../pictures/rollover01.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
}
#seperator {
	width: 2px;
	background-color: #336666;
	height: 30px;
}
#copyright {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.2em;
	margin-top: 40px;
	margin-left: 25px;
}
.small {
	font-size: small;
	font-weight: bold;
}
