/*Print
**************************************************/
body {
	font: normal 12px/18px Helvetica, Lucida, Verdana, Arial, Tahoma, sans-serif;
	color: #000;
	}

div#logo_mbo {
	width: 300px;
	height: 50px;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

/*Typography
**************************************************/
a:link{
	text-decoration: none;
	color: #000;
	text-decoration: underline;
	}

a:visited{
	text-decoration: none;
	color: #000;
	text-decoration: underline;
	}

a:hover{
	text-decoration: none;
	color: #777471;
	}

a:active{
	text-decoration: none;
	color: #777471;
	}

h1 {
	color: #1e9d97;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: left;
}

h2 {
	margin-top: 10px;
	margin-bottom: 0px;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #f30f00;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
}
	
h4{
	line-height: 50px;
	}

h5 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 10.5px;
	line-height: 14px;
	text-align: center;
	}
	
div#site h6 {
	margin-top: 5px;
	margin-bottom: 0px;
	color: #000;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

div#content div#accordion ul {
margin-bottom:15px;
margin-top: 0px;
}

div#content ul li{
	list-style-position: outside;
	margin-left: 15px;
	width: 200px;
}

div#content ol {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	display: inline;
}

div#content ol li{
	list-style-position: outside;
	margin-left: 15px;
}

li {
	list-style-position: inside;
}

p {
	width: 600px;
}


/*Content
**************************************************/
div#content{
  float: left;
  display: inline;
  width:600px;
  margin: 30px 0 20px 30px;
  padding: 50px 50px 20px 50px;
  background: #fff;
  }

div#onderdeel_van{
	float: right;
	display: inline;
	color: #00792c;
	width: 300px;
}

div#onderdeel_van img{
	float: right;
	display: inline;
	margin-top: -40px;
}

div#onderdeel_van p{
	float: right;
	width: 300px;
}

/*toggle menu
**************************************************/
#accordion {
}

h3.toggler {
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	background: #ccc;
	color: #000;
	margin: 0 0 4px -4px;
	padding: 3px 5px 1px;
}

blockquote {
	padding:5px 20px;
}


