* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #28bdb3;
	font: 13px Arial, Helvetica, sans-serif;
}

div#siteHolder {
	margin: 20px auto 10px auto;
	border: 1px solid #fff;
	width: 679px;
}

div#top {
	position: relative;
	height: 121px;
	width: 679px;
	background: url(../images/top-leeg.jpg) no-repeat;
}

div#flash {
	position: absolute;
	right: 8px;
	top: 8px;
}

div#menuHolder {
	background: #28bdb3;
	height: 33px;
	width: 679px;
}

div#menuHolder table img {
	border: none;
}

div#fade {
	background: url(../images/fade-ondermenu.jpg);
	height: 21px;
	width: 679px;	
}

div#contentHolder {
	width: 679px;
	background: url(../images/content_bg.jpg);
	overflow: auto;
}

a:link, a:visited {
	color: #28bdb3;
	font-weight: bold;
}

div#contentLinks {
	float: left;
	width: 397px;
	margin-left: 29px
}

div#contentRechts {
	float: left;
	width: 229px;
	margin-right: 7px;
	margin-left: 17px;
}

div#randomtekst {
	width: 213px;
	padding: 8px;
	background: #28bdb3;
	margin-bottom: 26px;
}

ul li {
	font: 12px Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	margin-bottom: 12px;
}

ul#opsomming {
	list-style: none inside url(../images/li-opsomming.jpg);
}

ul#opsomming li {
	margin-bottom: 4px;
}

div#randomtekst p {
	color: #fff;
	margin-bottom: 0px;
}

div#footer {
	height: 62px;
	width: 679px;
	background: url(../images/footer.jpg) no-repeat;
}

p {
	color: #4b4b4b;
	margin-bottom: 12px;
}

h1 {
	color: #28bdb3;
	font-size: 14px;
	margin-bottom: 14px;
}

.groen {
	color:#28bdb3;
}