body,html {
	background: 		url(images/background.jpg) #ffffff;
	overflow:			none;
	}

#container {
	background: 		url(images/container.jpg) no-repeat;
	width:				913px;
	height:				671px;
	margin:				0 auto; /* auto lijnt midden uit */
	margin-top:			22px;
	}
	
/* ------------------ MENU------------------ */
#menu {
	float:				left;
	width:				840px;
	font-size:			18px;
	line-height:		normal;
	margin-top:			2px;
	}

#menu ul {
	margin:				0;
	padding:			5px 10px 0 90px;
	}

#menu li {
	display:			inline;
	float:				left;
	margin:				0;
	padding:			0;
	margin-right:		4px;
	}

#menu a {
	float:				left;
	background:			url("images/tableft.gif") no-repeat left top;
	margin:				0;
	padding:			0 0 0 10px;
	text-decoration:	none;
	font-family: 		Verdana, Arial, Courier, 'Franklin Gothic Book', sans-serif;
	font-size:			15px;
    }

#menu a span {
	float:				left;
	display:			block;
	background:			url("images/tabright.gif") no-repeat right top;
	padding:			5px 15px 9px 6px;
	color:				#7b521d;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {
	float:				none;
	}

/* End IE5-Mac hack */
#menu a:hover span {
	color:				#000;
	}

#menu a:hover {
	background-position:0% -32px;
	}

#menu a:hover span {
	background-position:100% -32px;
	}
	
.menu_active {
	font-weight:		bold;
	}
	
.menu_active {
	float:				left !important;
	background:			url("images/tableft_active.gif") no-repeat left top!important;
	margin:				0 !important;
	padding:			0 0 0 10px !important;
	text-decoration:	none !important;
	font-family: 		Verdana, Arial, Courier, 'Franklin Gothic Book', sans-serif !important;
	font-size:			15px !important;
	}

.menu_active span  {
	float:				left !important;
	display:			block !important;
	background:			url("images/tabright_active.gif") no-repeat right top !important;
	padding:			5px 15px 9px 6px !important;
	color:				#7b521d !important;
	}

/* ------------------ SUBMENU------------------ */
#submenu_pos {
	width:				40%;
	margin-left:		auto;
	margin-right:		auto;
	}

#submenu {
	float:				left;
	background:			#f0fdff;
	border-top:			1px solid #7b521d;
	border-bottom:		1px solid #7b521d;
	height:				20px;
	}
	
#submenu ul {
	margin:				0;
	padding:			0;
	}

#submenu li {
	display:			inline;
	float:				left;
	margin:				0;
	padding:			0;
	padding-right:		5px;
	padding-left:		5px;
	}
	
.submenu_active {
	font-weight:		bold;
	}
	
#submenu li a {
	text-decoration:	none;
	color:				#7b521d;
	font-size:			14px;
	}
	
#submenu li:hover {
	background:			#fff;
	}
	
#submenu_left {
	width:				4px;
	height:				22px;
	background:			url(images/submenu_left.gif) no-repeat;
	float:				left;
	}
	
#submenu_right {
	width:				4px;
	height:				22px;
	background:			url(images/submenu_right.gif) no-repeat;
	float:				left;
	}
	
#text_below_sub {
	width:				100%;
	float:				left;
	}
	
/* ------------------ TEXT------------------ */
#text {
	width:				782px;
	height:				550px;
	padding:			2px;
	padding-left:		7px;
	overflow:			auto;
	float:				left;
	position:			relative;
	left:				60px;
	}
	
#text h1{
	padding:			0px;
	color:				#7b521d;
	font-size:			25px;
	margin-top:			10px;
	}
	
#text h2{
	padding:			0px;
	color:				#a97a3e;
	font-size:			20px;
	margin:				0px;
	margin-top:			5px;
	}

#text h3{
	padding:			0px;
	color:				#a97a3e;
	font-size:			15px;
	}
	
#text p {
	font-size:			13px;
	}
	
#footer {
	width:				800px;
	text-align:			center;
	float:				left;
	font-size:			12px;
	}
	
#inline img {
	margin: 			0 0 20px 0;
}
	
#data {
	width:				800px;
	padding:			10px;
	overflow: 			hidden;
	}
	
#data #logo {
	float: 				left;
	margin:				5px 10px 0 0;
	font-family: 		Verdana, Arial, Courier, 'Franklin Gothic Book', sans-serif;
}

#data h1 {
	font-size:			34px;
	color:				#782727;
	padding:			3px 0 0 0;
	letter-spacing:		1px;
}

#data h2 {
	font-size:			24px;
	color:				#191919;
	padding:			10px 0 10px 0;
	letter-spacing:		1px;
}

#data p {
	font-size:			13px;
	color:				#3e3e3e;
	padding:			0;
	line-height:		18px;
}

.data_note {
	font-size:			10px !important;
	font-style: 		italic;
}

#data_more {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

#data_more_menu {
	width: 800px;
	float: left;
	border-bottom: 1px solid #bfbfbf;
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

#data_more_menu li {
	float: left;
	margin: 0 10px 0 0;
}

#data_more_menu li a {
	padding: 5px 10px;
	text-decoration: none;
	color: #3e3e3e;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
 	-moz-transition: all 0.5s ease-in-out;
 	-o-transition: all 0.5s ease-in-out;
 	float: left;
}

#data_more_menu li a:hover {
	background: #f1f1f1;
 	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	}
	
#data_more_menu li .active {
	background: #e8e8e8;
	text-shadow: 0 1px 0 #fff;
	color: #782727;
 	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

#data_more p {
	padding: 0 0 15px 0;
}

#data_more table {
	border-collapse: collapse;
	font-size: 13px;
	color: #191919;
	width: 100%;
}

#data_more th, #data_more td {
	padding: 3px 0;
}

#data_more tr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

#data_more tr:nth-child(odd) {
	background: #fafafa;
}

#data_more tr:nth-child(even) {
	background: #f4f4f4;
}

#data_more th {
	text-align: right;
	padding: 0 5px 0 0;
}

#data_more tt {
	font-size: 12px;
	font-weight: bold;
	font-family: 		Verdana, Arial, Courier, 'Franklin Gothic Book', sans-serif;
}

.data_table_left {
	text-align: left !important;
}

.img_left {
	float: left;
	margin: 0 5px 5px 0;
}
