@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #072563;
	background-image: url(image/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #072563;
	text-decoration: underline;
}
a:hover {
	color: #6A8BB4;
}
a:visited {
	color: #6A8BB4;
}
#container #inhoud #content .left {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

#container #inhoud #content .right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}



#container {
	background-color: #FFFFFF;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
}
#header {
	background-color: #FFFFFF;
	width: 920px;
	height: 200px;
	background-image: url(image/sneek2.jpg);
}
#inhoud {
	width: 920px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#menu {
	width: 200px;
	float: left;
	color: #FFFFFF;
	height: 500px;
	padding-top: 40px;
}
#menu p {
	font-size: 12px;
	color: #072563;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CEDAE8;
}
#menu  ul  li a {
	font-size: 14px;
	color: #072563;
	display: block;
	padding-left: 25px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEDAE8;
}
#menu ul li a:hover {
	background-color: #DEE6F1;
	color: #072563;
}
#content {
	width: 689px;
	float: left;
	padding-left: 30px;
	font-size: 12px;
}
#content h2 {
	font-size: 22px;
	color: #072563;
	margin-top: 40px;
	font-weight: bold;
}


#content p {
	font-size: 12px;
	color: #072563;
	text-decoration: none;
	line-height: 17px;
}




#voet {
	background-color: #FFFFFF;
	width: 920px;
	height: 20px;
	font-size: 11px;
	color: #072563;
	padding-top: 6px;
	clear: both;
	text-align: center;
}


