* { margin: 0px; padding: 0px; }

body	{
		margin-top: 10px;
		text-align: center;
		font-family: Verdana;
		font-size: 11px;
		background-image: url("images/bg.gif");
		}
		
a	{
	color: black;
	}
	
hr 	{
	height: 0;
	border: 0;
	border-top: 1px dashed black;
	}

#container	{
			width: 800px;
			text-align: left;
			margin: 0 auto;
			overflow: hidden;
			}
			
#header		{
			background-image: url("images/header.gif");
			background-repeat: no-repeat;
			width: 750px;
			height: 200px;
			border: 1px solid black;
			margin-bottom: 15px;
			}
			
#wrapper	{
			width: 750px;
			float: left;
			}
			
#wrapper1	{
			width: 167px;
			float: left;
			margin-right: 27px;
			}
			
#wrapper2	{
			width: 167px;
			float: left;
			margin-right: 27px;
			}
			
#wrapper3	{
			width: 167px;
			float: left;
			margin-right: 28px;
			}
			
#wrapper4	{
			width: 167px;
			float: left;
			}
			
#wrapper_onderwerpen	{
						width: 167px;
						}
						
#boxtop					{
						width: 167px;
						height: 22px;
						background-image: url("images/boxtop.gif");
						border: 1px solid black;
						text-align: center;
						color: white;
						font-weight: bold;
						font-size: 15px;
						}
						
#boxmidden				{
						width: 163px;
						background-color: #f6f6f6;
						border: 1px solid black;
						margin-bottom: 10px;
						padding: 0 auto; 
						padding-left: 4px;
						}
						
#onderrubrieken			{
						width: 750px;
						clear:both;
						}
						
#boxtop2				{
						width: 750px;
						height: 22px;
						background-image: url("images/boxtop2.gif");
						border: 1px solid black;
						text-align: center;
						color: white;
						font-weight: bold;
						font-size: 15px;
						}
						
#boxmidden2				{
						width: 746px;
						background-color: #f6f6f6;
						border: 1px solid black;
						padding-left: 4px;
						}
						
#banner					{
						width: 750px;
						text-align: center;
						margin-top: 20px;
						}
