@charset "utf-8";
/* global */
html {
	overflow-y: scroll;
}

/* Logo */
#logo {
	position:absolute;
	left:24%;
	top:3%;
	width:300px;
	height:30px;
}

/* Menu */
#Menu {
	position:absolute;
	left:37%;
	top:18%;
	width:auto;
	height:auto;
}

#Menu  a, a:link, a:hover, a:visited {
	font-family:Arial, Helvetica;
	font-style:normal;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
}
#Menu a {
	color:#000;
}

#Menu a:link{
	color:#000;
}

#Menu a:visited{
	color:#000;
}

#Menu a:hover{
	color:#e23a8a;
}

/* Referenties */
#Referenties {
	position:absolute;
	left:14%;
	top:65%;
	width:215px;
	height:auto;
}

#Referenties h1,h2,h3,a,body {
	font-family: Arial, Helvetica;
}

#Referenties h1 {
	font-size:18px;
	font-style:normal;
	color:#9b0071;
	line-height:30px;
}

#Referenties {
	color:#999;
}

#Referenties a {
	font-size:12px;
	font-style:normal;
	color:#999;
	line-height:20px;
	text-transform:none;
}

#Referenties a:hover {
	font-size:12px;
	font-style:normal;
	color:#e23a8a;
	line-height:20px;
	text-transform:none;
}

/* Heading */
#Heading {
	position:absolute;
	left:13%;
	top:24%;
	width:215px;
	height:222px;
}

#Heading img {
	height: 215px;
	width: 222px;
}

/* Header */
#Header {
	position:absolute;
	left:31%;
	top:24%;
	width:739px;
	height:215px;
}

#Header img {
	height: 215px;
	width: 739px;
}

/* Tekstvak */
#tekstvak {
	position:absolute;
	left:37%;
	top:65%;
	width:500px;
	height:100% | auto;
}

#tekstvak h1, h2, h3, a, body {
	font-family: Arial, Helvetica;
}

#tekstvak h1 {
	font-size:18px;
	font-style:normal;
	color:#9b0071;
	line-height:30px;
}

#tekstvak h2 {
	font-size:12px;
	font-style:normal;
	color:#9b0071;
	line-height:30px;
}

#tekstvak h3 {
	font-size:12px;
	font-style:normal;
	font-weight:100;
	color:#999;
	line-height:20px;
}

#tekstvak a {
	font-size:12px;
	font-style:normal;
	color:#999;
	line-height:20px;
	text-transform:none;
}

#tekstvak a:hover {
	font-size:12px;
	font-style:normal;
	color:#e23a8a;
	line-height:20px;
	text-decoration:underline;
	text-transform:none;
	
}

#tekstvak {
	font-size:12px;
	font-style:normal;
	color:#000;
	line-height:20px;
}
