/* GENERAL */

* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #005b77;
  margin: 0;
}

body, html {
	height: 100%;
	
}

li {
	list-style-type: none;
}

a {
  text-decoration: none;
}

h1 {
	position: absolute;
	left: 180px;
	top: 20px;
}

h1 a {
	display: block;
	width: 160px;
	height: 50px;
}

h2 {
	position: absolute;
	left: 60px;
	top: 15px;
}

h2 a {
	display: block;
	width: 65px;
	height: 40px;
}



#wrapperindex {
	width: 864px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/bground.gif);
	background-repeat: no-repeat;
	height: 500px;
}

#koepel
{
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	top: 540px;
	left: 800px;
}



#wrapperboom {
	width: 864px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/boom.gif);
	background-repeat: no-repeat;
	height: 100%;
}

#wrapperbus {
	width: 864px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/bus.gif);
	background-repeat: no-repeat;
	height: 100%;
}

#wrapperzwembad {
	width: 864px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/zwembad.gif);
	background-repeat: no-repeat;
	height: 100%;
}

#wrapperleeshoek {
	width: 864px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/leeshoek.gif);
	background-repeat: no-repeat;
	height: 100%;
}

/* TITLES */


/* LANGUAGE MENU */



/* MAIN MENU */

ul#mainmenu {
	position: absolute;
	top: 18px; 
	left: 360px;
}

ul#mainmenu li {
	width: 300px;
	height: 32px;
	text-align: left;
}


/* ADDRESSES */



/* CONTENT */

#content {
	position: absolute;
	left: 0px;
	top: 114px;
	color:#ffffff;
	line-height:16px;
}
#content A:link		{color:#ffffff; text-decoration:underline;}
#content A:active	{color:#ffffff; text-decoration:underline;}
#content A:visited	{color:#ffffff; text-decoration:underline;}
#content A:hover	{color:#ffffff; text-decoration:underline;}

