html,body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	margin: 0%;
	padding: 0%;
	background-color: #333;
}
#container {
	width: 800px;
	min-height: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-left: 2px solid #CC6;
	border-right: 2px solid #CC6;
	background-image: url(Images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #DDDDD6;
}
#kop {
	width: 100%;
}
#menu {
	width: 100%;
	height: 20px;
	border-top: 1px solid #CC6;
	border-bottom: 2px solid #CC6;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
   display: inline;
	width: 145px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 1px;
	margin-right: 1px;
}
#menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 2px;
}
#menu a:hover, #menu .actief {
	color: #F60;
	border-bottom: 2px solid #F60;
}
#inhoud {
	width: 100%;
}
#inhoudTitel {
	font-size: xx-large;
	letter-spacing: 3px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 20%;
	font-variant: normal;
	font-weight: bolder;
}
#inhoudLinks {
	float: left;
	width: 320px;
	padding-right: 9px;
	text-align: justify;
	margin-left: 20px;
	padding-top: 130px;
	padding-bottom: 50px;
}	
#inhoudRechts {
	float: right;
	width: 380px;
	padding-left: 9px;
	text-align: justify;
	font-size: small;
	margin-right: 20px;
	padding-top: 110px;
	padding-bottom: 50px;
}
#aanbodTitel {
	font-size: xx-large;
	letter-spacing: 3px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 20%;
	font-variant: normal;
	font-weight: bolder;
}
#aanbodLinks {
	float: left;
	width: 210px;
	padding-top: 75px;
}
#aanbodLinks img {
	width: 200px;
	height: 175px;
	padding: 4px;
	border: 1px solid #D11513;
	margin: 0;
	margin-bottom: 8px;
}
#aanbodRechts {
	float: right;
	width: 460px;
	text-align: justify;
	font-size: small;
	margin-right: 20px;
	padding-top: 75px;
}
#aanbodRechts ul {
	width: 460px;
	height: 175px;
	padding: 8px;
	margin: 0;
	margin-bottom: 8px;	
	list-style: none;
}
#aanbodRechts h1 {
	font-size: medium;
	text-decoration:underline;
}
#boven {
	width: 240px;
	height: 100px;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 155px;
	border: 2px solid #CC6;
}
#midden {
	width: 240px;
	height: 100px;
	background-image: url(index_midden_nl_fr.jpg);
	margin-left: auto;
	margin-right: auto; 
	border-left: 2px solid #CC6;
	border-right: 2px solid #CC6;
}
.nederlands {
   font-size: x-large;
	letter-spacing: 3px;
}
.nederlands a {
	color: #FFF;
	text-decoration: none; 
}
.nederlands a:hover {
	color: #F60;
}
.nederlands a:actief {
	color: #F60;
}
#onder {
	width: 240px;
	height: 100px;
	margin-left: auto;
	margin-right: auto; 
	margin-bottom: 40px;
	border: 2px solid #CC6;
}
strong {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	font-variant: small-caps;
}
#voet {
   clear: both;
	width: 100%;
	text-align: center;
	margin-top: 100px;
   margin-bottom: 8px;
	border-top: 1px solid #CC6;
}
