body {
	font-family: "Trebuchet MS", Geneva, Arial;
	background-color:#FFEBD9;
	color: #000000;
	margin: 5px;
	line-height: 20px;
	xxxxbackground-image: url(/images/achtergrond2.jpg);
}
body, td {
	font-size: 12px;
}
a {
	color: #EC6E00;
}
a: hover {
}


/******************************* layout **********************/
#wrapper {
	background-color:#000;
	position: relative;
	border: 1px solid #EC6E00;
	width: 970px;
	background-image: url(/images/background_firework.jpg);
	background-repeat: no-repeat;
	background-position: center 226px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.pageheader {
}
.leftsection {
	width: 200px;
	padding-top: 20px;
}
.mainsection .content {
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
}

.box_top {
	background-image: url(/images/box_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
}
.box_middle {
	background-image: url(/images/box_middle.jpg);
	background-repeat: repeat-y;
	background-position: center ;	
}
.box_bottom {
	background-image: url(/images/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
/******************************* secties einde ****************/

/******************************* secties **********************/
/*  margins, padding, width, etc.. van secties                */

/******************************* secties einde ****************/


/******************************* menu **********************/
.menu a {
	display: block;
	font-size: 16px;
	font-weight:bold;
	padding: 5px;
	padding-left: 10px;
	height: 28px;
	text-decoration:none;
	background-image: url(/media/menu.jpg);
	background-repeat: no-repeat;
}
.menu a.mnu2 {
	padding-left: 25px;
	font-size: 14px;
}
.menu a.mnu3 {
	padding-left: 35px;
	font-size: 14px;
}
.menu .active a {
	color: #FFFFFF;
	background-image: url(/media/menu_active.jpg);
	background-repeat: no-repeat;
}
.menu a:hover {
	color: #000000;
	background-image: url(/media/menu_active.jpg);
	background-repeat: no-repeat;
}

/******************************* menu einde ****************/


/******************************* classes **********************/
.titel_groot, h1 {
	font-size:24px;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
.titel_klein, h2, h3, h4, h5, h6 {
	font-size:14px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#EC6E00;
}
/******************************* classes einde ****************/

