* {
	padding: 0;
	margin:0;
}

body
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:white;
}

#container {
	width: 728px;
	padding: 32px 36px;
	background: white url(../img/bg.png) no-repeat right top;
	margin: 0 auto;
}
h2 {
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 25px;
	line-height: 20px;
	margin-bottom: 10px;
}

#header {
	border-bottom:1px solid black;
	padding-bottom: 22px;
	height: 76px;
}

#tagline {
	font-size: 9px;
	float: right;
	display: inline;
	margin-right: 55px;
	line-height: 11px;
	margin-top: -7px;
}

h1 {
	height:76px;
	width: 189px;
	text-indent:-5000px;
	background: url(../img/logo.png) no-repeat;
}

#menu {
	height: 420px;
	border-right:1px solid black;
	float: left;
	display: inline;
	margin-top: 20px;
	padding-right:37px;
	width: 150px;
	background: url(../img/logos.png) no-repeat 0 bottom;
}

#menu .menu {
	list-style:none;
}

.menu a {
	font-size: 8px;
	letter-spacing: 1px;
}

.menu li {
	margin-bottom:16px;
}

.menu .active a {
	text-decoration:underline;
}

h2, .menu a {
	text-transform: uppercase;
	text-decoration:none;
	color: black;	
}

h2 strong, .menu a strong {
	font-weight:normal;
	color: #e2001a;
}

#content {
	float: right;
	width: 515px;
	margin-top: 20px;
}

#content p {
	padding: 6px 0;
	line-height: 1.6em;
}

#content li {
	line-height: 1.6em;
}

#content ul {
	margin-left: 1.5em;
}

#anchor {
	clear:both;
}

table.verslagen td {
	padding: 1px 3px;
	border-bottom: 1px solid #ccc;
}
table.verslagen th {
	padding: 1px 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
}