html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #A8ABAE;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

a {
	color: #000000;
}

#ubercontainer {
	position: relative;
	width: 855px;
	padding: 0px;
	margin: auto;
}

#left_spacer {
	float: left;
	position: relative;
	width: 12px;
	height: 100%;
	margin-top: 10px;
}

#right_spacer_top {
	float: left;
	position: relative;
	width: 9px;
	height: 90px;
	background-image:url('../images/header_shadow.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}	

#container {
	float: left;
	position: relative;
	width: 845px;
	/* gewijzigd */
	height: 100%;
	margin: 0px;
	margin-top: 10px;
}

#cont_right_container {
	float: left;
	position: relative;
	width: 845px;
	/* gewijzigd */
	width: 845px;
	background-image:url('../images/content_shadow.jpg');
	background-position: top right;
}

#header {
	float: left;
	position: relative;
	width: 836px;
	height: 90px;
	background-image:url('../images/header_purple.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#header_content {
	float: left;
	position: relative;
	width: 836px;
	height: 90px;
}

#menulist {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	margin-left: 10px;
}

#menulist {
	display: table;
}

#menulist li{
	float: left;
	position: relative;
	width: 81px;
	height: 41px;
	padding: 0 px;
	margin: 0px;
	margin-left: 19px;
	overflow: hidden;
	margin-top: 49px;
	font-family: Verdana;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-size: 10px;
}

#menulist li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

#content {
	float: left;
	position: relative;
	background-color: #FFFFFF;
	width: 818px;
	padding: 9px;
}

#footer {
	float: left;
	position: relative;
	width: 836px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
#footer a{
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer_shadow {
	float: left;
	position: relative;
	width: 845px;
	height: 12px;
	padding: 0px;
	margin: 0px;
	background-image:url('../images/footer_shadow.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#zoek_container {
	float: left;
	position: absolute;
	width: 174px;
	height: 23px;
	top: 0px;
	right: 0px;
}

#zoek_container form {
	padding: 0px;
	margin: 0px;
}

#zoekknop {
	float: left;
	position: relative;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	border: 0px;
	width: 33px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	margin-right: 3px;
}

#zoekveld {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding: 3px;
	padding-top: 5px;
	margin-top: 1px;
	width: 116px;
	height: 13px;
	border: 0px;
}

#zoekpijl {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#zoekresults a {
	color: #000000;
}