﻿* {
	margin: 0px 0;
	padding: 0;
}

body {
	background: #040404 center
top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #eee;
}
a {
	text-decoration: underline;
	color: #3366CC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#wrap {
	margin: 0 auto;
	width: 800px;
	padding-top: 10px;
}
#header {
	height: 191px;
	background: url('images/header.jpg') no-repeat;
	padding-top: 10px;
}
#header h1 {
	font-size: 100px;
	padding: 55px 0 0 34px;
	color: #3366CC;
	font-family: Garamond;
}
#header h1 a {
	margin: 0px;
	color: #0066CC;
	text-decoration: none;
	letter-spacing: 3px;
	font-family: Garamond;
	font-size: 80px;
}
#header h1 a:hover {
	color: #FFFFFF;
}
#header h2 {
	font-size: 30px;
	color: #FFFFFF;
	padding: 60px 0 0 235px;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: Garamond;
}
.right {
	padding: 0px;
	float: right;
	width: 530px;
	text-align: left;
	font-size: 14px;
	list-style-position: inside;
}
.right h2 {
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #204E91;
	background-image: url('images/navigatie_groot.jpg');
	background-repeat: no-repeat;
	vertical-align: middle;
}
.right h2 a {
	text-decoration: none;
	color: #FFFFFF;
}
.right h2 a:hover {
	color: #fff;
	text-decoration: underline;
}
.right h3 {
	font-size: 18px;
	font-weight: 100;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #204E91;
	background-repeat: no-repeat;
}
.right h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #204E91;
}

.left {
	float: left;
	width: 220px;
	padding-top: 0px;
	font-size: 14px;
	text-align: left;
	padding-left: 5px;
}
.left h2 {
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #204E91;
	background-image: url('images/navigatie.jpg');
	background-repeat: no-repeat;
	vertical-align: middle;
}
.left ul {
	padding: 10px 0 15px 20px;
	list-style-type: none;
	list-style-image: url('images/b2.gif');
}
.left ul li a {
text-decoration: none;
font-weight: 600;
font-size: 13px;
}
.left ul li a:hover {

}

#footer {
	text-align: center;
	font-size: 11px;
	color: #eee;
	margin-top: 40px;
	border-top: 1px dotted #A2D84C;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-color: #2960AF;
}
#footer a { color: #eee; }
#footer a:hover { color: #aaa; }
