/* Global style */
html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 11px Verdana;
	background-color: #19415f;
}
form {
	margin: 0px;
	padding: 0px;
	display: block;
}
img {
	border: 0px;
	display: block;
}
a {
	text-decoration: none;
	color: #1e5075;
}
a:hover {
	text-decoration: underline;
}

/* overall layout (table) */

table#main {
	width: 944px;
	margin: 0 auto;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	background: #a6b5c1 url(../images/left_background.gif) repeat-y left;
}
td#header {
	background: #c0d0dc url(../images/header_top.jpg) no-repeat;
	height: 196px;
	border-right: 1px solid #a6b5c1;
}

td#menu_left {
	background: #19415f url(../images/menu_left.jpg) no-repeat;
	width: 215px;
	height: 47px;
}
td#menu {
	height: 47px;
	background-color: #19415f;
	width: 573px
}
td#menu_right {
	height: 47px;
	background: #19415f url(../images/menu_right.gif) no-repeat;
	width: 147px;
	border-right: 1px solid #a6b5c1;
}

td#left {
	vertical-align: top;
	width: 215px;
	background: url(../images/left_top.jpg) no-repeat;
}
div#left_adres {
	padding-top: 50px;
	color: #FFFFFF;
	margin-left: 20px;
	height: 100px;
}

td#content {
	vertical-align: top;
	background: #FFFFFF url(../images/center_background1.gif) no-repeat bottom right;
	padding: 10px 30px;
}

td#right {
	background: #eaeff3 url(../images/right.gif) repeat-y left;
	border-right: 1px solid #a6b5c1;
	vertical-align: top;
}
td#copyright_center {
	height: 46px;
	background: #FFFFFF url(../images/center_background2.gif) no-repeat top right;
	padding-left: 40px;
	vertical-align: top;
}
td#copyright_center div {
	border-top: 1px solid #a6b5c1;
	color: #1c4a6d;
	text-align: right;
	padding-right: 8px;
	padding-top: 5px;
	font-size: 10px;
}
td#copyright_right {
	background: #eaeff3 url(../images/right.gif) repeat-y left;
	border-top: 1px solid #a6b5c1;
	border-right: 1px solid #a6b5c1;
}
/* Menu */
a#men_home {
	display: block;
	float: left;
	height: 47px;
	width: 78px;
	background: url(../images/menu_home.gif) no-repeat;
}
a#men_impres {
	display: block;
	float: left;
	height: 47px;
	width: 106px;
	background: url(../images/menu_impres.gif) no-repeat;
}
a#men_richt {
	display: block;
	float: left;
	height: 47px;
	width: 137px;
	background: url(../images/menu_richt.gif) no-repeat;
}

a#men_epa {
	display: block;
	float: left;
	height: 47px;
	width: 106px;
	background: url(../images/menu_epa.gif) no-repeat;
}
a#men_aanvraag {
	display: block;
	float: left;
	height: 47px;
	width: 146px;
	background: url(../images/menu_aanvraag.gif) no-repeat;
}
a#men_contact {
	display: block;
	float: left;
	height: 47px;
	width: 109px;
	background: url(../images/menu_contact.gif) no-repeat;
}

/* Objects */

td#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1c4a6d;
	margin: 0px 0px 5px -10px;
	padding: 0px;
}
td#content div.contentBlock {
	background-color: #deedfa;
	border-top: 1px solid #a8cff2;
	border-right: 1px solid #a8cff2;
	border-left: 1px solid #a8cff2;
	padding: 5px;
}
td#content div.contentBlock_under {
	font-size: 0px;
	background: #FFFFFF url(../images/content_bottom.gif) repeat-x left bottom;
	height: 7px;
}
td#right h2 {
	display: block;
	background-color: #1e5075;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px;
	text-align: center;
}
/* Default table style */
.overzicht {
	position: relative;
	width: 100%;
	border-collapse: collapse;
}
.overzicht th {
	background-color: #1e5075;
	color: #FFFFFF;
	border: 1px solid #1e5075;
	text-align: left;
}
.overzicht td {
	border: 1px solid #1e5075;
	padding: 2px;
}
.overzicht img {
	border: 0px;
}