/* Main CSS */
html {
	height: 100%;
}

a {
	color: #185578;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0px;
}

table {
	border: 0px solid #fff; /*omg*/
}

table td {
	border: 0px solid #fff; /*omg*/
	height: 100%;
	font-size: 12px;
	font-family: arial;
	color: #858585;
	line-height: 18px;
	padding-right: 5px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #227ba4;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	height: 100%;
	font-size: 12px;
	font-family: arial;
	color: #858585;
	line-height: 18px;
}

div#background {
	width: 100%;
	background: url(../images/background-overlay.gif) no-repeat;
}

div#header_bg {
	width: 843px;
	margin: 0px;
	padding: 0px;
	height: 209px;
	background: url(../images/header_bg.gif) no-repeat;
}

	div#header_bg div#header {
		width: 843px;
		height: 103px;
		padding: 74px 0px 0px 0px;
		z-index: 1;
	}
	
		div#header_bg div#text {
	padding: 40px 0px 0px 10px;
	position: absolute;
	z-index: 1;
		}
		
		div#header_bg div#text a {
			color: #000;
			text-decoration: none;
		}
		
		div#header_bg div#text a:hover {
			color: #000;
			text-decoration: underline;
		}
		
		div#header_bg div#logos {
			padding-left: 635px;
			position: absolute;
		}

		div#header_bg div#header div#menu {
			width: 100%;
			height: 28px;
		}
		
		div#menu ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
			float: left;
		}
		
		div#menu ul li {
			list-style: none;
			float: left;
			margin: 0px;
			padding: 0px;
		}
		
		div#menu ul li a {
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			display: block;
			_display: inline;
			height: 22px;
			_height: 28px;
			padding: 6px 10px 0px 10px;			
		}
		
		div#menu span.small ul li a {
			font-size: 12px;
		}
		
		div#menu span.small ul {
			padding-left: 20px;
		}
		
		div#menu ul li a:hover {
			display: block;
			_display: inline;
			height: 22px;
			_height: 28px;
			color: #70afcf;
		}
		
		div#menu ul li.itemActive a {
			display: block;
			_display: inline;
			height: 22px;
			_height: 28px;
			color: #70afcf;
		}		
			
	div#header_bg div#header div#header_image {
		width: 100%;
		height: 106px;
		background-repeat: no-repeat;
	}
	
div#main {
	width: 870px;
}

	div#main div#content {
		width: 645px;
		float: left;
	}
		
		div#main div#content div#left {
			width: 200px;
			float: left;
			padding-left: 0px;
			padding-top: 73px;
			_width: 228px;
		}
		
		div#main div#content div#left img {
			margin-top: 15px;
		}
		
		div#main div#content div#text {
			width: 400px;
			float: right;
			padding-top: 34px;
			padding-right: 17px;
			_width: 417px;
		}

	div#main div#right {
		width: 185px;
		_width: 225px;
		float: right;
		padding-left: 40px;
		padding-top: 35px;
		position: relative;
	}

/* Colors & Text */

div#left ul {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 175px;
	list-style: none;
	padding-left: 28px;
}
	
	div#left ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
		padding-bottom: 5px;
	}

	div#left ul li a {
		font-size: 13px;
		color: #000;
		font-weight: normal;
		text-decoration: none;
	}

	div#left ul li.active a {
		font-size: 13px;
		color: #363636;
		font-weight: bold;
	}	

	div#left ul li.active {
		margin-left: -20px;
		background-image: url(../images/arrow.gif);
		background-repeat: no-repeat;
		background-position: 3px 4px;
		padding-left: 20px;
	}

div#left div.item {
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 145px;
	display: block;
	padding-right: 30px;
	_width: 175px;
}

div#left div.beeldLeft {
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	display: block;
	padding_top: 0px;
	padding-right: 25px;
	padding-left: 10px;
	_width: 175px;
	height: 100px;
}

div#main div#content div#left div.beeldLeft img {
	margin-top: 0px;
}


div#left h2 {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	color: #0099D5;
	margin-bottom: 10px;
}

	div#left h2 span {
		color: #005380;	
	}

div#left p {
	margin: 0px;
	padding: 0px;
	width: 145px;
}

div#text h1 {
	color: #005380;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 18px;
}

div#text h2 {
	color: #005380;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

div#text h3, div.title {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}

div.contactitem {
	margin-top: 15px; 
}

div#text ul {
	margin: 0px;
	padding: 0px;
	padding-left: 19px;
	padding-bottom: 15px;
}

div#text p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

div#right h2, div#right h2 a {
	color: #ffffff;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	margin-top: 3px;
	text-decoration: none;
}

div#right h2 a {
	font-weight: normal;
}

div#right h2 a:hover {
	text-decoration: underline;
}

div#right h3 {
	color: #fff;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	margin-top: 30px;
}


/* *** Modules */

/*search*/
.formColumnRight {

}

div#right table {
	height: 40px;
}

.formColumnRight input {
	width: 130px;
	border: 1px solid #005380;
	position: absolute;
	left: 40px;
	top: 58px;
}

.formSubmitSend {
	text-align: center;
	border: 0px;
	background-color: #005380;
	color: #fff;
	margin-top: 3px;
	position: absolute;
	left: 40px;
	top: 80px;
}

div#right select {
	margin-bottom: 40px; /* min-height */
}


/* *** IE only *** */

* html div#container {
	width: 100%;
	height: 100%;
}