body {
	background-color:#d00;
}

#background,
#scroller {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:2;
}
#background {
	overflow:hidden;
	z-index:1;
}
#background img {
	width:100%;
	height:100%;
	border:0px;
}




#container {
	display:block;
	background-image:url(../images/bar_boven.png);
	background-repeat:repeat-x;
}

#header {
	display:block;
	background-image:url(../images/header_overlay.png);
	background-repeat:no-repeat;
	background-position:center;
	height:239px;
}




#menu {
	display:block;
	padding-top:210px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#menu ul{
	display:block;
	padding:0;
	margin:0;
}

#menu ul li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	list-style-image:none;
	background-image:url(../images/back_knop.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-right:11px;
	margin-right:5px;
}

#menu ul ul {
	display:none;
}

#menu ul li a {
	display:block;
	background-color:#fff200;
	color:#d00;
	font-size:12px;
	font-weight:bold;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:11px;
}

#menu ul li.current_buttonID {
	background-image:url(../images/back_knop_rose.png);
}
#menu ul li.current_buttonID a {
	background-color:#ed1e24;
	color:#fff;
}

#page {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
#middle {
	background-position:center;
	/*background-color:#FFFFFF;*/
	display:block;
	padding:0px;
}
#middle .article {
	display:block;
	margin-bottom:10px;
	/*clear:both;*/
}
#middle .article div.title {
	display:block;
}
#middle .article div.content {
	display:block;
}

#page .article.boxed {
	background-image:url(../images/corner.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:19px;
}

#page .article.boxed.pink {
	background-image:url(../images/bottom_black.png);
}
#page .article.boxed.pink div.title,
#page .article.boxed.pink div.content {
	background-color:#000000;
	color:#fff;
	padding:10px;
	padding-bottom:0;
}

#page .article.boxed.purple {
	background-image:url(../images/bottom_white.png);
}
#page .article.boxed.purple div.title,
#page .article.boxed.purple div.content {
	background-color:#FFFFFF;
	color:#000;
	padding:10px;
	padding-bottom:0;
}

#page .article.boxed.blue {
	background-image:url(../images/bottom_yellow.png);
}
#page .article.boxed.blue div.title,
#page .article.boxed.blue div.content {
	background-color:#ffec33;
	color:#000;
	padding:10px;
	padding-bottom:0;
}

#page .article.boxed.orange {
	background-image:url(../images/bottom_orange.png);
}
#page .article.boxed.orange div.title,
#page .article.boxed.orange div.content {
	background-color:#ff951b;
	color:#000;
	padding:10px;
	padding-bottom:0;
}

#middle div.left {
	display:block;
	width:320px;
	float:left;
	margin-right:10px;
}
#middle div.middle {
	display:block;
}
#middle div.right {
	display:block;
	width:320px;
	float:right;
	margin-left:10px;
}

#middle .springen {
	display:block;
	position:absolute;
	background-image:url(../images/springen_boven.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:109px;
	height:229px;
	margin-top:-195px;
	margin-left:880px;
	z-index:1;
}

#footer {
	display:block;
	padding-top:2px;
	font-size:10px;
}
#footer .copyrights {
	float:right;
}
#footer .copyrights a {
	color:#000;
}

#footer .binnen {
	float:left;
	display:block;
	background-position:bottom left;
	background-repeat:no-repeat;
	background-image:url(../images/wolkje_onder.png);
	width:100px;
	height:75px;
	margin-top:-35px;
	margin-left:10px;
	margin-right:10px;
}

