body {
	font-family: Verdana;
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
}

td {
	font-family: Verdana;
	color: #000;
	text-decoration: none;
}

table {
	padding: 0;
}

form {
	margin: 0;
}

input.text {
	font-family: Verdana;
	font-size: 0.8em;
	border: 1px solid #000;
}

img { 
    border: 0; 
}

a { 
	text-decoration: underline; 
	color: #000; 
	cursor: pointer; 
}

a:hover { 
	text-decoration: underline; 
	color: #000; 
	cursor: pointer;
	font-weight: bold;
}

#container0 {
	display: none;
}

#container {
    position: relative;
	left: 50%;
	margin-left: -300px;
	width: 600px;
}

#header {
	display: none;
}

#breadcrumb {
	display: none;
}

#breadcrumb a {
	display: none;
}

#print {
	display: none;
}

#menu {
	display: none;
}

#inhoud {
	position: relative;
}

#links {
	display: none;
}

#rechts {
	padding: 20px;
}

.titel {
	color: #3D6D82;
	font-size: 1.5em;
	margin-bottom: 8px;
	padding-top: 12px;
}

.subtitel {
	text-decoration: underline;
	font-weight: bold;
}

.vet {
	font-weight: bold;
}

.center {
	width: 100%;
	text-align: center;
}

.rood {
	color: white;
	background-color: #dd0000;
}

#submenu {
	display: none;
}

#submenu a {
	display: none;
}

.klein {
	font-size: 10px;
}