/* CSS Document */
html {overflow-y: scroll;} /*always scrollbar*/
#wrapper {	
	width: 780px;
	left: 50%; 
	visibility: visible;
	z-index: 2;
	margin:0 auto; 
	top: 1px;
} 
#container {
	width: 780px;
	height: 585px;
	position:absolute;
	top: 0px;
	}

#navigatie {
	position:absolute;
	left: 63px;
	top: 109px;
	height: 26px;
	width: 400px;
	z-index: 1;
	}
#inhoud {
	width: 778px;
	position:absolute;
	left: 0px;
	top: 140px;
	background-color: #FFFFFF;
		}
#navigatie {
	width: 778px;
	position:absolute;
	left: 0px;
	top: 110px;
	height: 20px;
	background-color: #CCCCCC;
	visibility: hidden;

	} 
#header {
	position: absolute;
	width: 778px;
	height: 140px;
	top: 0px;
	z-index: 2;
	left: 0px;
	background-color: #99CC33;
}
#teller {
	position:absolute;
	left:11px;
	top:608px;
	width:122px;
	height:47px;
	z-index:3;
	visibility: hidden;
}

body {
	background-color: #F7C500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/bg1.jpg);
	background-repeat: repeat;
}
table.inhoud {}
.inhoud td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.inhoud td a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}
.inhoud td a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
	}
.inhoud td a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.kop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #F7C500;
}
img.re{
	float: right;
	margin: 5px;
}
img.left {
	float: left;
	margin: 5px;
}

