<!--
	html, body {
		margin: 0px;
		padding: 0px;
		background-repeat: repeat;
		background-color: #003366;
		font-family: "Trebuchet MS";
		font-size: 12px;
		color: #000000;
		width: 100%;
		height: 100%;
        text-align: justify;
	}
	.Content {
		position: relative;
		margin: 0px;
		padding: 0px;
		min-height: 100%;
        width: 980px;
	}
	
	.Logo {
		width: 500px;
		height: 140px;
		background-image: url(../images/klj.png);
		background-repeat: no-repeat;
	}
	
	#Menu {
		display: block;
		position: absolute;
		top: -10px;
		left: 10px;
	}
	
	.Menu  , .Menu  li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	.Menu  .MenuBoven {
		display: block;
		width: 137px;
		height: 22px;
		padding-left: 10px;
		padding-top: 5px;
		background-image: url(../images/menuboven.png);
		background-repeat: no-repeat;
		color: #5c5c5c;
		font-weight: bold;
		outline: none;
		text-align: center;
	}
	
	.Menu  .MenuOnder {
		display: block;
		width: 137px;
		height: 22px;
		padding-left: 10px;
		padding-top: 5px;
		background-image: url(../images/menuonder.png);
		background-repeat: no-repeat;
		color: #5c5c5c;
		font-weight: bold;
		outline: none;
		text-align: center;
	}
	
	.Menu li a {
		display: block;
		width: 142px;
		height: 20px;
		padding-left: 5px;
		padding-top: 2px;
		background-image: url(../images/menu.png);
		text-decoration: none;
		color: #5c5c5c;
		font-weight: bold;
		outline: none;
		text-align: left;
	}
	
	.Menu li a:hover {background-image: url(../images/menuhover.png);}	
	.Menu li .active {
		background-image: url(../images/menuhover.png);
		}
	.Menu li .active:hover {
		background-image: url(../images/menuhover.png);
		}
	.TextContent {
		padding: 10px;
		padding-bottom: 30px;
		position: relative;
		}
	.Container {		
		position: relative;
		margin-left: 157px;
		margin-top: 5px;
		min-height: 150px;
		padding: 10px;
		color: #5c5c5c;
		border-left: 4px solid #669999;
		border-right: 4px solid #669999;
		background-color:  #669999;
		}
	.Boven {
		position: relative;
		height: 27px;
		background-image: url(../images/bovenrepeat.png);
		background-repeat: repeat-x;
		margin-left: 23px;
		margin-right: 23px;
		margin-top: -35px;
		color: #5c5c5c;
		font-weight: bold;
		outline: none;
		padding-top: 5px;	
		}
	.BovenLinks {
		position: absolute;
		height: 27px;
		width: 37px;
		top: 0px;
		left: -37px;
		background-image: url(../images/linksboven.png);
		background-repeat: no-repeat;	
		}
	.BovenRechts {
		position: absolute;
		height: 27px;
		width: 37px;
		top: 0px;
		right: -37px;
		background-image: url(../images/rechtsboven.png);
		background-repeat: no-repeat;
		}
	.Beneden {
		position: relative;
		height: 27px;
		background-image: url(../images/benedenrepeat.png);
		background-repeat: repeat-x;
		margin-left: 23px;
		margin-right: 23px;
		margin-bottom: -42px;
		color: #5c5c5c;
		text-align:right;
		font-weight: bold;
		outline: none;
		padding-top: 5px;	
		}
	.BenedenLinks {
		position: absolute;
		height: 27px;
		width: 37px;
		bottom: 5px;
		left: -37px;
		background-image: url(../images/linksonder.png);
		background-repeat: no-repeat;	
		}
	.BenedenRechts {
		position: absolute;
		height: 27px;
		width: 37px;
		bottom: 5px;
		right: -37px;
		background-image: url(../images/rechtsonder.png);
		background-repeat: no-repeat;
		}
	.Footer {
		position: absolute;
		height: 28px;
		width: 100%;
		background-image: url(../images/footers.png);
		background-repeat: repeat-x;
		font-size: 9px;
		bottom: -120px;
		color: #fff;
	}			
	.Text {
		padding-top: 7px;
		min-height:185px;
	}
	
	h1, h1 a { 
		font-size: 22px; 
		color: #FFFFFF;
		margin: 0px;
		padding: 0px;
		font-weight:bold;
	}
	
	h2 { 
		font-size: 17px; 
		color: #444;
		margin: 0px;
		padding: 0px;
	}
	h3 { 
		font-size: 13px; 
		color: #555;
		margin: 0px;
		padding: 0px;
	}
        code, table, td, pre,p,br { 
		color: #000000;

	}
.img {
border:4px solid #555;
display:inline;
padding:1px;
}

        p {
	        line-height: 120%;
        }
	.Text a:link {text-decoration: underline;color: #444;}
	.Text a:visited {text-decoration: underline;color: #444;}
	.Text a:active { text-decoration: underline;color: #444;}
	.Text a:hover { font-weight:bold;color: #444;}

.inhoudtekst{
width:100%;
position: relative;
		margin: 0px;
		padding: 0px;
}
.tekst{
width:70%;
position: block;
		margin: 0px;
		padding: 0px;
}
.fotos span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -5px;
	left: -2px;
	background: url(..images/paper-clip.png) no-repeat;
}


.afbeeldingen{
width:30%;
position: block;
		margin: 0px;
		padding: 0px;
}
-->
<!--[if lt IE 7]>
	.Content {
		height: 100%;
	}
<![endif]-->