* { font-size: 100%; 
	font-family: Arial, Helvetica, sans-serif, verdana; 
	font-size: 12px;
	margin:0;
	padding:0;
}

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}
body {
	background-color: #f7eee2;
	background-image: url(images/background-image_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrap {
	width: 900px;
	margin: 0px auto;
}
#main {
	overflow:auto;
	padding-bottom: 175px;
}  /* padding-bottom must be same height as the footer */

/*content*/
#navigatie{
	padding: 165px 80px 0px;
	height: 25px;
}

#main_content{
	padding: 40px 0px 0px 95px;
	width: 800px;
}
#kolom_01{
	float: left;
	width: 450px;
	padding: 25px 85px 30px 0px;
}
#kolom_02{
	float: left;
	width: 210px;
	background-color: #f8f1e6;
	padding: 15px;
	margin-top:20px;
	margin-bottom: 25px;
}
#clear_float{
	clear: both;
	hight:0px;
}

/*footer*/
#footer {
	position: relative;
	margin-top: -175px; /* negative value of footer height */
	height: 175px;
	clear:both;
	background-color: #437a1c;
	background-image: url(images/spacer_sticky-footer.png);
} 
#footer_content {
	margin: 0px auto;
	width: 960px;
	height: 150px;
	background-image: url(images/footer_content.png);
	background-repeat: no-repeat;
}
#footer_tekst {
	height:30px;
	padding: 20px 0px 0px 125px;
	font-size: 12px;
	font-weight: bold;
	color: #437a1c;
	width: 600px;
}
#footer_spreuk {
	width: 100px;
	margin-left: 730px;
}
#footer_link{
	list-style: none;
	padding: 0 50px 0 0;
	margin: 0;
	width: 75px;
	height: 50px;
	position: relative;
	float: right;
}
#footer_link a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#footer_link a:hover {
	background-position: left bottom;
}
#footer_link .btn1 {
	width: 75px;
	height: 50px;
	background: url(images/keurmerk_aspergegilde.png) no-repeat;
	left: 0px;
	top: 0px;
}

/*breadcrumb*/
#breadcrumb{
	border-bottom-color:#f8f2e8;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	width: 775px;
}
.title{
	color: #dcb887;
	font-size: 10px;
}
.crumb{
	color: #dcb887;
	font-size: 10px;
}
.separator{
	color: #dcb887;
	font-size: 10px;
}
#breadcrumb a{
	font-size: 10px;
}
#breadcrumb a:link {
	color: #c0893a;
	text-decoration: none;
}
#breadcrumb a:visited {
	color: #c0893a;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #437a1c;
	text-decoration: underline;
}
#breadcrumb a:active {
	color: #437a1c;
	text-decoration: none;
}

/*afbeeldingen*/
#img_box{
	padding: 10px;
	border: solid 1px #dbb786;
	background-color:#f8f1e6;
}
#img_box-right{
	padding: 10px;
	border: solid 1px #dbb786;
	background-color:#f8f1e6;
	float: right;
	margin: 0px 0px 10px 10px;
}
#img_box-kolom2{
	padding: 10px;
	border: solid 1px #dbb786;
	background-color:#fff;
}

/*blitz_payoff_link*/
#blitz{
	padding: 10px 0px 0px 125px;
	text-align: center;
	color: #84a360;
	font-size: 10px;
	width: 550px;
	float:left;
}
.blitz{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #84a360
}
a.blitz:link {
	color: #84a360;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
a.blitz:visited {
	color: #84a360;
	text-decoration: none;
}
a.blitz:hover {
	color: #CCCCCC;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.blitz:active {
	color: #CCCCCC;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


/*tekst opmaak*/
p {
	font-size: 12px;
	padding: 5px 0px;
}
a:link {
	color: #c0893a;
	text-decoration: none;
}
a:visited {
	color: #c0893a;
	text-decoration: none;
}
a:hover {
	color: #437a1c;
	text-decoration: underline;
}
a:active {
	color: #437a1c;
	text-decoration: none;
}

h1 {
	color: #437a1c;
	font-size: 20px;
	font-weight: bold;
}
h2{
	color: #c0893a;
	font-size: 20px;
	font-weight: bold;
}
h3{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
h4{
	font-weight: bold;
	color: #000000;
}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/
	
/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file
[if  IE 8]>
	<style type="text/css">
		#wrap {display:table;}
	</style>
<![endif]

*/
