* {
	-moz-box-sizing					: border-box;
	box-sizing						: border-box;
	margin							: 0;
	padding							: 0;
	border							: 0; 
}


html, body {
	height							: 100%;
	font							: normal 11px Arial, Helvetica, Sans-Serif;
    color                       	: #000;
	font-size						: 11px;
}

body {
	background						: #EEE;
}

/* Structuur */

#wrapper {
	position						: relative;
	margin							: 0 auto;
	width							: 994px;
	height							: auto !important;
	min-height						: 100%;
	height							: 100%;
}

#sitecontainer {
	width							: auto;
	background						: url(../images/bg-wrapper.png) repeat-y left top;
}

#header {
	width							: auto;
	height							: 373px;
	margin							: 0 7px 0 6px;
	background						: #e2e2e2;
	z-index: 						: -1;
}
#flashheader {
	z-index: 						: -1;
	margin							: 0px 0px 0px 3px;
	background						: #FFFFFF;
}
#contentwrapper {
	float							: left;
	width							: 981px;
	margin							: 0 0 0 6px;
	background						: url(../images/bg-contentwrapper.jpg) no-repeat right top;
}

* html #contentwrapper {
	margin							: 0 0 0 3px;
}

#leftcontent {
	float							: left;
	width							: 681px;
	height							: auto;
	background						: url(../images/bg-leftcontent.png) repeat-y left top;		
}

#rightcontent {
	float							: right;
	width							: 288px;
	height							: auto;
}

#footer {
	width							: auto;
	height							: 60px;
	clear							: both;
	text-align						: center;
	background						: #EEE url(../images/bg-footer.png) no-repeat left top;
}

#foottext {
	padding							: 25px 0 0;
}

/* Content area */

#innerwrapper {
	width							: auto;
	height							: auto !important;
	min-height						: 175px;
	height							: 175px;	
	background						: url(../images/bg-leftcontent-innerwrapper.jpg) no-repeat right top;		
}

#framediv {
	width							: 100%;
}

#leftcontent-end {
	width							: auto;
	height							: 30px;
	background						: url(../images/bg-leftcontent-end.png) no-repeat left top;
}

#leftcontent p {
	padding							: 5px 15px 5px 20px;
}

#leftcontent .contenttext {
	float							: left; 	
	width							: 380px;
	margin							: 10px 0px 10px 0px;
}

#leftcontent .home_image {
	margin-left						: 10px;	
}

#leftcontent .contentimage {
	float							: right;
	margin							: 10px 15px 10px 0px;
}


#button {
	background						: url(../images/zegel.png) no-repeat left top;	
	position						: absolute;
	left							: 860px;
	top								: 245px;
	width							: 153px;
	height							: 153px;
	z-index: 						: 1;
}

#en_button {
	background						: url(../images/37pounds.png) no-repeat left top;	
	position						: absolute;
	left							: 700px;
	top								: 290px;
	width							: 163px;
	height							: 103px;
	z-index: 						: 1;
}

#contenttable {
	width							: 100%;	
	background						: url(../images/bg-leftcontent-innerwrapper.jpg) no-repeat right top;	
}
#contenttable-end {
	width							: 100%;
	height							: 30px;
	background						: url(../images/bg-leftcontent-end.png) no-repeat right bottom;	
}
#sponsors {
	margin-left						: 20px;	
}

/*
* Elements
*/

ul {
	padding							: 5px 15px 5px 40px;	
}
ul li {
	margin							: 5px;
}

/*
* Text types
*/
h1 {
	font-size						: 14px;
	color							: #1ab032;
	padding							: 5px 15px 5px 20px;
}

img.listimage {
	margin-left						: 20px;
	margin-right					: 20px;
}