@charset "utf-8";

body {

	list-style-image: url(opsomming.jpg);

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #cccccc;

	background-color: #333333;

	font-size: 10pt;

	margin: 0px;

}

#bovenste {

	position:absolute;

	width:100%;

	height:10px;

	background-image: url(kleurenstrook.gif);

}

#hoofding {

	position:absolute;

	width:707px;

	height:79px;

	background-image: url(hoofding.jpg);

	margin-top: 50px;

	margin-left: 20px;

}

#inhoud {

	position:absolute;

	width:707px;

	margin-top: 150px;

	margin-left: 20px;

	background-color: #2F3E3E;

}

#menu {

	position:absolute;

	width:150px;

	height:300px;

	background-color:  #3d4c53;

	margin-top: 150px;

	margin-left: 740px;

	border-left-width: 1px;

	border-left-style: dotted;

	border-left-color: #cccccc;

}

h1 {

	font-size: 16pt;

	font-weight: normal;

	color: #85b3c5;

	padding-bottom: 15px;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #666666;

}

a:link,a:visited {

	color: #87cdf1;

	text-decoration: none;

}

a:hover {

	color: #cc0000;

	text-decoration: underline;

}


