@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

body {
	background-color: #5abab2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #502f1a;
	line-height: 18px;
}

p {
	margin-bottom: 10px;
}

a:link {
	color: #50301b;
	text-decoration:none;
}

a:visited {
	color: #50301b;
	text-decoration:none;
}

a:hover {
	color: #29640a;
	text-decoration:none
}

a:active {
	color: #50301b;
	text-decoration:none;
}

/* Lay-out */

#wrapper {
position: relative;
margin: 0 auto;   /* align for good browsers */
width: 950px;
height:100%;
}

#container {
position: relative;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
width: 950px;
}

#header {
position: absolute;
text-align: right;
width: 950px;
height: 620px;
color: #304f61;
font: 11px Trebuchet MS,verdana,arial;
z-index:1;			
}

#content{
position: absolute;
text-align: left;
width: 415px;
margin-top: 515px;
margin-left:255px;
float: left; 
z-index:2;
}

#footer {
position: absolute;
width: 522px;
height: 174px;
margin-top: 3840px;
margin-left:200px;
z-index:1;			
}

#kikker {
position: absolute;
width: 120px;
height: 57x;
margin-top: 770px;
margin-left:115px;
z-index:1;			
}

#menu {
position: absolute;
width: 220px;
height: 57x;
margin-top: 12px;
margin-left:565px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
z-index:4;			
}
