* {
	margin:0;
	padding:0;
	border:0;
}

html, body {
	height:100%;
	font-family:Arial, Helvetice, sans-serif;
	font-size:13px;
	background:url(/images/bodyBG.gif) top left repeat-x #fff;
}

div#container {
	width:980px;
	margin:0px auto 0px auto;
	border:1px solid #f57920;
	background:url(/images/containerBG.gif) top left repeat-y;
}

div#header {
	width:980px;
	height:138px;
	background:#fff;
	background:url(/images/header_avv1.jpg) top left no-repeat;
}

div#topmenu {
	height:30px;
	width:980px;
	background:#febf8e;
	position:relative;
	border-top:1px solid #f57920;
	border-bottom:1px solid #f57920;
}

	div#topmenu ul {
		position:absolute;
		right:10px;
		top:8px;
		list-style:none;
	}

	div#topmenu ul li {
		float:left;
		margin:0 5px 0 5px;
	}

	div#topmenu ul li a {
		text-decoration:none;
		color:#61604b;
		font-weight:bold;
	}

	div#topmenu ul li a:hover {
		text-decoration:underline;
	}

	div#topmenu a#rss {
		position:absolute;
		top:8px;
		left:10px;
	}

	div#topmenu img#letterVergroot, div#topmenu img#letterVerklein {
		height:12px;
		width:12px;
		position:absolute;
		cursor:pointer;
		top:10px;
	}

	div#topmenu img#letterVergroot {
		left:90px;
	}

	div#topmenu img#letterVerklein {
		left:75px;
	}

	div#topmenu img#lettergrote {
		position:absolute;
		top:5px;
		left:50px;
	}

div#wrapper {
	width:980px;
	overflow:auto;
}

div#wrapper.home {
	background:url(/images/wrapperHome.gif) top right repeat-y;
}

	div#menu {
		width:226px;
		float:left;
		margin-bottom:20px;
		font-size:14px;
		font-weight:bold;
	}

		div#menu a.menulink, div#menu a.active {
			display:block;
			width:216px;
			height:23px;
			cursor:pointer;
			padding:7px 0 0 10px;
			background:url(/images/menuHeadBG.gif) top left repeat-x;
			border-bottom:1px solid #f57920;
			color:#61604b;
			text-decoration:none;
		}

		div#menu a.menulink:hover, div#menu a.active {
			background:url(/images/menuHead-overBG.gif) top left repeat-x;
		}
		
		 div#menu a.actief {
		 	background:url(/images/menuHead-activeBG.gif) top left repeat-x;
		 }

		div#menu a.active {
			font-weight:bold;
		}

		div#menu div {
			display:none;
			padding-bottom:5px;
			border-bottom:1px solid #f57920;
			font-size:13px;
		}

		div#menu div a {
			display:block;
			width:206px;
			padding:2px 0 2px 20px;
			text-decoration:none;
			color:#f57920;
		}

		div#menu div a:hover, div#menu div a.active {
			text-decoration:underline;
			display:compact;
			width:auto;
			height:auto;
			background:none;
			padding:2px 0 2px 20px;
			border-bottom:none;
		}
		
		div#menu div#zoekbox {
			display:block;
			border-bottom:0;
			margin-top:20px;
			margin-left:5px;
		}
		
		div#menu div#zoekbox input {
			background:url(/images/search.gif) top left no-repeat;
			width:184px;
			color:#f57920;
			height:20px;
			padding:6px 20px 4px 10px;
		}
		
		div#menu a.extraItem {
			display:block;
			width:206px;
			padding:2px 0 2px 20px;
			text-decoration:none;
			color:#f57920;
			font-size:13px;
		}

		span#menuplaatjes {
			display:block;
			width:222px;
		}

			span#menuplaatjes a {
				display:block;
				text-align:center;
				padding:10px 0 10px 0;
				width:202px;
			}
	
	div#content {
		width:723px;
		float:left;
		padding:15px;
		position:relative;
		background:#fff;
		margin-left:1px;
		min-height: 400px;
		height: auto !important;
		height: 400px;
		background:url(../images/contentBG.gif) bottom right no-repeat #fff;
	}

	div#content.frame {
		padding:0px;
		width:753px;
	}

		div#content.frame iframe {
			width:753px;
			height:auto ! important;  
			min-height:500px;  
			height:500px; 
		}

	div#content.home {
		width:500px;
		float:left;
		padding:15px;
		position:relative;
		background:#fff;
		margin-left:1px;
	}

		div#content h1 {
			font-size:18px;
			border-bottom:1px solid #f57920;
			margin-bottom:20px;
		}
		
		div#content h2 {
			font-size:14px;
			color:#febf8e;
			margin-bottom:20px;
		}

		div#content a {
			color:#5099e3;
			text-decoration:none;
		}

		div#content a:hover {
			text-decoration:underline;
		}

		div#content p {
			margin-bottom:14px;
		}

		div#content ul {
			margin:0px 0px 14px 20px;
		}

	div#home_rechts {
		width:222px;
		float:left;
		text-align:center;
	}

		div#home_rechts a.homerechts {
			background:url(/images/homeRechtsButton.gif) top left no-repeat;
			text-align:center;
			color:#000;
			display:block;
			width:188px;
			text-decoration:none;
			height:22px;
			margin:10px 0px 10px 0px;
			padding-top:5px;
		}

		div#home_rechts a.homerechts:hover {
			background:url(/images/homeRechtsButtonOver.gif) top left no-repeat;
		}

