@import url( reset.css );
@import url( menu.css );

html, body {
	height:					100%;
}

body {
	color:					#FFFFFF;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				13px;
	text-align:				center;
	line-height:			20px;
}

h1 {	
	color:					#FFFFFF;
	font-size:				13px;
	margin:					0px 0px 10px 298px;
}

p {
	line-height:			18px;
	width:					500px;
	margin-left:			298px;
	color:					#AC9863;
}

a {
	text-decoration:		none;
}

ol li {
	color:					#AC9863;
	line-height:			16px;
}	

.clear {
	clear:					both;
}

span {
	visibility:				hidden;
}

/*---------------------------------------------------container*/
div#container {
	position:				relative;
	height:					100%;
	width:					950px;
	margin:					auto;
}

/*----------------------------------------------------header*/
div#header {
	position:				relative;
	height:					170px;
	width:					950px;
	background-image:		url('../images/header.jpg');
	background-repeat:		no-repeat;
}

/*----------------------------------------------------menu*/
div#menu {
	position:				relative;
	height:					35px;
	width:					612px;
	top:					135px;
}

div#menu ul li {
	display:				inline;
}

div#menu ul li a {
	height:					35px;
	width:					153px;
	float:					left;
	background-repeat:		no-repeat;
}

/*----------------------------------------------------watdoenwijmenu*/
div#watdoenwijmenu {
	position:				relative;
	float:					left;
	height:					35px;
	width:					950px;
	margin-bottom:			45px;
	visibility:				hidden;
}

div#watdoenwijmenu ul li {
	float:					left;
}

div#watdoenwijmenu ul li a {
	height:					35px;
	width:					153px;
	display:				block;
	background-repeat:		no-repeat;
	font-size:				0px;
}

/*----------------------------------------------------content*/
div#content {
	position:				relative;
	width:					950px;
	height:					583px;
	padding:				0px;
	background-image:		url('../images/background.jpg');
	background-repeat:		no-repeat;
}

div#content img {
	position:				absolute;
	left:					298px;
	bottom:					0px;
}

div#content img.heading {
	position:				absolute;
	bottom:					18px;
	left:					830px;
}

div#content img.imagegroot {
	position:				absolute;
	bottom:					0px;
	left:					269px;
}
