a img {
	border: 0px;
}

#root {
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 150px;
	width: 800px;
	background-image: url("../images/site/banner_2010.jpg");
}

#header h1 {
	display: none;
}

#nav ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid gray;
	list-style-type: none;
	background: #cd7;
}

#nav li {
	display: inline-block;
}

#nav a {
	padding: 2px 5px;
	display: block;
	background: #cd7;
	color: black;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 20px;
}

#nav a:hover {
	background: #ab5;
}

#nav a.navselected {
	background: #fff;
}

#nav a.navselected:hover {
}

.rightmost {
	position: absolute;
	right: 0px;
	top: 0px;
}

#location {
	padding: 0px 2px;
	margin-top: 5px;
	border: 1px solid #ddd;
	background: #eee;
}

#location a , #location span{
	color: black;
	font-family: sans-serif;
}

#location a:hover {
	color: black;
	background: #ddd;
}

#content {
	padding: 0px 2px;
	margin-top: 5px;
	border: 1px solid #ddd;
	background: #eee;
	text-align: justify;
}

#content h2 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: sans-serif;
}

#footer {
	padding: 0px 2px;
	margin-top: 5px;
	border: 1px solid #ddd;
	background: #eee;
	text-align: center;
}

#content a {
	color: blue;
}

#hopduuvelcontext {
	font-size: 11px;
	border: 1px solid gray;
	background: #ddd;
	margin-top: 20px;
	display: inline-block;
}

#hopduuvelcontext a {
	color: black;
}

#huidige {
	color: blue;
	font-weight: bold;
	font-size: 13px;
}