@charset "utf-8";
/* CSS Document */

/* declaratie van uiterlijk van html en body tag */

html, body {
	background: #F7F7F7;
	font-family: Calibri, 'Trebuchet MS', Tahoma, Arial;
	font-size: 90%;
	padding: 0px;
	color: #444466;
}

body {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
}

td {
	behavior: url(./hover.htc);
}


img {
	border: 0px;
}
table.main {
	background-color: #FFFFFF;
}

table {
	padding: 0px;
	margin: 0 auto;
	border: 0px;
}

div.parent {
	padding: 0px;
}

td.main_tl {
	width: 1px;
	height: 1px;
}

td.main_tm {
	width: 845px;
	height: 1px;
	background-repeat: no-repeat;
	background-image: url(./img/main_tm.gif);
}

td.main_tr {
	width: 1px;
	height: 1px;
	background-repeat: no-repeat;
	background-image: url(./img/main_tr.gif);
}

tr.main_m {
	vertical-align: top;
}

td.main_ml {
	width: 1px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url(./img/main_ml.gif);
	background-position: bottom left;
}

td.main_mm {
	width: 845px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url(./img/main_mm.gif);
	background-position: bottom left;
}

td.main_mr {
	width: 1px;
	height: 300px;
	background-repeat: no-repeat;
	background-image:url(./img/main_mr.gif);
	background-position: top right;
}

td.main_bl {
	width: 1px;
	height: 27px;
	background-repeat: no-repeat;
	background-image: url(./img/main_bl.gif);
}

td.main_bm {
	width: 845px;
	height: 27px;
	background-repeat: no-repeat;
	background-image: url(./img/main_bm.gif);
	background-position: bottom left;
	vertical-align: middle;
}

td.main_br {
	width: 1px;
	height: 27px;
}

div.footer {
	margin-left: 20px;
	margin-bottom: 2px;
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
}

.halfs_container {
	width: 845px;
	text-align: center;
	vertical-align: top;
}

td.left_half {
	width: 502px;
	background-repeat: no-repeat;
	background-image: url(./img/menu_bar.gif);
	background-position: top left;
	vertical-align: top;
}

td.right_half {
	vertical-align: top;
	width: 343px;
	background-repeat: no-repeat;
	background-image: url(./img/logo.gif);
	background-position: top right;
}

a {
	color: #00FF40;
	font-weight: bold;
}

a:hover {
	color: #000000;
	font-weight: bold;
}

option.active {
	background-color: #80FF80;
}

option.inactive {
	background-color: #FF8080;
}

img.bordered {
	border: 1px solid #808080;
}

a.contact {
	font-weight: normal;
}

div.h3 {
	width: 210px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: left;
	margin: 0 auto;
	margin-top: 60px;
	font-weight: normal;
	border: 1px solid #444466;
	font-size: 110%;
}
