body {
	margin: 0px;
	font-family:	trebuchet ms, trebuchet, verdana, arial, helvetica;
	font-size:	15px;
	color:		black;
	background:	white;
	background: url('gfx/zijkant.png') repeat-y;
}

#totaal {
	margin: 0px;
	padding: 0;
	position: absoulte;
	top: 86px;
}

#toppie {
	margin: 0px;
	padding: 0;
	position: absolute;
	left: 0;
	width:	100%;
	background: url('gfx/kopback.png') repeat-x;
	height: 85px;
}

#header {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 595px;
	height: 85px;
	background: url('gfx/losc.png') no-repeat;
}

#links {
	margin: 0;
	top: 90px;
	position: absolute;
	padding: 20px;
	padding-top: 60px;
	padding-right: 20px;
	width: 150px;
}

#contents {
	margin: 0;
	top: 90px;
	position: absolute;
	left: 220px;
	padding: 20px;
	padding-left: 100px;
	right: 100px;
	background: white;
}

p {
	font-family:	trebuchet ms, trebuchet, verdana, arial, helvetica;
	font-size:	14px;
	color:		black;
}

h1 {
	font-family:	trebuchet ms, trebuchet, verdana, arial, helvetica;
	color:		#bbb;
	margin-left:	-80px;
}


a:link {
        text-decoration: none;
        color: black;
        font-style: normal;
       }

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

a:hover {
        text-decoration: underline; 
	color: black;
        }

a:active {
	text-decoration: none;
	color: black;
	}
