.menu {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.leftmenu {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #000000;	text-decoration: none;	font-weight: bold;	padding:0px;	margin:0px;}
.title {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.subtitle {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.main {
	background-attachment: fixed;
	background-image: url(../images/bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: F0FFFF;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000; text-decoration: none;
}

a:link {  color: #000000; text-decoration: none;}

a:active {  color: #000000; text-decoration: none;}

a:hover {  color: #688293; text-decoration: none;}

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

a.home:link {  color: #3366FF; text-decoration: none;}

a.home:active {  color: #3366FF; text-decoration: none;}

a.home:hover {  color: #688293; text-decoration: none;}

a.home:visited {  color: #3366FF; text-decoration: none;}

.button {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000;
	background-color: #ACC5D8;
	border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.buttonover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000;
	background-color: #E9F1FE;
	width: 80px; border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.table_main {
	border-left: 3px groove gray;
	border-right: 3px groove gray;
}

.cell_left {
	border-right: 1px solid black;
	text-align: center;
	vertical-align: bottom;
	background-color: #3384F7;
	background-position: top;
	background-image: url(/images/bg_left.jpg);
	background-repeat: no-repeat;
}

.cell_main {
	padding-left: 1px;
	background-image: url(../images/bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: F0FFFF;
}

.form_error {
	color: red;
	background: #fff0f0;
	border: 1px solid red;
	padding: 5px;
	margin: 10px;
	font-size: 0.8em;
}

.form_ok {
	color: green;
	background: #f0fff0;
	border: 1px solid green;
	padding: 5px;
	margin: 10px;
	font-size: 0.8em;
}

.vettetekst {
	font-size: 13px;
	font-weight: bold;
}

.nietvettetekst {
	font-size: 13px;
	font-weight: normal;
}