#sidebar, #strepen, #logo {
	display: none;
}

body {
	font: 75% Verdana, sans-serif;
	line-height: 150%;
}

#title {
	background-image: url(/img/titel.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 64px;
}

h1 {
	font-size: 170%;
	font-weight: bold;
	background: #fff;
	margin: 0 0 1em 0;
	color: #D92334;
}

#content h2 {
	font-size: 130%;
	padding-left: 30px;
	background: url(/img/wobsel.gif) no-repeat left center;
	margin: 20px 0 0.3em 0;
}

#contect h3 {
	font-size: 105%;
	font-weight: bold;
}

#content p, #content table {
	margin: 0 0 1em 0;
}

a, a:visited {
	color: #000;
	text-decoration: none;
}

#content td {
	border-bottom: 1px solid #D92334;
	padding: 2px;
}
#content th {
	text-align: left;
	background-color: #D92334;
	color: #fbf6f7;
	padding: 2px;
}

.tekstblok {
	border-top: 2px solid #D92334;
	border-bottom: 2px solid #D92334;
	background-color: #fbf6f7;
	margin: 0 0 1em 0;
	padding: 10px 10px 0 10px;
}

#footer {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #999;
}