@charset "utf-8";

div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}

#container {
	width: 900px;
	text-align: left;
	height: 540px;
	top: 10px;
	position: static;
	margin-top: 20px;
	background-color: #FFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-color: #FFF;
	position: relative;
} 
#header h1 {
	
}
#hoofdMenu {
	position: relative;
	top: 0px;
	height: 116px;
	background-color: #069;
	background-image: url(../03.images/achtergrond/hoofdmenu.jpg);
	background-repeat: no-repeat;
}

#hoofdMenu table {
	position: absolute;
	left: 798px;
	top: 92px;
}

#hoofdMenu #Menu {
	position: relative;
	width: 500px;
	height: 15px;
	left: 10px;
	top: 95px;
}
#hoofdMenu #Menu table {
	left: -2px;
	top: 0px;
}


#mainContent {
	background-color: #FFF;
	position: absolute;
	top: 136px;
	font-size: 0.9em;
	height: 299px;
	width: 900px;
	background-image: url(../03.images/achtergrond/midden.jpg);
	}
#mainContent #img {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 280px;
	width: 375px;
	border: #000 solid 1px;
}

#mainContent #tekstVak {
	position: absolute;
	left: 431px;
	width: 450px;
	height: 280px;
	margin: 10;
	top: 6px;
	overflow: auto;
	scrollbar-arrow-color: #333;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #ccc;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #ccc;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #fff;
}
#mainContent #tekstVak p {
	font-size: 0.9em;
	margin-right: 10px;
	margin-left: 0px;
	text-align: left;
}
#mainContent #vlag {
	position: absolute;
	left: 396px;
	top: 10px;
}

#mainContent #tekstVak h1 {
	font-size: 1em;
	text-align: left;
	margin-right: 10px;
	margin-left: 0px;
	font-weight: bold;
}
#mainContent #tekstVak h2 {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
}

#mainContent #tekstVak table {
	margin-left: -2px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	}
#mainContent #tekstVak table tr td img {
border: #000 solid 1px;
}

#mainContent #tekstVak p img {
	margin-right: 10px;
	margin-bottom: 10px;
	border: #000 solid 1px;
	float: left;
}

#mainContent #tekstVak a:link, #mainContent #tekstVak a:visited {
	font-size: 1em;
	color: #333;
	text-decoration: underline;
}


#mainContent #tekstVak a:hover {
	color: #333;
	display: inline;
	border-bottom: 1px solid #333;
}
#mainContent #tekstVak p strong a:hover {
	color: #CCC;
	display: inline;
	border-bottom: 3px solid #ccc;
	font-weight: bold;
}
#mainContent #tekstVak table tr .text .Subtitel small i .Subtitel  {
	font-size: .9em;
}

#footer {
	height: 125px;
	background-color: #333;
	width: 900px;
	top: 435px;
	position: absolute;
	background-image: url(../03.images/achtergrond/footer.jpg);
} 

#footer table {
	position: absolute;
	top: 4px;
	right: 5px;
}
#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #000;
	text-decoration: none;
	margin-top: 3px;
	top: 560px;
	left: auto;
	position: absolute;
	width: 900px;
	text-align: center;
}

#copyright a:link,
#copyright a:visited {
	text-decoration: none;
	color: #000;
}
#copyright a:hover {
	color: #000;
	border-bottom: 2px;
	text-decoration: underline;
}

