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


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;
}

table.halfs_container {
	background-image: url(../img/img_general/menu_bar.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.left {
	text-align: left;
	vertical-align: top;
}

img.imagecontainer {
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
}

div.adress {
	width: 300px;
}
