* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #282828;
	color: #999999;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}

#container {
	width: 940px;
	margin: 0 auto;
}

#header {
	height: 238px;
	width: 940px;
	clear: both;
	position: relative;
}

#logo {
	border: 0 none;
	z-index: 15;
	top: 20px;
	position: absolute;
}

#logo a {
	outline: none;
}

#datum {
	background-color: #DFDFDF;
	color: #000000;
	padding: 3px 6px;
	text-align: center;
	z-index: 15;
	height: 18px;
	margin-top: -24px;
	position: absolute;
	right: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.9em;
}

#menu {
	height: 35px;
	width: 938px;
	background-color: #343434;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid white;
}

#menu ul {
	margin: 0 auto;
	width: 938px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	list-style-type: none;
}

#menu ul li {
	position: relative;
	float: left;
}

#menu a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	color: #484747;
	text-align: center;
	padding: 7px 14px 8px 14px;
	display: block;
	text-decoration: none;
	color: #D39640;
}

#menu a:hover {
	color: #FFF;
}

#menu span {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	color: #484747;
	height: 35px;
	text-align: center;
	padding: 0 15px;
	line-height: 35px;
	white-space: nowrap;
	display: block;
	text-decoration: none;
}

#menu ul li ul > li:hover {
	background-color: #d39640;
}

#menu ul li > ul {
	display: none;
}

#menu ul li ul li span, 
#menu ul li ul li a {
	width: 200px;
	text-align: left;
	color: #343434;
	background: #D39640;
}

#menu ul li ul li span:hover, #menu ul li ul li a:hover {
	color: #FFF;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul li:hover ul li ul {
	display: none;
}

#menu ul li ul {
	position: absolute;
	width: auto;
	margin: 0;
	background: none repeat scroll 0 0 #343434;
	border: 0;
	z-index: 999;
}

#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	top: 0;
	left: 220px;
}

/*
 #menu ul {
 height: 35px;
 width: 938px;
 margin: 0 auto;
 border-left: 1px solid white;
 border-right: 1px solid white;
 list-style-type: none;
 }

 #menu ul li {
 height: 35px;
 float: left;
 position: relative;
 border-right: 1px solid white;

 }

 #menu ul li:hover {
 height: 35px;
 background-color: #d39640;
 }

 #menu ul li a {
 font-size: 12px;
 font-family: Verdana,Arial,Helvetica;
 color: #484747;
 height: 35px;
 text-align: center;
 padding-left: 5px;
 padding-right: 5px;
 line-height: 35px;
 white-space: nowrap;
 display: block;
 text-decoration: none;
 }

 #menu ul li ul {
 display: none;
 }

 #menu ul li:hover ul {
 display: block;
 }

 #menu ul li ul li ul {
 display: none;
 }

 #menu ul li ul {
 background: none repeat scroll 0 0 #ECECED;
 border: 0;
 position: absolute;
 z-index: 999;
 width: 200px;
 }

 #menu ul li ul li {
 position: relative;
 float: left;
 clear: both;
 height: 35px;
 border: 0;
 background: none repeat scroll 0 0 #ECECED;
 }

 #menu ul li ul li:hover {
 height: 35px;
 background-color: #d39640;
 }

 #menu ul li ul li:hover a {
 background: none repeat scroll 0 0 transparent;
 color: white;
 }

 #menu ul li ul li a {
 font-size: 12px;
 font-family: Verdana,Arial,Helvetica;
 color: #484747;
 height: 35px;
 padding-left: 5px;
 padding-right: 5px;
 line-height: 35px;
 white-space: nowrap;
 display: block;
 text-decoration: none;
 text-align: left;
 }

 #menu ul li ul li ul {
 display: none;
 }

 #menu ul li ul li:hover ul {
 display: block;
 }

 #menu ul li ul li ul {
 display: none;
 position: absolute;
 left: 150px;
 top: 0px;
 background: none repeat scroll 0 0 #ECECED;
 border: 0;
 }

 #menu ul li ul li ul li {
 float: none;
 height: 35px;
 border: 0;
 background: none repeat scroll 0 0 #ECECED;
 }

 #menu ul li ul li ul li a {
 font-size: 12px;
 font-family: Verdana,Arial,Helvetica;
 color: #484747;
 height: 35px;
 padding-left: 5px;
 padding-right: 5px;
 line-height: 35px;
 white-space: nowrap;
 display: block;
 text-decoration: none;
 text-align: left;
 }

 #menu ul li ul li ul li:hover {
 height: 35px;
 background-color: #d39640;
 }

 #menu ul li ul li ul li:hover a {
 background: none repeat scroll 0 0 transparent;
 color: white;
 }

 */

#content {
	width: 940px;
	background-color: white;
	margin: 0 auto;
}

#content-binnen {
	width: 920px;
	background-color: white;
	margin: 0 auto;
}

#broodkruimel {
	color: #333333;
	line-height: 10px;
	padding-bottom: 10px;
	padding-top: 7px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.9em;
}

#links, #rechts {
	float: left;
	padding: 0 0 110px;
	text-align: left;
	width: 190px;
}

#midden {
	float: left;
	padding: 0 20px;
	width: 500px;
	min-height: 200px;
	color: #333333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}

#midden h1 {
	color: #d39640;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}

.vak {
	margin-bottom: 15px;
	width: 190px;
	min-height: 27px;
}

.vakheader {
	/*background: url("/images/vakheader.png") repeat-x scroll left top transparent;*/
	color: #D39640;
	background: #343434;
	/*color: #FFFFFF;*/
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	min-height: 27px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	text-decoration: none;
	width: 170px;
}

.vakbottom {
	/*background-color: #CCCCCC;*/
	border: 2px solid #CCC;
	border-top: none;
	width: 176px;
	padding: 5px;
}

input, select {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

.inputbox {
	background: none repeat scroll 0 0 #F5F6F8;
	border: 1px solid #BFC2C5;
	padding: 2px;
}

.inputbox:hover, .inputbox:focus {
	background-color: #E9EBED;
	border: 1px solid #9198A0;
}

.button, .button:hover {
	background-color: #4B535B;
	border-color: #DFE5EC #8E9CAE #8E9CAE #DFE5EC;
	border-style: solid;
	border-width: 1px;
	color: #F3F5F8;
	padding: 1px 10px !important;
	cursor: pointer;
}

#footer {
	background: url("/images/footer_bg.png") no-repeat scroll center top #F4F4F4;
	color: #999999;
	font-size: 11px;
	height: 50px;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
}

#footer a {
	color: #999;
}

#hoofdsponsors {
	position: relative;
	height: 140px;
	background-color: #FFF;
}

#hoofdsponsors IMG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#hoofdsponsors IMG.active {
	z-index: 10;
}

#hoofdsponsors IMG.last-active {
	z-index: 9;
}

#slider {
	position: relative;
	height: 238px;
	border: 0 none;
	background-color: #CCCCCC;
}

#slider IMG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#slider IMG.active {
	z-index: 10;
}

#slider IMG.last-active {
	z-index: 9;
}


div.vakbottom a img {
	border: none;
}
#midden table tbody tr td:first-child {
	padding: 0 10px 10px 10px;
}
#midden table tbody tr td:first-child a {
	font-weight: 600;
	word-wrap: break-word;
}

#midden table tbody tr td:first-child a img {
	margin-top: 10px;
}

#midden table td a {
	
	color: #111;
}
