/* ALGEMEEN */

* { -moz-box-sizing: border-box; }

body {
	background: url(img/mainbg.jpg) repeat-x;
	overflow: scroll;
	margin: 0px;
	padding: 0px;
}

table { 
	font-family: verdana;
	font-size: 12px;
}

a { 
	color: #2B3582;
}

#logo {
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 2;
}

span.highlight {
	font-size: 16px;
	font-weight: bold;
	background: #FFE400;
	color: #E40000;
	border: dotted 2px #E40000;
	padding: 10px;
	font-family: arial;
	display: block;
	text-align: center;
}


#balk {
	position: absolute;
	top: 84px;
	left: 0px;
	width: 100%;
	height: 94px;
	background: #C59F40;
	z-index: 0;
}


/* LINKERBALK */

#left {
	position: absolute;
	left: 41px;
	top: 0px;
	min-height:670px;
	height: 100%;
	width: 195px;
	background: #2B3582;
	z-index: 1;
}

#left #naw {
	position: absolute;
	top: 100%;
	left: 7px;
	margin-top: -300px;
	font-family: verdana;
	font-size: 12px;
	color: #FFE400;
	line-height: 20px;
	padding: 20px;
	text-align: center;
}

#left #naw a { color: #FFE400; }



/* MENU'S */

#menu-boven {
	position: absolute;
	top: 73px;
	left: 320px;
	width: 700px;
	z-index: 1;
}

#menu-boven img {
	border: solid 1px #fff;
	margin-bottom: 7px;
}

#menu-boven span {
	text-align: center;
	display: block;
}

#menu-boven a {
	background: #2B3582;
	padding: 10px;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 10px;
	border: solid 1px #2B3582;
}

#menu-boven a:hover {
	background: #FFE400;
	color: #2B3582;
	border: solid 1px #2B3582;
}

#menu-links {
	position: absolute;
	top: 250px;
	left: 80px;
	z-index: 2;
}

#menu-links a {
	background: #FFE400;
	color: #2B3582;
	font-family: verdana;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 5px;
	width: 120px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-align: center;
}

#menu-links a:hover {
	background: #fff;
}


/* TEKST */

#tekst {
	position: absolute;
	left: 322px;
	top: 230px;
	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
	color: #2B3582;
	width: 640px;
	height: 615px;
	overflow: auto;
}
