html, body {
	background-color		: #ffffff;
	margin					: 0px;
	padding					: 0px;
	text-align				: center;
	font-family				: Arial, Helvetica, sans-serif;
	overflow-x				: hidden;
	overflow-y				: hidden;
}

#wrapper{

	position 				: relative;
	margin					: 0 auto;
	width					: 1010px;
	height					: 586px;
	overflow				: none;
	border					: 1px solid black;
	background-color		: #ffffff;
}

#wrapper #header{
	position				: absolute;
	top						: 0px;
	left					: 0px;
	width					: 1010px;
	height					: 250px;
	background-image		: url(/sitePics/dronten/felix-header-dronten.jpg);
}

#wrapper #header #home{
	position				: absolute;
	top						: 20px;
	left					: 20px;
	width					: 100px;
	height					: 70px;
}


#wrapper #header #topmenu{
	position				: absolute;
	top						: 40px;
	left					: 750px;
	width					: 280px;
	height					: 200px;
	text-align				: left;
	z-index					: 10;
}

#wrapper #header #topmenu table td{
	vertical-align			: middle;

}

#wrapper #header #topmenu a{
	text-decoration			: none;
	color					: #ffffff;
	font-size				: 0.7em;
}

#wrapper #header #topmenu a:hover{
	text-decoration			: none;
	color					: #4a4a4a;
}

#wrapper #menu{
	position				: absolute;
	top						: 248px;
	left					: 0px;
	width					: 175px;
	height					: 318px;
	background-image		: url(/sitePics/almere/menu.gif);
	text-align				: left;
	padding-top				: 20px;
}

#wrapper #sitemap #menu{
	background			: #ffffff;
	position				: absolute;
	top					: 0px;
	left					: 0px;
	text-align				: left;
	font-size				: 0.8em;
	padding 				: 15px;
	width: auto;
	overflow				: none;
}

#wrapper #menu ul{
	color					: #ffffff;
	list-style-type			: square;
}

#wrapper #menu a{
	text-decoration			: none;
	font-size				: 0.9em;
	color					: #ffffff;
}


#wrapper #content{
	position				: absolute;
	top					: 260px;
	left					: 200px;
	width					: 510px;

	height					: 295px;

	text-align				: left;
	font-size				: 0.8em;
	padding 				: 15px;
	overflow				: auto;
	z-index					: 300;
}

#wrapper #pagetitle{
	position					: absolute;
	top					: 180px;
	left					: 370px;
	width					: 330px;
	height					: 30px;
	text-align				: right;
	color					: #dadadb;
	z-index					: 1000;
}

#wrapper #pagetitle h1
{
	font-size				: 1.2em;
	margin-bottom				: 0px;
}

#wrapper #content h1{
	font-size				: 1.2em;
	color					: #ed2024;
	margin-bottom			: 0px;
}

#wrapper #content h2{
	font-size				: 1.0em;
	color					: #ed2024;
	margin-bottom			: 0px;
}

#wrapper #content a{
	text-decoration			: none;
	font-size				: 1.0em;
	color					: #ed2024;
}

#wrapper #content img{
	margin 					: 5px;
}

#wrapper #ruler{
	position				: absolute;
	top						: 225px;
	left					: 510px;
	width					: 230px;
	height					: 25px;
	font-weight				: bold;
	font-size				: 0.7em;
	color					: #ffffff;
	z-index					: 20;
}

#wrapper #ruler a{
	text-decoration			: none;
	color					: white;
}





#wrapper #newsintro{
	position				: absolute;
	top						: 248px;
	left					: 740px;
	width					: 230px;
	height					: 338px;
	text-align				: left;
	padding-left			: 40px;
	background-image		: url(/sitePics/almere/news.gif);
	font-size				: 0.7em;
}

#wrapper #nieuwsbrief{
	position				: absolute;
	top						: 550px;
	left					: 740px;
	width					: 300px;
	height					: 30px;
	font-size				: 0.8em;
	color					: #ffffff;
	z-index					: 4;
}

#wrapper #nieuwsbrief a{
	text-decoration 		: none;
	font-size				: 0.8em;
	color					: #ffffff;
	font-weight				: bold;
}



#wrapper #news h1{
	font-size				: 0.9em;
	color					: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#wrapper #news h2{
	font-size				: 1.0em;
	color					: #4a4a4a;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
#wrapper #news p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
}

#wrapper #news a{
	text-decoration			: none;
	color					: #ed2024;
}

#wrapper #zoekvak{
	position				: absolute;
	top						: 530px;
	left					: 10px;
	width					: 150px;
	height					: 40px;
	text-align				: left;
	font-size				: 0.7em;
	font-weight				: bold;
}

#wrapper #zoekvak a{
	text-decoration			: none;
	color					: #ffffff;
}




