* {
			margin:0px;
			padding:0px;
		}
			
		img {
			border:0px;
		}
		
		ul {
			margin-left:15px;
		}
		
		html, body {
			height:100%;
			width:100%;
			font-family:Georgia;
			font-size:16px;
			line-height:22px;
			background:url(images/bgRep.gif) top left repeat-y;
		}
		
		div#container {
			width:935px;
			position:relative;
			background-repeat:no-repeat;
			background-position:bottom left;
			height:auto !important; /* real browsers */
			height:100%; /* IE6: treaded as min-height*/
			min-height:100%; /* real browsers */
		}
		
		div#content {
			position:absolute;
			width:570px;
			margin:295px 15px 0px 365px;
		}
		
		div#container p {
			margin:0px 0px 14px 0px;
		}
		
		div#container h1, div#container h2  {
			margin:10px 0px 0px -1px;
			color:#017d27;
			font-size:18px;
			letter-spacing:-1px;
		}
		
		div#content a:link, div#content a:active, div#content a:visited {
			color:#000;
			text-decoration:none;
		}
		
		div#content a:hover {
			text-decoration:underline;
		}
		
		div#menu {
			height:30px;
			position:absolute;
			top:240px;
			left:3px;
			width:950px;
		}
		
		div#menu span {
			display:block;
			float:left;
			width:7px;
			height:27px;
			font-size:17px;
			padding:13px 0px 0px 0px;
			cursor:default;
		}
		
		div#menu a {
			display:block;
			float:left;
			position:relative;
		}
		
		div#menu a span {
			display:none;
			position:absolute;
		}
		
		div#menu a:hover span {
			display:block;
			top:0px;
			left:0px;
			width:auto;
			padding:0px;
			cursor:pointer;
			height:45px;
		}
		
		div#menu span.groen {
			color:#017c27;
		}
		
		div#logo {
			top:0px;
			position:absolute;
			left:0px;
		}
		
		div#footer {
			position:absolute;
			bottom:0px;
			left:10px;
		}
		
		div#footer a:link, div#footer a:active, div#footer a:visited {
			color:#fff;
			text-decoration:none;
			font-family:Verdana;
			font-size:11px;
		}
		
		div#footer a:hover {
			text-decoration:underline;
		}
		
		p.order {
			margin-top:20px;
			width:570px;
			display:block;
			text-align:center;
		}
		
		p.order a {
			font-size:15px;
			text-transform:uppercase;
			font-weight:bold;
			margin-right:3px;
		}
		
		td.omschrijving {
			font-size:14px;
			padding-top:15px;
		}
		
		td.omschrijving p {
			margin:0px 0px 14px 0px;
		}
