@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	font-weight:normal;
	background:#333333;
}

#container {
	position:relative;
	margin:0 auto 0 auto;
	width:980px;
	min-height:700px;
	_height:700px;
	height:auto !important;
	background:#FFFFFF;
	border: solid 1px #c2ab04;

}

#header {
	position: relative;
	width: 980px;
	height: 103px;
	background: url(afbeeldingen/lijn.jpg) no-repeat left bottom #000000;
		
}

#afbeelding-rechtsboven {
	position: absolute;
	width: 435px;
	height: 95px;
	margin-left: 545px;
}



#logo {
	position: absolute;
	width: 150px;
	height: auto;
	margin-top: 20px;
	margin-left:10px;
}

#slagzin {
	position: absolute;
	width: 200px;
	height: auto;
	margin-top: 25px;
	margin-left: 150px;
}

/*navigatie boven*/

#navigatie-boven {
	position:absolute;
	margin-left: 149px;
	height: 38px;
	width: 721px;
	font-size: 16px;
	text-align: center;
	margin-top: 63px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#nav a {
	display: inline-block;
	width: 99px;
	text-align: center;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;

}

#nav a:active {
	color:#fffff;
	
}

#nav a:visited {
	color:#000000;
}

#nav a:hover {
	color:#ffffff;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width:99px; /* width needed or else Opera goes nuts */
	background:url(afbeeldingen/button.png) no-repeat;
	height: 34px;
	margin-left: 5px;

}



/*einde navigatie boven*/

#banner {
	position: absolute;
	width: 730px;
	height: 230px;
	margin-top: 43px;
	margin-left:0px;
	background:url(afbeeldingen/banner.gif) no-repeat;
	z-index: 100;
}

#banner-bg {
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
	width: 700px;
	height: 200px;
}

#tekst-banner {
	width: 716px;
	height: 45px;
	position:absolute;
	background:#aea257;
	text-align: left;
	padding-left: 10px;
	margin-top: 170px;
	color: #FFFFFF;
}

#content-rechts {
	position: absolute;
	width: 169px;
	height: auto;
	margin-left: 785px;
	margin-top: 80px;
}


#content-container {
	position:relative;
	width:980px;
	min-height:700px;
	_height:700px;
	height: auto !important;
	background: url(afbeeldingen/bg-content-container.png) no-repeat 0px 60px;
	padding-bottom: 20px;
	border-bottom:  4px solid #000000;

}


#content{
	position:relative;
	width:700px;
	min-height:500px;
	_height:500px;
	height: auto !important;
	padding-top: 300px;
	padding-left: 30px;	
	padding-bottom: 20px;	
	background: url(afbeeldingen/bg-content.gif) no-repeat right bottom;
	font-weight: normal;
}

#footer{
	position:relative;
	width:950px;
	text-align:right;
	padding-top: 25px;
	padding-right: 30px;
	height: 44px;
	background: url(afbeeldingen/bg-lijn-footer.gif) no-repeat right top #000000;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



img{
	border: none;
}

h1 {
	background:url(afbeeldingen/bg-h1.gif) no-repeat 0px 3px;
	margin: 0px;
	margin-bottom: 10px;
	height: 30px;
	padding-left: 20px;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	margin-top: 5px;
	margin-right: 5px;
}

h3 {
	font-size: 13px;
	margin: 0px;
	margin-top: 10px;
	list-style:circle ;
	background:url(afbeeldingen/footer-blok.gif) no-repeat 10px 7px;
	padding-left: 19px;
	font-weight: normal;
}

h5 {
	margin: 0px;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
}

.bg-bullit {
	width: 166px;
	height: 6px;
	background:url(afbeeldingen/bg-bullit.gif) no-repeat;
}


a:link {
	color:#8b7906;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color:#8b7906;
	text-decoration: none;
}

a:visited {
	color:#8b7906;
	text-decoration: none;
}

a:hover {
	color:#8b7906;
	text-decoration: underline;
}

.font {
color:#917f08;
font-size: 14px;
font-weight:bold;
}

.border {
	border: solid 1px  #917f08;
}
