Html,Body {
	margin: 				0px;
	background: 			url(../images/background.gif) repeat-x;
	font: 					10px Verdana;
	color:					#9d9d9d;
}

* {
	margin: 				0;
	padding: 				0;
}

#container {
	width: 					902px;
	margin: 				0px auto;
}

#logo {
	width:					902px;
	height:					45px;
	padding:				21px 0 0 0;
	text-align:				center;
	margin:					0;
}

#menu {
	width:					902px;
	height:					34px;
	background:				url(../images/menu.gif);
	margin:					0;
}

#menu ul {
	list-style-type: 		none;
	background-image: 		url(../images/menu.gif);
	height: 				34px;
	width: 					902px;
	margin: 				auto;
}

#menu li {
	float:					left;
}

#menu ul a {
	padding:				0px 32px;
	display: 				block;
	line-height: 			34px;
	text-decoration: 		none;
	color: 					#FFF;
	border-right:			1px #FFF solid;
	font-weight:			bold;
}

#menu ul a:hover {
	background:				url(../images/hover.jpg);
}

#menu .hoek a:hover {
	background:				url(../images/rounded.gif);
}

#content {
	width:					902px;
}

#contentinfo {
	width:					882px;
	height:					95px;
	background:				url(../images/contentinfo.gif);
	padding:				10px;
}

.pink {
	width:					902px;
	height:					7px;
	background:				url(../images/pink.gif);
	margin:					0 0 1px 0;
	font:					0px;
}

.contentlayout {
	width:					902px;
	height:					155px;
	background:				url(../images/contenttemplate.gif);
}

.blue {
	width:					902px;
	height:					7px;
	background:				url(../images/blue.gif);
	margin:					0 0 1px 0;
	font:					0px;
}

.contentads {
	width:					902px;
	height:					123px;
	background:				url(../images/contentads.gif);
	text-align:				center;
	padding:				32px 0 0 0;
}

.right {
	float:					right;
	width:					425px;
	padding:				10px 20px 0 10px;
}

.left {
	float:					left;
	width:					420px;
	padding:				10px 0 0 10px;
}

#right {
	float:					right;
	width:					425px;
}

#left {
	float:					left;
	width:					420px;
}

h1 {
	color:					#df1758;
	font: 					10px Verdana;
	font-weight:			bold;
	margin:					5px 0 10px 0;
}

h2 {
	color:					#17cae0;
	font: 					10px Verdana;
	font-weight:			bold;
	margin:					0 0 10px 0;
}

#content ul {
	list-style-type:		square;
	margin:					0 0 0 12px;
}

.afbeelding {
	width:					150px;
	height:					120px;
	float:					left;
	border:					5px solid #DAD8CB;
	margin:					0 10px 0 0;
	background:				#FFF;
	padding:				1px;
}

.contentlayout p {
	height:					85px;
	color:					#999;
}

.contentlayout a {
	color:					#999;
}

.contentlayout a:hover {
	color:					#333;
}

.info {
	float:					right;
	height:					20px;
}

.info a {
	font-weight:			bold;
	color:					#df1758;
}
