/* CSS Document */
body
{
	font-size: 83%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0; 
	margin: 0;
	/* -- change this color to change the background -- */
	background-color: #36C;
}

a
{
	color: #03C;
}
a:visited
{
	color: #06C;
}

/* --- grafische elementen --- */
div#flowerhead
{
	position: absolute;
	z-index: 3;
	top: 15px;
	left: 10px;
	width: 200px;
	height: 178px;
	background: url(/images/flowerhead.png) no-repeat 0 0;
}
div#flowerstem
{
	position: absolute;
	z-index: 2;
	top: 188px;
	left: 10px;
	width: 128px;
	height: 251px;
	background: url(/images/flowerstem.png) no-repeat 0 0;
}
div#bee
{
	position: absolute;
	z-index: 4;
	top: 20px;
	right: 165px;
	width: 242px;
	height: 109px;
	background: url(/images/bee.png) no-repeat 0 0;
}


/* --- menu --- */
ul#menu
{
	position: absolute;
	right: 50px;
	top: 25px;
	padding: 10px;
	margin: 0;
	border: solid 7px #000;
	background-color: #fff;
	z-index: 10;
}
ul#menu li
{
	display: inline;
	padding: 0;
	margin: 0;
}


div#content
{
	border: solid 7px #000;
	margin: 100px 50px 10px 131px;
	background-color: #fff;
	padding: 20px;
	line-height: 1.5em;
	xletter-spacing: -0.04em;
}
h1
{
	margin: 0 0 20px 0;
	text-align: center;
	padding: 10px;
	font-size: 1.8em;
}


div#footer
{
	text-align: center;
	margin: 0 50px 20px 131px;
	color: #000;
	font-size: 75%;
}