body {
	margin: 0;
	background: #888 url(images/body.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A20;
}
h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #A20;
}
h1 { font-size: 44px; }
h2 { font-size: 20px; }
p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a { color: #B40; }
a:hover { text-decoration: none; }
/*WRAPPER*/
#wrapper {
	background: url(images/wrapper.jpg) repeat-x left top;
	padding-top: 10px;
}
/*LOGO*/
#logo {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background: url(images/logo.png) no-repeat;
}
/*HEADER*/
#header {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat left top;
}
/*MENU*/
#menu {
	float: left;
	width: 600px;
	height: 51px;
	padding-left: 25px;
}
#menu ul {
	margin: 0;
	padding: 20px 0 0 20px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: block;
	float: left;
	padding: 5px 25px 5px 25px;
	text-decoration: none;
	background: url(images/vertruler.png) no-repeat right 50%; 
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #DDD;
}
#menu li:hover { text-decoration: underline; }
/*PAGE*/
#page {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0px 0px 0px;
	background: #300;/*donkerrood*/
}
/*CONTENT*/
.content {
	float: right;
	width: 600px;
	margin-top: 0px;
}
.content ul{
	list-style: none;
}
/*TOPIC*/
.topic {
	margin-bottom: 30px;
}
.topic .title {
	height: 30px;
	margin-bottom: 3px;
	padding: 8px 0px 2px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	background: #600;
	color: #DDD;
}
.topic .date {
	float: right;
	margin-top: -45px;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #D99;
}
.topic .tekst {
	padding: 20px 20px 0px 20px;
}
/* Sidebar */
#sidebar {
	float: left;
	width: 280px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 20px 0px;
}
#sidebar li ul {
	line-height: 200%;
}
#sidebar li li {
	margin: 0;
	padding: 0 20px;
}
#sidebar p {
	margin: 0;
	padding: 20px 20px;
	line-height: 180%;
}
#sidebar h2 {
	height: 30px;
	margin-bottom: 3px;
	padding: 8px 0px 2px 20px;
	background: #600;
	font-size: 20px;
	color: #DDD;
}
/* Footer */
#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: url(images/footer.png) no-repeat left top;
	height: 60px;
}
#footer h2{
	text-align: center;
	padding: 10px;
}
#footer p {
	margin: -10px;
	padding: 0px 0;
	text-align: center;
	line-height: normal;
	color: #DDD;
}
#footer a {
	color: #99F;
}