/* Opmaak Algemeen */
body {
	background-image: url(../img/body_bg_yellow.jpg);
	background-color : #fef1d5;
	color: #000000;
}

/* DIV opmaak */
#body {
	background-color: #fea800;
}

#header {
	position: relative;
	width : 700px;
	height : 205px;
	z-index: 96;
}
#header_topoverlay {
	position: absolute;
	background-image: url(../img/header_topoverlay.png);
	background-repeat: repeat-x;
	width : 700px;
	height : 33px;
	z-index: 97;
}
#header_overlay {
	position: absolute;
	background-image: url(../img/header_overlay_intro.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 700px;
	height: 205px;
}
#header_overlay img{
	margin-top: 120px;
}

#header_image {
	background-image: url(../img/header_images/header_image_intro.jpg);
	background-repeat: no-repeat;
	background-color: #0089cb;
	width: 700px;
	height: 205px;
}

#submenu li a {
	background-image: url(../img/sub_bullet_off_yellow.jpg);
	color: #FFFFFF;
	border-top: #fabd80 solid 1px;
	border-bottom: #fabd80  solid 1px;
	
}
#submenu li a:hover {
	color: #000000;
	background-image: url(../img/sub_bullet_on_yellow.jpg);
}
#submenu li.sub_selected a{
	color: #000000;
	background-image: url(../img/sub_bullet_on_yellow.jpg);
}
#submenu li.sub_selected ul a {
	color: #FFFFFF;
	background-image: url(../img/sub_bullet_off_yellow.jpg);
}
#submenu li.sub_selected ul li.sub_selected a {
	color: #000000;
	background-image: url(../img/sub_bullet_on_yellow.jpg);
}


#content_news {
	float: left;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #654300;
	font-weight: bold;
	
	background-image: url(../img/laatstenieuws.png);
	background-repeat:no-repeat;
}
#marquee {
	float: right;
	width: 400px;
	padding: 5px 0;
	margin: 10px;
	_margin: 10px 5px 10px 10px;
	border-left: #FFFFFF 2px solid;
	border-right: #FFFFFF 2px solid;
}
#ticker {
	background-color: #cb8600;
	width: 400px;
	overflow: hidden;
	display: none;
}

#ticker a {
	color: #654300;
	text-decoration: none;
}

