html { 
    height: 100%; 
}

body {
	height: 100%;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background: url('img/background.jpg') repeat fixed;
}

td {
	font-family: Verdana;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

th {
	font-family: Verdana;
	color: #000;
	font-size: 12px;
}

table {
	padding: 0;
}

form {
	margin: 0;
}

input.text {
	font-family: Verdana;
	font-size: 11px;
	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 {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	width: 1000px; 
	background: url('img/containerback.jpg') repeat;
	height: 100%;
}

#container {
    position: relative;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
	background: url('img/containerback.jpg') repeat;
}

#header {
	width: 1000px;
	height: 273px;
	background: url('img/header.jpg');
}

#breadcrumb {
	position: absolute;
	top: 102px;
	left: 250px;
	font-size: 9px;
	color: #6D6F72;
	width: 220px;
}

#breadcrumb a {
	color: #6D6F72;
	text-decoration: none;
}

#print {
	position: absolute;
	top: 140px;
	right: 20px;
}

#menu {
	position: absolute;
	top: 40px;
	left: 12px;
	width: 196px;
	z-index: 2;
}

.item_menu1 {
	padding-bottom: 4px;
}

.item_menu2 {
	width: 196px;
	background-color: #023882;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 2px 2px 2px 4px;
}

.item_menu2 a {
	color: #fff;
	text-decoration: none;
}

.item_submenu {
	background-color: #bcbdc0;
	border-bottom: 1px solid #023882;
	padding: 2px 2px 2px 4px;
	font-size: 12px;
	color: #000;
	width: 196px;
}

.item_submenu a {
	text-decoration: none;
}

#inhoud {
	position: relative;
}

#links {
	position: absolute;
	width: 225px;
	height: 21px;
	background: url('img/topleft.jpg') no-repeat;
}

#rechts {
	padding-left: 250px;
	padding-right: 20px;
}

.titel {
	color: #023882;
	font-size: 18px;
	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 {
	background-color: #101177;
	width: 100%;
	padding: 5px;
	color: #fff;
}

#submenu a {
	color: #fff;
}

.klein {
	font-size: 10px;
}