#mainlogo {
	height: 100px;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	background-color: #09F;
	text-align: center;
}
#navbar {
	height: 20px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	text-align: center;
	background-color: #FFF;
}
#main {
	float: left;
	width: 580px;
	background-color: #FFF;
	margin-left: 20px;
	margin-top: 10px;
	height: 380px;
	background-image: url(images/main%20achtergrond%20fade.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#inhoudrechts {
	float: right;
	height: 400px;
	width: 120px;
	text-align: center;
	vertical-align: bottom;
	font-size: small;
}
#footer {
	clear: both;
	background-color: #09F;
	text-align: center;
	vertical-align: bottom;
	font-size: medium;
	height: 30px;
	border-top-style: double;
}
#container {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 720px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	background-color: #09F;
}
.kleinwit {
	font-size: x-small;
	color: #FFF;
}
.paginatitel {
	font-size: large;
	font-weight: bold;
}
.standrtxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
