/* CSS Document */
html,body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background:#161616 url(../images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
div#main {
	width:100%;
	height:100%;
}

table#content {
	background: #343434 url(../images/content_background.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}
div#inhoud {
	margin-top: 5px;
}
div#inhoud img{
	margin-right: 2px;
	border:0px;
}
div#flashmenu {
	position:absolute;
	height:52px;
	z-index:99999;
	top:auto;
	left:auto;
	overflow:hidden;
}
h1 {
	color:#d7c381;
	font-size:15px;
	font-weight: bold;	
}
a {
	color:#d7c381;
	text-decoration:none;
}
a:hover{
	color:#baa769;
	text-decoration:underline;
}
.vlag {
	float:left;
}
