A:link {color: #ffffff; text-decoration: none;}
A:visited {color: #ffffff; text-decoration: none;}
A:active {color: #ffffff; text-decoration: none;}
A:hover {color: #A33636; text-decoration: none;}

body {
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 50%;
}

#container {
	position: relative;
	width:900px;
	height: 600px;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #FFFFFF;
	border: 5px #A33636 solid;
}

.null {
	height: 0px;
	overflow: hidden;
	position: relative;
}

#header {
	height:80px;
	background-color: #D2D2D2;
	padding:14px;
	background: url(images/header-verloop.jpg);
}
#menu {
	height:22px;
	background-color: #21409A;
	padding-left: 345px;
	padding-top:8px;
}
#menu_item {
	padding-right:19px;
	font-size:13px;
	font-weight: 900;
	}
#footer {
	height:22px;
	background-color: #21409A;
	color: #ffffff;
	padding-left: 15px;
	padding-top:8px;
	margin-bottom: 15px;
	position: absolute;
	width: 885px;
	top: 571px;
}


#links {
	position: relative;
	width:300px;
	border-right: solid 2px #21409A;
	padding:15px;
	height: 365px;
	top: 20px;
}
#content {
	position: absolute;
	top: 145px;
	width:540px;
	height: 385px;
	left:330px;
	padding:15px;
	overflow: scroll;
}

#content A:link {color: #000000; text-decoration: underline;}
#content A:visited {color: #000000; text-decoration: underline;}
#content A:active {color: #000000; text-decoration: underline;}
#content A:hover {color: #A33636; text-decoration: underline;}


h1 {
	font-size: 18px;
	font-weight: bold;
	color: #21409A;
	letter-spacing: 0.01em;
	position: relative;
	text-decoration: none;
}


h2 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-top: -18px;
	margin-bottom: -5px;
}
