html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
a, abbr, address, del, em, img, ins, small, strong, tt, ul, ol, li, dl, dt, dd, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0;
	background: transparent;
	color: #6e6e6e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
ul, ol {
	list-style: none; 
}
:focus {
	outline: none;
}
h1 {
	font-size: 40px;
	color: #7f7f7f;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #e60e64;
}
p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 16px;
	line-height: 22px;
	font-style: normal;
}
a {
	color: #6e6e6e;
}
span.roze {
	color: #e60e64;
}
span.roze1 {
	color: #e60e64;
	font-weight: bold;
}
span.groen {
	color: #9fcf67;
}
a:hover {
	text-decoration: none;
}
html, body {
	height: 100%;
}
body {
	background: #fff url(../images/template/bg.gif) repeat-x 0 143px; 
}
header, section, footer, aside, nav, article, figure {
	display: block;
}

#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#site {
	width: 960px; height: auto;
	position: relative;
	margin: 0 auto;
	padding-bottom: 125px;
}
#site header {
	width: 960px; height: 280px;
	position: relative;	 	
}
header #logo {
	width: 330px; height: 134px;
	position: absolute;
	left: 0; top: 44px;
}
header #slogan {
	width: 566px; height: auto;
	position: absolute;
	right: 0; top: 44px;
	text-align: center; 
}	 
header .button {
	width: auto;
	height: 46px;
	position: absolute;
	top: 143px;
}
header .button.home {
	right: 130px;
	background: url(../images/template/home.png) 0 center no-repeat;	
}
header .button.contact {
	right: 20px;
	background: url(../images/template/contact.png) 0 center no-repeat;	
}
header .button a {
	line-height: 46px;
	padding: 0 0 0 32px;
	text-decoration: none;
	display: block;
}
header .button a span {
	line-height: 46px;
	display: block;
	color: #e60e64;
}
header .button a:hover span,
header .button a.active span {
	background: url(../images/template/stripe.gif) -1px 32px repeat-x;
}
header nav {
	width: 960px; height: 90px;
	position: absolute;
	left: 0; bottom: 0;
}
header nav a {
	width: 274px; height: 34px;
	position: relative;
	float: left;
	display: block;
	background: url(../images/template/sprite_nav.png) no-repeat;
	line-height: 20px; 
	padding: 56px 0 0 46px; 
	color: #aaa;
	text-decoration: none;	
}	
	
header nav a.gunghomethode {
	background-position: 0 0;
}
header nav a.gunghomethode:hover,
header nav a.gunghomethode.active { 
	background-position: 0 -90px;
}
header nav a.oprichter {
	background-position: -320px 0;
}
header nav a.oprichter:hover, 
header nav a.oprichter.active {
	background-position: -320px -90px;
}
header nav a.diensten {
	background-position: -640px 0;
}
header nav a.diensten:hover,
header nav a.diensten.active {
	background-position: -640px -90px;
}	
header nav a:hover,
header nav a.active {
	color: #fff;
	text-decoration: underline;
}
#site section {
	width: 960px; height: auto;
	position: relative;
	padding: 20px 0 0 0;	
}
section .column {
	width: 280px; height: auto;
	position: relative; 
	float: left;
	margin: 0 19px 0 0; 
	padding: 5px 0 24px 20px;
	border-left: 1px solid #ecdae2;	 	
}
section .columnempty {
	width: 320px; height: auto;
	position: relative;
	float: left;

}
section .columnwide {
	width: 570px; heigt: auto;
	position: relative;
	float: left;
	padding: 5px 49px 24px 20px;
	border-left: 1px solid #ecdae2;
	border-bottom: 1px solid #ecdae2;
}
section .columnwide p img,
section .columnwide img {
	margin-top: 25px;
}
section .columnwide ul {
	margin-bottom: 20px;
}
section .columnwide ul li {
	background: url(../images/template/list_item.gif) no-repeat 0 10px;
	padding-left: 15px;
}
a.button {
	width: 110px; height: 22px;
	position: absolute;
	right: 0; bottom: -11px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #464646;
	background: url(../images/template/button.gif);
}	
section .column .shadow_image {
	margin: 0 0 0 -30px;

}
#site aside {
	width: auto; height: auto;
	position: relative;
	float: left;
}
#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
footer {
	width: 100%;
	height: 75px;
	position: absolute;
	bottom: 0px !important;
	bottom: -1px;
	left: 0;
	border-top: 1px solid #ecdae2;

}
footer #content {
	width: 960px; height: 75px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	line-height: 75px;
	font-size: 11px;
}
footer #content a {
	color: #6e6e6e;
	font-size: 11px;
	text-decoration: none;
}