body {
 margin: 0px;
 padding: 0px;
 color: #939192;
 font-family: arial;
 font-size: 11px;
 text-align: justify;
 line-height: 18px;
}

h1
{
	display: none;
}

a {
 text-decoration: none;
 color: #939192;
}

a:hover {
 text-decoration: underline;

}

#website {
 width: 897px;
 margin-left: auto;
 margin-right: auto;
}

#toplogo {
 width: 897px;
}

#header {
 width: 895px;
 height: 303px;
 border: solid 1px #dedede;
}

#menu {
 z-index: 10;
 font-size: 11px;
 width: 897px;
 height: 22px;
 background: url(../img/menu_bar.gif);
 color: #ffffff;
 padding-top: 5px;
}

#menu a {
 color: #ffffff;
 text-decoration: none;
}

#menu a:hover {
 text-decoration: underline;
}

#content {
 min-height: 100px;
 _min-height: 100px;
}

#onder {
 font-size: 10px;
 color: #b3b2b2;
 margin-top: 15px;
}

#onder a {
 color: #b3b2b2;
 text-decoration: none;
}


/*
SEO TOGGLE MENU
*/

h1.headingspecial{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 18px;
	font-weight: normal;
	color: #939192;
}

h2.headingspecial{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #939192;
	margin-top: 25px;
}

p.pspecial{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #939192;
}

div#toggleList {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

div#toggleList li.linkslistitem a {
	color: #B3B2B2;
	text-decoration: none;
}

div#toggleList li.linkslistitem a:hover {
	color: #B3B2B2;
	text-decoration: underline;
}

a.toggleButton {
}

a.toggleButton:hover {
}

/*** Standaard ***/
div#toggleList {
	width: 100%;
	clear: both;
	display: block;
	font-weight: normal;
}

div#toggleList ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

div#toggleList ul li {
	width: 32%;
	float: left;
}

div#toggleList br.clear {
	border: none;
	height: 0px;
	clear: both;
}