a {
	color: #A1ACFF;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}

a:hover {
	color: white;
}


body {
	font-family: 'Gill Sans MT', 'Gill Sans', Arial, sans-serif;
	color: #A1ACFF;
	font-size: 17px;
	margin: 0;
	background-image: url('achtergrond1.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 0;
	background-color: black;
}

div.bloktekst {
	float: left;
	width: 220px;
	height: 272px;
	margin-right: 0px;
	padding: 14px;
	overflow: visible;
	text-align: right;
	line-height: 110%;
	background-color: rgb(35,38,59);
	background-color: rgba(35,38,59,0.7);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

div.bloktekst p { font-size: 15px; margin-top: 20px; text-align: left; }

div.bloktekst span { font-size: 15px; }

div.bloktekst span.jaartal { text-align: left; float: right; color: #c6ccff; }

div.bloktekst span.links {
	text-align: left;
	float: left;
	color: #c6ccff;
	font-size: 15px;
}

div.hoofdmenu { text-align: right; width: 730px; }

div.hoofdmenu a {
	margin-left: 30px;
	font-size: 17px;
	font-weight: normal;
}

div.hoofdmenu a:hover { color: white; }

div.inhoud {
	width: 750px;
	margin: 50px auto 0px auto;
	overflow: visible;
}

div.inhoudpagina {
	position: absolute;
	top: 200px;
	width: 670px;
	height: 320px;
	line-height: 180%;
	color: #A1ACFF;
	margin: 10px 0 30px 0px;
	padding: 30px;
	overflow: auto;
	background-color: rgb(35,38,59);
	background-color: rgba(35,38,59,0.7);
	-moz-border-radius: 20px 0 0 20px; 
	-webkit-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px; 
}

div.menu {
	float: left;
	position: relative;
	z-index: 2;
	top: 20px;
	left: 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: rgb(25,28,43);
}

div.menu div {
	padding: 7px;
	color: #CCCCCC;
	}

div.menu div.popup {
	display: none;
}

div.menu:hover div.popup { display: block; }

div.menu:hover div:first-child { border-bottom: none; }

div.popup a:hover { background-color: #8398d3; color: black; }

div.popup, div.popup a {
	display: block;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 140%;
	font-weight: normal;
	margin-right: 0;
	margin-left: 0;
	padding: 5px;
}

div.projectpagina {
	position: absolute;
	top: 200px;
	width: 730px;
	height: 410px;
	color: #A1ACFF;
	margin: 0;
	margin: 10px 0 30px 0px;
	overflow: visible;
	padding: 0;
	background-color: rgb(35,38,59);
	background-color: rgba(35,38,59,0.7);
	-moz-border-radius: 20px;
   -webkit-border-radius: 20px;
	border-radius: 20px;

}

h1 {
	font-size: 32px;
	color: #9E0022;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	letter-spacing: 2px;
	padding: 0;
}

h2 {
	font-size: 22px;
	color: white;
	font-weight: normal;
	margin-bottom: 40px;
	margin-top: 10px;
}

h3 {
	margin-top: 0px;
	color: white;
	font-size: 18px;
	text-align: left;
}

h4 {
	margin-top: 22px;
	margin-bottom: 0px;
	margin-right: 10px;
	color: white;
	font-weight: normal;
	font-size: 18px;
	display: inline;
}

h5 {
	font-size: 20px;
	color: #9E0022;
	margin-top: 70px;
	margin-bottom: 20px;
}

img { border-width: 0; }

p { color: #A1ACFF; margin-top: 0; line-height: 120%; }

p b { color: #A1ACFF; }

p.lichter { color: #CCCCCC; margin-top: 0; line-height: 180%; }

