body
				{
 				margin: 0px;
 				background-color: #ababab;
				}
				
a:active		 {
				outline: none;
				}
				
a				 {
				outline: none;
				}
				
#header			{
				padding-left: 46%;
				width: 54%;
				height: 20px;
				background-image: url('images/header.png');
				padding-top: 20px;
				padding-bottom: 20px;
				font-family: arial;
				color: #202020;
				font-size: 10px;
				}
				
#contentcontainer	{
				margin-left: auto;
				margin-right: auto;
				width: 800px;
				height: 500px;
				background-image: url('images/content.png');
				overflow: hidden;
				}	
				
.float			{
				margin: 0px;
				float: left;
				}
								
#content		{
				padding: 9px;
				width: 782px;
				height: 482px;
				}
				
a.buiten3 {
		display:block;
		background:url('images/buiten3.png') top no-repeat;
		width:106px;
		height:196px;
		text-decoration:none;
		}
		
a.buiten3:hover {
		background-position:bottom;
		}
		
a.binnen3 {
		display:block;
		background:url('images/test/3.png') top no-repeat;
		width:161px;
		height:118px;
		text-decoration:none;
		}
		
a.binnen3:hover {
		background-position:bottom;
		}
		
a.binnen4 {
		display:block;
		background:url('images/binnen4.png') top no-repeat;
		width:133px;
		height:313px;
		text-decoration:none;
		}
		
a.binnen4:hover {
		background-position:bottom;
		}
		
a.binnen5 {
		display:block;
		background:url('images/binnen5.png') top no-repeat;
		width:183px;
		height:313px;
		text-decoration:none;
		}
		
a.binnen5:hover {
		background-position:bottom;
		}
		
#bgmenubar {
		background-image: url('images/bgmenubar.png');
		width: 772;
		height: 27px;
		font-family: arial;
		font-size: 11px;
		padding-top: 11px;
		padding-left: 5px;
		padding-right: 5px;
		color: black;
		}
		
#contenttext {
		margin-left: auto;
		margin-right: auto;
		background-color: #c6c6c6;
		width: 90%;
		font-family: arial;
		font-size: 11px;
		padding: 10px;
		}