/* Body */
div#body div#left {
	background: none;
}
div#body div#left_bg {
	position: absolute;
	z-index: 2;
	width: 200px;
	height: 450px;
	left: 100px;
	top: 130px;
	background: #515dc0;
	opacity: .75;
	-moz-opacity: .75;
	-khtml-opacity: .75;
	filter: alpha(opacity=75);
}

/* Rechts */
div#body div#right {
	height: 450px;
	width: 680px;
	padding: 0;
}

/* Logo */
div#logo {
	top: 35px;
}
div#logo a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 2px;
}
div#logo a:hover {
	text-decoration: underline;
}

/* Navigation background */
div#navigation_bg {
	background: #7378b2;
}
/* Hoofdnavigatie */
div#navigation {
	z-index: 10;
	height: 22px;
	padding-top: 3px;
}
div#navigation p {
	margin: 0;
	text-align: center;
}
div#navigation a {
	color: #fff;
	text-decoration: none;
	height: auto;
	padding: 0;
	font-weight: normal;
	display: inline;
	float: none;
	text-transform: none;
}
div#navigation a:hover, div#navigation a.active {
	background: none;
	color: #fff;
	text-decoration: underline;
}