html, body {
	background-color: #FFFFFF;
	color: #222222;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	width: 700px;
	height: 631px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: auto;
	background: #FFF;
	text-align: left;
}

#kop {
	width: 100%;
	height: 75px;
	background: #FFF;
}

#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 509px;
	background: #FFF;
}

#left_column {
	background: #FFF url(../media/balk_links.jpg);
	width: 47px;
	height: 100%;
	float: left;
}

#main_column {
	float: left;
	padding: 0;
	margin:0;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	overflow: hidden;
	width: 603px;
	height: 509px;
}

#main_header {
	width: 603px;
	height: 130px;
	overflow: hidden;
}

#main_content {
	padding: 0px 43px 10px 67px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 493px;
	height: 369px;
	background: #FFF;
	overflow: auto;
}


#right_column {
	float: right;
	background: #FFF url(../media/balk_rechts.jpg);
	width: 47px;
	height: 100%;
}

#bottom {
	width: 100%;
	height: 47px;
}

#bottom_menu {
	position: absolute;
	margin-right: 0px;
	width: 260px;
	height: 17px;
}

#animatie {
	z-index:100;
	position: absolute;
	top: 537px;
	margin-left: 17px;
	visibility: visible;
}