*{
padding:0;
margin:0;
}
p {
padding: 1em 0;
line-height: 1.5em;
}
html, body {
	height: 685px; /* h??l belangrijk */
	font: 1.0em Verdana, Arial, Trebuchet MS, sans-serif;
	color: #000;
	text-align: center;
	background-color: #FFFFC3;
}
#container {
	width: 780px;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: 685px!important; /* voor moderne browsers */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	background-color: #FFF;
	background-position: left top;
}
#header{
	position: relative;
	background-color: #FF53AC;
	float: left;
	height: 205px;
	width: 780px;
}




#inhoud {
	padding-top: 0;
}
#footer {
	position: relative;
	bottom: 0; /* heel belangrijk */
	width: 780px;
	height: 15px;
	font-size:11px;
	line-height: normal;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F6298E;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#right {
	float: left;
	width: 530px;
	position: relative;
	left: 20px;
	top: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #0F8EA1;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}


#left {
	float: left;
	width: 200px;
	position: relative;
	background-color: #FFC1E0;
	line-height: 20px;
	background-attachment: fixed;
	background-image: url(imgs/onder_menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 480px;
}
#left a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #F6298E;
	text-decoration: none;
	line-height: 20px;
	padding-left: 15px;
}

#right a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #09948C;
}
