html {
	overflow-y: scroll;
	height: 100%; /* needed for container min-height */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -0.2px;
	color: #FFFFFF;
}

/* body en aanverwanten */

body {
	height: 100%; /* needed for container min-height */

	margin: 0;
	padding: 0;
	
	background-image: url(afbeeldingen/layout/achtergrond.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	background-color: #FFFFFF;
}

	/* body links */
	
	body a:link {
		color: #FFFFFF;
		text-decoration: none;
		outline: none;
	}
	body a:visited {
		text-decoration: none;
		color: #FFFFFF;
		outline: none;
	}
	body a:hover {
		text-decoration: none;
		color: #CCCCCC;
		outline: none;
	}
	body a:active {
		text-decoration: none;
		color: #CCCCCC;
		outline: none;
	}
	
	body hr {
		margin-top: 10px;
		margin-bottom: 10px;
		border: 0;
		height: 1px;
		color: #FFFFFF;
		background-color: #FFFFFF;
	}

#wrap {
	width: 960px;
	
	margin: 0 auto;
	
	background-color: #000000;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
	
	background-image: url(afbeeldingen/layout/menubalk.jpg); /* for correct allignment if header is collapsed */
	background-repeat: no-repeat;
	background-position: top;
}

#site_header {
	margin: 0 0 -40px 0;
	padding: 0;
	
	width: 960px;
	height: 265px; /* gewenste hoogte min padding */
	
	background-image: url(afbeeldingen/layout/header.jpg);
	background-repeat: no-repeat;
}

#menubalk {	
	width: 960px;
	height: 40px;
	
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

	#menubalk a img {
		vertical-align: middle;
		border: 0px solid;
	}
	
	#menubalk span.inactive {
		background-color: #666666;
			
		font-size: 11px;
		font-weight: normal;
		letter-spacing: normal;
		 
		opacity:0.75; 
		filter:alpha(opacity=75)
	}

	#menuitems {
		float: left;		
		
		height: 40px;
	
		background-image: url(afbeeldingen/layout/menubalk.jpg);
		background-repeat: no-repeat;
	}

		#menuitems span {
			float: left;
			
			padding: 8px 8px 0 8px;
			margin: 0;
			
			height: 32px;
		}
				
		#menuitems span:last-child {
			border: 0px solid;
		}
		
	#headertoggle {
		float: right;
		
		background-image: url(afbeeldingen/layout/menubalk.jpg);
		background-repeat: no-repeat;
		background-position: right;
	}
	
		#headertoggle span {
			float: right;
						
			padding: 8px 8px 0 8px;
			margin: 0;
				
			height: 32px;
		}
		
#main-container {
	background-image: url(afbeeldingen/layout/body.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.basis_links {
	float: left;
	width: 396px;
	text-align: left;
	margin: 0 20px 0 0;
	padding: 10px 0;
}

	.basis_links a:link {
		text-decoration: underline;
	}
	.basis_links a:visited {
		text-decoration: underline;
	}
	.basis_links a:hover {
		text-decoration: underline;
	}
	.basis_links a:active {
		text-decoration: underline;
	}	
		
	.basis_links h1:first-child {
		margin-top: 0;
	}
	
/* contactformulier */

.invulveld {
	margin: 0 0 5px 0;
	padding: 2px;
		
	width: 100%;
		
	font-size: 12px;
	color: #FFFFFF;
	
	border: 0px solid #FFFFFF;
	background-color: #444444;
}
