/* CSS Document */
html
{
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	
}

body
{
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #d6ecff url(../images/bg.jpg) left top repeat-x;
}

h1{
	color: #3367cd;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}

img{
	border: 1px solid #3399ff;
	margin: 5px 0px 20px 20px;
}

a{
	color:#4075d1;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:active;{
	color:#707070;
	text-decoration:underline;
}
#positionering
{
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -405px;
	width: 810px;
}

#geheel{
	width: 802px;
	display: table;
}

#top{
	background-image:url(../images/top.jpg);
	height: 139px;
	width: 810px;
	float: left;
}

#knoppenbalk{
	position: relative;
	width: 810px;
	height: 31px;
	background:url(../images/knopbg.jpg) repeat-x;
	float: left;
}

#menubalk{
	position: absolute;
	left: 50%;
	margin-left: -405px;
	z-index: 1;
	top: 0px;
	width: 810px;
}

#menu{
	position:absolute;
	top: 139px;
	left: 0px;
	width: 790px;
	padding-left:20px;
	z-index: 1;
}

.knop{
	color: white;
	font-size: 18px;
	height: 31px;
	text-decoration:none;
	display:block;
	margin:0px 16px;
	text-align:center;
	float:left;
}

.streepje{
	width: 2px;
	height: 31px;
	float:left;
	text-align:center;
	display:block;
	background:url(../images/tussenknop.jpg) repeat-x;
}

#inhoud{
	
	height: 100%;
	width: 810px;
	margin: 0px;
	color: #707070;
	font-size: 11px;
	position: relative;
	display: block;
	float: left;
}

.tekstveld{
	margin-top:23px;
	margin-left:3px;
	width: 802px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:24px;
	background: url(../images/waaiermid.jpg) repeat-y;
}
.adresveld{
	position: absolute;
	right: 200px;
	bottom: 100px;
	margin-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:24px;
}
#bgtop{
	position:absolute;
	background-image:url(../images/waaierbov.jpg);
	height: 3px;
	width: 802px;
	top: 20px;
	left: 3px;
	z-index:0;
	overflow: hidden;
}

.bgonder{
	background: url(../images/waaier.jpg) center bottom no-repeat;
	height: 100%;
	padding: 40px;
}

#bottom{
	position:relative;
	height: 5px;
	width:802px;
	left: 3px;
	background-image:url(../images/bottom.jpg);
	display:block;
	float: left;
}

.selected{
	color: #ffff81;
}

#vlinder
{
	position: absolute;
	top: 0px;
	left: 672px;
	background: url(../images/vlinder.jpg);
	height: 140px;
	width: 160px;
	z-index: 2;
}

#wpc, .wpc
{
        display: none;
}

.blauw {
	color:#4075d1;
}