body	{
	background-color: #01001d;
	/*background-image: url(afbeeldingen/achtergrond.gif);*/
	background-position: top center; 
	background-repeat: no-repeat; 
	margin: 0px;
	padding: 0;
	font-size: 10px;
	font-color: #444444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center; 
	
	scrollbar-arrow-color:#FFD800; 
    scrollbar-track-color:#212121; 
    scrollbar-face-color:#4C0505; 
    scrollbar-highlight-color:#FFD800; 
    scrollbar-3dlight-color:#ac6679; 
    scrollbar-darkshadow-color:#212121; 
    scrollbar-shadow-color:#212121; 
}
	
#container {
	width: 800px;
	/*height: 420px;*/
/*	top: 500px; */ /* Waarom?! */ /* Veranderd */
	background: none; /* Veranderd */
	text-align: left; /*voor IE */
	margin: 0 auto;
	margin-top: 115px;
	position: relative; /* Toegevoegd */
}



#kalender {
	position: relative;
	background: none;
	top: 0px;
	left: 809px;
	/*float: right; */
	/*display: inline;*/
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	overflow: auto;
	width: 83px;
	height: 105px;
	color:#000;
}

#menu {
	position: absolute; /* Toegevoegd */
	background: none;
	float: left !important; /* Veranderd */
	display: inline;
/*	display: table-cell;*/
	top: 95px; /* Veranderd */
	left: 5px;
	right: 50px
	margin: 0px 0px 0px 0px; /* Veranderd */
	width:300px;
	height: 350px;
	color:#000;
	overflow: none;
}
	
#content {
	position: relative !important; /* Veranderd */
	background: none;
/*	display: table-cell; */
	top: 30px; /* Toegevoegd */
	left: 330px;
	margin: 0px 0px 0px 0px; /* Veranderd */
	padding: 0px 0px 0px 0px; /* Toegevoegd */
	width: 465px;
	height: 310px;
	overflow: auto;
	color: #000;
}

/* #disclaimer {
	position: relative;
	background: #;
	top: 10px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	width: 20px;
	height: 20px;
	color:#000;
} */




h1	{
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: 500;
	color: #FFD800;
	text-align: center;
}
	
h2	{
	font-family: Harrington, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: 500;
	color: #FFD800;
	text-align: left;
}


h3	{
font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: 500;
	color: #FFD800;
	text-align: left;
}

h4	{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: 200;
	color: #404040;
	text-align: left;
}
	
A:link {color: #FFD800;}
A:visited {color: #FFD800;}
A:active {color: #FFD800;}
