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

body {
	font: 100%/150% Arial, Helvetica, sans-serif;
	color: #303;
	background-color: #303;
	margin: 0;
}
#wrapper {
	width: 62.375em; /*998px*/
	margin: 0 auto 0 auto;
	position: relative;
}
img {
	border: 0;
}
#wrapper img {	
	width: 62.375em;  /*998px*/
	height: 43.75em; /*700px*/
}
#tekst {
	width: 31.25em;
	position: absolute;
	top: 11.75em;
	left: 12.8em;
}
h1 {
	font-size: 100%;
	padding: 0em 0em 0em 1em;
	color: #C60;
	margin: 0;
}
h2 {
	font-size: 100%;
	padding: 0em 0em 0em 1em;
}
h3 {
	font-size: 100%;
	margin-top: 0;
}
p {
	padding: 0em 1em;
}
a {
	color: #303;
	text-decoration: underline;
	outline: none;
}
p.klein {
	font-size: 85%;
	line-height: 130%;
	margin-top: 16em;
}
p.kleiner {
	font-size: 80%;
}
#spreuk {
	width: 16.5em;
	position: absolute;
	top: 11.75em;
	left: 44.875em;
	color: #C60;
	font-weight: bold;
}
#slogan {
	width: 18.5em;
	position: absolute;
	top: 43.75em;
	left: 43.875em;
	color: #C9C;
	text-align: right;
}
#tekst ul {
	padding-left: 0;
	margin-left: 1em;
}
#tekst li {
	list-style-type: none;
}
/*NAVIGATIE*/

#navigatie {
	width: 12.625em;
	position: absolute;
	top: 10.5em; 
	left: 0;
}
#navigatie ul {
	margin-left: 0; /*ie standaard linkermarge op 40px*/
	padding-left: 0; /*browsers standaard op 40px, ie standaard op 0*/
	width: 12.8em;
}
#navigatie li {
	background-image: url(paarsebullet.png);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	list-style-type: none;
	padding-left: 1.8em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
#navigatie li a {
	color: #303;
	text-decoration: none;
	font-weight: bold;
	font-size: 105%;
}
#navigatie li a:hover {
	color: #C60;
}
#navigatie li:hover, #navigatie li:active {
	background-image: url(images/bruinbullet.png);
	background-repeat: no-repeat;
}

