/* gedeelte om de website te centreren */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:#656668 url(/images/general/body_bg.gif) repeat-x;
	vertical-align: top;
}
#mainsite {
	position:absolute;
	width:911px;
	left: 50%;
	height:100%;
	margin-left: -460px;
	text-align: left;
	background: #fff;
}
/* Einde gedeelte om de website te centreren */


#header {
	width: 100%;
	height: 67px;
	margin: 4px 0 0;
	text-align: center;
	background: #fff url(/images/general/header_bg.gif) repeat-y 50% 0%;
}
#header .logo {
	width: 404px;
	height: 67px;
	margin: 0 auto;
	background: url(/images/general/logo.png) no-repeat 50% 50%;
	cursor: pointer;
}
#breadcrumbs {
	padding: 4px 11px;
}
#sprekers_toevoeging {
	display: none;
}
#breadcrumbs a {
	color: #231f20;
	text-decoration: none;
}
.maintable {
	border-collapse: collapse;
}
.maintable tr td {
	vertical-align: top;
}
.maintable .links {
	background: #231f20;
}
.maintable .midden {
	border-left: 1px solid #574d4c;
	border-right: 1px solid #574d4c;
	background: #fff;
}
.maintable .rechts {
	padding: 0 0 10px;
	background: #e7e7e8;
}
.maintable #section6 div {
	padding: 0 10px;
}
.footer {
	width: 100%;
	text-align: center;
	padding: 40px 0 10px;
	letter-spacing: 0.25em;
	color: #5b5757;
	font: 400 11px/15px 'Verdana', sans-serif;
	background: #fff;
}
.footer a {
	color: #5b5757;
	text-decoration: none;
}


/* Navigatie */
#menubar {
	width: 100%;
	height: 22px;
	background: #000;
}
#nav, #nav UL {
	padding: 0;
	margin: 0;
	list-style: none;
	/*line-height: 11px;*/
	z-index: 99;
}
#nav {
	position: relative;
	height: 19px;
	z-index: 99;
	padding: 1px 0 0;
}
#nav LI {
    float: left;
	padding-right: 1px;
	color: #fff;
}
#nav A {
    /*display: block;*/
	padding: 0px 10px 5px;
	_padding: 0px 10px 7px;
	text-decoration: none;
	font-size: 13px;
	color:#f2e602;
	vertical-align: middle;
}
#nav A.parentactive, 
#nav A.active,
#nav A:hover {
	color: #fff;
}
#nav UL LI {
	padding: 2px 0;
	margin: 0;
	z-index: 99;
}
#nav UL LI A {
	text-transform: none;
	font-weight: normal;
	display: block;
	text-align: left;
	width: 110px;
	_width: 140px;
	padding: 0px 10px 0px 10px;
	margin: 0;
	line-height: 17px;
	z-index: 99;
	background: #000;
}
#nav UL LI A.parentactive,
#nav UL LI A.active {
	background: #000;
}
#nav UL LI A:hover {
	color: #fff;
	text-decoration: underline;
	background: #000;
}
#nav LI UL {
    position: absolute;
    left: -999em;
	width: 130px;
	_width: 140px;
	padding: 0 0 3px;
	background: #000;
	z-index: 99;
}
#nav LI UL UL A {
    WIDTH: 15em;
}
#nav LI:hover UL, #nav LI.sfhover UL {
    LEFT: auto;
}

