body {
	 background: #060666;
	 margin: 10px;
}

h1 {
	font-family : Verdana, Verdana, Geneva, sans-serif;
	font-size: 21px;
	font-weight : bold;
	color : yellow;
	margin : 0 0 5px 0;
}

h2 {
	font-family : Verdana, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight : bold;
	color : yellow;
	margin : 0 0 5px 0;
}

h3 {
	font-family : Verdana, Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight : bold;
	color : yellow;
	margin : 0 0 5px 0;
}

p, td, li {
	font-family : Comic Sans MS, Comic Sans MS, cursive;
	font-size: 14px;
	text-align : justify;
	color : white;
	font-weight: bold;
}

p {
	margin : 0 0 13px 0;
}

ul {
	margin : 5px 0 5px 15px;
}

ol {
	margin : 5px 0 5px 25px;
}

a {
	color : gold;
	text-decoration : underline;
}
a:hover, a:active {
	color : yellow;
	text-decoration : none;
}

img {
	text-decoration : none;
	border : 0;
}

#header {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 80px;
	background: #325eb5 url(/images/turq-top.jpg) right no-repeat;
}

#main {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	background-color: #42a0c6;
}

#body {
	float: right;
	display: inline;
	margin: 10px 10px 0 0;
	top: 10px;
	right: 10px;
	width: 650px;
	font-family : Comic Sans MS, Comic Sans MS, cursive;
	font-size: 14px;
	text-align : justify;
	color : white;
}

#menu {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -440px;
	width: 220px;
	height: 310px;
	background: url(/images/turq-menu.jpg) top no-repeat;
}

#menu a, #websitemenu a {
	display : block;
	width : 200px;
	height : 40px;
	background : white;
	clear : both;
	margin : 10px 10px 0 10px;
	text-align : center;
	line-height : 37px;
	font-family : Verdana, Verdana, Geneva, sans-serif;
	font-size : 20px;
	font-variant : small-caps;
	font-weight : bold;
	text-decoration : none;
}

#menu a.wat {
	background : #D93D1C;
	color : white;
}

#menu a.kind {
	background : #F5B100;
	color : white;
}

#menu a.stimuleren {
	background : #00A33D;
	color : white;
}

#menu a.testen {
	background : #4D0ED8;
	color : white;
}

#menu a.meer {
	background : #481B4F;
	color : white;
}

#menu a.hulp {
	background : #D8600E;
	color : white;
}

#menu a:hover, #menu a:active {
	background : black;
	color : white;
}

#submenu {
	position: absolute;
	left: 50%;
	margin: -29px 0 0 -215px;
	width: 665px;
	height: 20px;
	font-family : Verdana, Verdana, Geneva, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : white;
}

#submenu a {
	color : yellow;
	text-decoration : none;
	padding : 0 5px 0 5px;
}
#submenu a:hover, #submenu a:active {
	color : gold;
	text-decoration : underline;
}

#websitemenu {
	float: left;
	display: inline;
	margin: 240px 0 0 10px;
	width: 220px;
	height: 150px;
	background: url(/images/turq-websitemenu.jpg) top no-repeat;
}

#websitemenu a.website {
	height : 20px;
	line-height : 19px;
	font-size : 14px;
	background : #42a0c6;
	color : white;
}

#websitemenu a.meertalig {
	background : #325eb5;
	color : white;
}

#websitemenu a:hover {
	 background: #060666;
}

#zoeken {
	clear: left;
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
	width: 220px;
	height: 40px;
	background-color: #5db3d4;
}

#zoeken input[type="text"] {
	width: 180px;
	height: 18px;
	border: 1px solid #888;
	font-family : Verdana, Verdana, Geneva, sans-serif;
	font-size : 11px;
}