body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFCC00;
	scrollbar-arrow-color: #99000;
    scrollbar-track-color: #990000;
    scrollbar-face-color: #FF9900;
    scrollbar-highlight-color: #A6121C;
}


#container{
	height: 550px;
	width: 950px;
	border: 5px double #FF9900;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg/achtergrond_discobol.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#container2{
	height: 550px;
	width: 950px;
	border: 5px double #FF9900;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg/achtergrond_kermis.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#container3{
	height: 550px;
	width: 950px;
	border: 5px double #FF9900;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg/achtergrond_roos.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#container4{
	height: 550px;
	width: 950px;
	border: 5px double #FF9900;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg/achtergrond_feest.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#banner{
	float: left;
	height: 90px;
	width: 950px;
	text-align: center;
	background-image: url(../images/logo/logo02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#balk{
	background-image: url(../images/logo/balk.jpg);
	background-repeat: repeat;
	float: left;
	height: 15px;
	width: 950px;
	padding-top: 5px;
}

#menu{
	float: left;
	height: 440px;
	width: 150px;
	background-color: #990000;
	text-align: center;
}

#main{
	float: left;
	height: 440px;
	width: 800px;
	text-align: center;
}

#mainkermis{
	float: left;
	height: 440px;
	width: 800px;
	text-align: center;
	overflow: auto;
}

a:link {
	color: #990000;	
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}



