/* Algemene stijl
------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	margin-bottom: 10px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #000000;
	line-height: 17px;
	background-image: url(achtergrond.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 50%;
}

table{
	border-width: 0px;
	border-collapse: collapse;
}

td{
	padding: 0px;
	vertical-align: top;
}

.tdform{
	vertical-align: middle;
	text-align: left;
}

.tabelmetrand td{
	padding: 2px;
	border: 1px solid #003296;
	text-align: left;
}

img {
	border: 1px solid #003296;
	margin: 12px 0px 12px 0px;
}

a { 
	text-decoration: underline;
	color: #003296;
	cursor: pointer;
	border-width: 0px;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 6px 0px 6px 15px;
	text-align: left;
}

h1 {
	font-weight: bold;
	margin: 28px 0px 0px 0px;
	font-size: 14px;
	color: #003296;
}

h2 {
	font-weight: normal;
	margin: -12px 0px 12px 0px;
	font-size: 10px;
	font-style: italic;
	line-height: 10px;
}

input {
	border: 1px solid #003296;
	width: 200px;
	margin: 3px 0px 0px 10px;
	height: 19px;
	padding-left: 2px;
}

.radio {
	border-width: 0px;
	width: 15px;
	margin: 3px 0px 0px 10px;
}

.button{
	width: 100px;
	background-color: #003296;
	color:#FFFFFF;
}

textarea {
	border: 1px solid #003296;
	width: 400px;
	margin: 3px 0px 0px 10px;
	height: 100px;
	padding-left: 2px;
}

/* titelbalk
------------------------------------------------------------------------- */

#titelbalk { 
	height: 100px;
	width: 950px;
	margin: 0px auto;
	border: 1px solid #FFFFFF;
	background-image: url(aeolus.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color:#FFFFFF;
	color: #003296;
	font-family: "Times New Roman", "Bodoni MT", "Bookman Old Style";
	letter-spacing: 1.2px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}

#titelbalklinks {
	position:absolute;
	margin: 43px 0px 0px 65px;
}

#titelbalkrechts {
	position:absolute;
	margin: 43px 0px 0px 790px;
}

/* themabalk
------------------------------------------------------------------------- */

#themabalk {
	height: 18px;
	width: 948px;
	line-height: 16px;
	letter-spacing: 1.3px;
	margin: 0px auto;
	text-align: center;
	color:#003296;
	background-color:#FFFFFF;
	border: 1px solid #003296;
}

/* Witte tussenbalk
------------------------------------------------------------------------- */

#container-tussen {
	height: 10px;
	width: 950px;
	line-height: 5px;
	font-size:5px;
	margin: 0px auto;
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
}

/* Midden gedeelte
------------------------------------------------------------------------- */

#container-midden {
    width: 950px;
    margin: 0px auto;
    margin-bottom: 20px;
    position: relative;
	border-width: 0px;
}

	#container-kolomlinks {
		width: 180px;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
	#kolomlinkshoogte{
	    height: 273px;
	}
	
		#navigatie{
			margin: 12px 0px 0px 0px;
			font-weight: bold;
		}
		
		#navigatie a{
			text-decoration: none;
		}

		#navigatie ul{
			list-style-type:none;
			text-align: right;
			margin: 0px;
			line-height: 22px;
		}
		
		#navigatie ul ul{
			line-height: 13px;
			margin: -4px 0px 4px 0px;
		}
		
		#navigatie ul ul a{
			font-size: 10px;
		}

		#navigatie a:hover {
			text-decoration: underline;
		}
		
		.true a{
			color: #CC0000;
		}
		
		.true ul a{
			color: #003296;
		}

		#contact{
			margin-top: 25px;
			color:#BFBFBF;
			text-align: right;
			font-size: 10px;
			line-height: 17px;
		}

	#container-inhoud {
		margin: 0px auto;
		width: 550px;
		border-width: 0px;
	}
	
	#kolommiddenhoogte{
	    height: 357px;
	}
	
		#documenttitel {
			font-size:19px;
			font-family: "Arial Black";
			line-height: 40px;
			color: #003296;
		}

	/* rechter kolom met fotos*/
	#container-kolomrechts {
		width: 180px;
		position: absolute;
		right: 0px;
		top: 0px;
		line-height: 0px;
		font-size: 0px;
	}
	
	.impressiefotos {
		margin: 13px 0px 0px 26px;
		border-width: 0px;
	}

/* Footer 
------------------------------------------------------------------------- */
#footer {
	width: 550px;
	margin: 0px auto;
	border: 1px solid #003296;
	color: #003296;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
}