/* CSS Document */

body {
	background-color: #6699cc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #336699;
	text-align: center;
}

div#frame {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	text-align: left;
}

div#links {
	float: left;
	width: 200px;
	height: 550px;
	background-image: url(../images/douchekop.jpg);
	background-repeat: no-repeat;
}

div#midden {
	float: left;
	width: 655px;
	height: 550px;
	background-color: White;
}

div#rechts {
	float: left;
	width: 100px;
	height: 550px;
	background-image: url(../images/handdoeken.jpg);
	background-repeat: no-repeat;
}

div#kop {
	width: 655px;
	height: 130px;
	background-image: url(../images/kop.jpg);
	background-repeat: no-repeat;
}	

div#content {
	background-color: White;
	padding-left: 35px;
	padding-right: 35px;
	height: 370px;
	overflow: auto;
}

div#menu {
	width: 655px;
	height: 50px;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
}

a {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ADD8E6;
}
