body, html {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #f04d13 url(img/verloop-back.gif) repeat-y 0 0;
	
}

a {
	color: #999;
}

a:hover {
	color: #f60;
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 0;
	width: 1024px;
	height: 700px;
	background: url(img/startpagina.jpg) no-repeat 0 -100px;
	text-indent: -10000px;
}

h2 em {
	font-weight: normal;
}

p.maintext {
	display: none;
}


ul#startmenu {
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 220px;
	left: 450px;
	z-index: 5;
}

ul#startmenu li {
	list-style: none;
}

ul#startmenu li a {
	display: block;
	padding: 4px 5px 4px 10px;
	margin: 5px 0;
	border: 2px solid #9b908b;
	border-top: 1px solid #a8cce1;
	border-left: 1px solid #a8cce1;
	width: 160px;
	background: #fff url(img/arrow-brown.gif) 0 -9px;
	
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}



