@charset "utf-8";
/* CSS Document */

#headerfoto {
	position:absolute;
	width:154px;
	height:132px;
	z-index:2;
	left: 808px;
	top: 461px;
}

#footer {
	position: relative;
	width:950px;
	height:30px;
	z-index:3;
	left: 0px;
	top: 20px;
	text-align: center;
	color: #004080;
	font-size: 12px;
	font-weight: bold;
}

#logo {
	position: absolute;
	width: 130px;
	height: 104px;
	z-index: 3;
	left: 125px;
	top: 280px;
}

#afbeeldingsblok {
	position: relative;
	width: 240px;
	height: 350px;
	z-index: 1;
	left: 690px;
	top: 0px;
}

#inhoud {
	position: absolute;
	width: 600px;
	height: 310px;
	z-index: 1;
	left: -640px;
	top: 0px;
	background-color: #ECECFF;
	padding: 20px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#menu {
	position: absolute;
	width: 40px;
	height: 200px;
	z-index: 1;
	left: -680px;
	top: 0px;
	color: #ffffff;
}

.roundedcorner-upperleft {
	position: absolute;
	width: 15px;
	height: 15px;
	z-index: 2;
	left: -640px;
	top: 0px;
}

.roundedcorner-bottomleft {
	position: absolute;
	width: 15px;
	height: 15px;
	z-index: 2;
	left: -640px;
	top: 335px;
}

.roundedcorner-upperright {
	position:absolute;
	width: 15px;
	height: 15px;
	z-index: 2;
	left: 225px;
	top: 0px;
}

.roundedcorner-bottomright {
	position:absolute;
	width: 15px;
	height: 15px;
	z-index: 2;
	left: 225px;
	top: 335px;
}

h1 {
	font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #F90;
	margin-bottom: 10px;
	margin-top: 14px;
}

h2 {
	font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #F90;
	margin-bottom: 10px;
	margin-top: 14px;
}

#highlight {
	background-color: yellow;
}