div#footer {
	width:980px;
	height:20px;
	margin:0 auto;
	font-size:11px;
	padding-top:5px;
}

	div#footer a {
		color:#000;
		text-decoration:none;
	}

	div#footer a:hover {
		text-decoration:underline;
	}

	div#footer a#sitemap {
		color:#2c7bcc;
	}

/* INVULLING WEBSITE */

div.nieuwsitem {
	clear:both;
	border-bottom:3px double #f57920;
	overflow:auto;
	margin-bottom:10px;
}

div.nieuwsitem h3 {
	font-size:13px;
	margin-bottom:10px;
}

div.nieuwsitem img {
	float:left;
	margin:0 5px 5px; 20px;
	display:block;
	padding:1px;
	border:1px solid #f57920;
}

table.forms {
	margin-bottom:14px;
}

table.forms td {
	vertical-align:top;
}

table.forms input, table.forms select, table.forms textarea, table.forms option {
	border:1px solid #f57920;
	padding:2px 0 2px 0;
	width:200px;
	background:#fff;
}

table.forms select, table.forms input#submit {
	width:202px;
}

ul#nieuws {
	list-style-image:url(/images/newslist.gif);
}
	ul#nieuws li {
		height:18px;
		padding-left:10px;
	}

ul#faqlist {
	list-style-image:url(/images/faqlist.gif);
}
	ul#faqlist li {
		height:16px;
		padding-left:10px;
	}

div#solution {
	border:1px solid #f57920;
	background-color:#febf8e;
	padding:5px;
}

div.vestiging {
	margin:0 0 15px 0;
	border-bottom:1px solid #f57920;
	clear:both;
	padding:0 0 10px 0;
	overflow:auto;
}

div.vestiging img {
	background:#fff;
	margin:0 10px 0 0;
	padding:2px;
	float:left;
	border:1px solid #febf8e;
}

div.vestiging table tr td {
	vertical-align:top;
	width:250px;
}

ul#nieuwbrieven {
	list-style-image:url(../images/nieuwsbriefList.gif);
}

ul#nieuwbrieven li {
	padding-left:15px;
	line-height:20px;
}

table#top10 {
	width:723px;
}

table#top10 td {
	padding:2px;
	background:#f0f0f0;
	
}

table#top10 td.top10Plaats {
	background:#c8c8c8;
	width:30px;
	height:30px;
	text-align:center;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

table#top10 td.top10Titel {
	background:#febf8e;
}

table#top10 td.tussenruimte {
	background:#fff;
}

.bordertabel td {
	border: 1px solid #000000;
	padding-left:2px;
}
.bordertabel  {
border-collapse:collapse;
}
