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/bbback.gif) repeat-y center;
	text-align:left;
	font-size: 11px;
}
#banner{
	height: 140px;
	width: 710px;
	background:url(../../images/design/siteheader.gif) no-repeat left top;
}
#menu{
	float: left;
	width: 235px;
	background: url(../../images/design/menuback.gif) repeat-y center;
	text-align:left;
}
#menu_head{
	height: 103px;
	background: url(../../images/design/menuheader.gif) center;
}
#menu_bot{
	height: 44px;
	background: url(../../images/design/menubottom.gif) center;
}
#content{
	float: left;
	width: 475px;
	background: url(../../images/design/contentback.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: #d6156c;
	background: url(../../images/design/contentheader.gif) center top no-repeat;
}
#content_bot{
	height: 40px;
	background: url(../../images/design/contentbottom.gif) center;
}
#bb_head{
	height: 140px;
	background: url(../../images/design/bbheader.gif) center;
}
#bb_bot{
	height: 20px;
	background: url(../../images/design/bbbottom.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*/

a{
	color: #d6156c;
	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;
}