/* C
   (c) E. van den Ham
   (u) www.hansnel.nl
   (c) www.nieuwezakelijkheid.nl
   (u) www.nieuwezakelijkheid.nl
	 V1.0 Originally created: 110209
	 Based on Original FW 200209
	 Version history: V1.1
---------------------------------------------- */
@import url('nav.css');
@import url('typo.css');

/* alles reseten
---------------------------------------------- */

html, body, div, span, applet, object, iframe, h2, h4, h5, p, blockquote, pre, abbr, 
acronym, address, big, cite, code, a, del, dfn, em, font, img, a img, ins, kbd, q, s, samp, small, 
strike, strong, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	  }
	  
	  
* {
	font-family: Helvetica;
}

hr {
	margin:2px 0px 15px 0px;
	
}

.active {
	color:#000;
}
	
/* Website indeling
---------------------------------------------- */
#container {
	width:982px;
	height:auto;
	text-align:center;
	margin:0 auto;
	}

#logo {
	width:240px;
	height:190px;
	float:left;
	background: #FFF;
}

#opvulling {
	width:240px;
	height:30px;
	float:left;
	background:#FFF;
}

#header {
	height:auto;
	width:auto;
}
#headerImage {
	width:732px;
	height:160px;
	background:#000;
	float:left;
	padding:0px 10px 0px 0px;
	text-align:right;
	}

#content {
	min-height:400px;
	height:auto;
	width:auto;
	float:left;
	color:#333;
	}

#main {
	width:690px;
	height:auto;
	float:right;
	margin:10px 30px 0px 0px;
	padding-bottom:20px;
	line-height:20px;
	}
	#main.vervolg {
		min-height:295px;
	}
	#main p {
		margin-bottom:10px;
	}
	#main ul {
		margin:0px;
		margin-left:15px;
		padding:0px;
	}
	#main ul li {
		margin-left:0px;
		padding-left:0px;
		text-indent:0;
	}
	
#terug {
	width:742px;
	height:30px;
	background:#FFF;
	float:right;
	text-align:right;
	margin-bottom:10px;
} 
div#balk {
	width:742px;
	height:23px;
	background:#666;
	float:right;
	padding-top:8px;
	color:#FFF;
}
div#test2 {
	color:#ffffff;
}

#afbeelding {
	width:742px;
	height:150px;
	margin:30px 0px 0px 0px;
	float:right;
	}
	#afbeelding img {
		width:120px;
		height:120px;
		margin:0px 82px 0px 0px;
		}
		#afbeelding img.test {
			margin:0px 0px 0px 0px;
		}

#news {
	margin:30px 0px 0px 0px;
	float:left;
	width:210px;
	height:inherit;
	background: #FFF;
	padding-right:30px;
	text-align:center;
	color:#333;
	}
	#news img {
		margin-top:30px;
	}
	#news a {
		color:#333;
	}
	
#adres {
	margin:0px 10px 10px 20px;
	padding:20px 20px 20px 20px;
	float:left;
	width:220px;
	background: url(../images/news_bg.gif) #fff repeat-x;
		color:#676767;
}

#footer {
	width:742px;
	height:auto;
	text-align:center;
	padding:7px 10px 5px 10px;
	float:right;
}

#slideshow {
height:160px;
position:relative;
}
#slideshow img {
height:160px;
width:auto;
border:0 none !important;
left:0;
opacity:0;
position:absolute;
top:0;
z-index:8;
}
#slideshow img.active {
opacity:1;
z-index:10;
}
#slideshow img.last-active {
z-index:9;
}



