/* Body */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../img/bg.jpg);	
	background-repeat: repeat;
}


/* Divs */
#nav {
	position: relative;
	width: 100%;
	min-width: 950px;
	height: 46px;
	margin-top: 83px;
	z-index: 2;
}
#nav_ronding {
	position: absolute;
	width: 50px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: left;
}
#container {
	position: absolute;
	width: 725px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
#header {
	position: relative;
	width: 695px;
	height: 83px;
	left: 175px;
	font-size: 10px;
	color: #000000;
	text-align: right;
	text-decoration: none;
	padding-right: 5px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header a{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#home_link {
	position: absolute;
	left: 0px;
	width: 200px;
	height: 83px;
}
#impressie {
	position: relative;
	width: 700px;
	height: 166px;
	left: 175px;
	top: 46px;
	padding: 0px;
}
#content {
	position: relative;
	width: 690px;
	min-height: 400px;
	left: 175px;
	top: 46px;
	padding: 5px;
	font-size: 12px;
}
#agenda {
	position: absolute;
	_position: relative;
	width: 150px;
	height: 162px;
	float: left;
	top: -0px;
	_top: -5px;
	background-image: url(../img/top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 8px;
}
#page {
	position: relative;
	width: 525px;
	left: 165px;
	_left: 13px;
	color: #333333;
	line-height: 18px;
}
#page a, #page a:visited, #page a:active {
	color: #338DA2;	
}
#page a:hover {
	color: #666666;
	text-decoration: none;
}
#bottom {
	position: relative;
	width: 700px;
	height: 46px;
	_height: 80px;
	top: 46px;
	left: 175px;
}

#hidden {
	display: none;
}


/* Copyright */
#copyright {
	position: relative;
	height: 16px;
	width: 600px;
	top: 36px;
	_top: 2px;
	left: 175px;
	font-size: 10px;
	color: #000;
}
#copyright a{
	text-decoration: none;
	font-size: 9px;
	color: #000;
}