html {
	background-color: #fcf8bc;
	margin: 0;
	text-align:center;
	font: 11pt Verdana, "Lucida Grande", Lucida, sans-serif;
}
body{
	text-align: center;
	color: #fcf8bc;
	background-color: #fcf8bc;
}
img{
	border: 0;
}
#contain{
	width: 940px;
	margin: 0 auto;
}
#left{
	width: 710px;
	float: left;
}
#bb{
	width: 230px;
	float: right;
	background: url(../../images/design/bbbackpasen.gif) repeat-y center;
	text-align:left;
	font-size: 11px;
}
#banner{
	height: 140px;
	width: 710px;
	background:url(../../images/design/siteheaderpasen.gif) no-repeat left top;
}
#menu{
	float: left;
	width: 235px;
	background: url(../../images/design/menubackpasen.gif) repeat-y center;
	text-align:left;
}
#menu_head{
	height: 103px;
	background: url(../../images/design/menuheaderpasen.gif) center;
}
#menu_bot{
	height: 44px;
	background: url(../../images/design/menubottompasen.gif) center;
}
#content{
	float: left;
	width: 475px;
	background: url(../../images/design/contentbackpasen.gif) repeat-y center top;
	text-align:left;
	font-size: 10px;
	padding: 0;
	margin: 0 0 20px;
}
#content_head{
	height: 80px;
	padding-top: 5px;
	text-align:center;
	font-size: 24pt;
	color: #0b8c8f;
	background: url(../../images/design/contentheaderpasen.gif) center top no-repeat;
}
#content_bot{
	height: 40px;
	background: url(../../images/design/contentbottompasen.gif) center;
}
#bb_head{
	height: 140px;
	background: url(../../images/design/bbheaderpasen.gif) center;
}
#bb_bot{
	height: 20px;
	background: url(../../images/design/bbbottompasen.gif) center;
}
.data{
	margin: 0 35px 0 30px;
}

/*menu*/
.menu{
	font-size: 10px;
	
	list-style:none;
	margin: 0 0 25px 20px;
	padding:0;
	color: #2b2825;
}
.menu li{
	height: 18px;
}
.menu li a{
	color: #2b2825;
	text-decoration: underline;
}
.menu li a:hover{
	text-decoration: none;
}

/*content*/
#content .data p:first-letter {
	font-size: 15pt;
	color: #fcf8bc;
}
a{
	color: #0b8c8f;
	text-decoration: underline;
}


/*babbelbox*/
.babbelbox{
	list-style:none;
	margin:0;
	padding:0;
}
.babbelbox li{
	border-bottom: 1px dashed #fcf8bc;
	padding: 5px 0;
}
.bbform{
	padding-bottom: 10px;
}
.row{
	padding: 3px 0;
	clear:both;
}
	.row form{
		padding: 0;
		margin:0;
		text-align:center;
	}
	.blader_knop{
		width: 200px;
		background:none;
		border:0;
		padding:0;
		margin: 0;
	}
.label{
	float:left; 
	width:90px; 
	padding-right:5px; 
	text-align:left;
	font-weight:bold;
}
.field{
	float:left; 
	width:300px; 
	text-align:left;
}
.datum{
	font-size:0.85em; 
	font-style:italic;
	font-weight:normal;
}
.naam{
	font-weight: bold;
	padding-right:5px;
}
.meer{
	text-align: right;
	font-size:0.9em;
	font-style:italic;
}