html{height: 100%;}
body{
	background: #fff;
	margin: 0;
	height: 100%;
}

a {
color:#111;
text-decoration:underline;
}
a:hover, a:visited {
color:#111;
text-decoration:underline;
}
a:active, a:focus {
outline-style:none;
outline-width:0;
text-decoration:none;
}

ul, li{
	list-style: none;
	padding: 0;
	margin: 0;
}

#content li {
list-style: disc;
margin-left:15px;
	font: 12px Arial, sans-serif;
	line-height: 20px;

}

p, span, h1{
	margin: 0;
	padding: 0;
}

#main{
	width: 976px;
	margin: 0 auto;
	background: url(../images/main.gif) repeat-y;
	padding: 0 32px 0 32px;
	min-height: 100%;
}

* html #main{height: 100%;}

#header{
	width: 976px;
	height: 149px;
	padding-bottom: 41px;
	background: url(../images/header.gif) repeat-x;
}

#header .logo{
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
	width: 228px;
	height: 74px;
	position: relative;
	top: 24px;
	left: 61px;
	overflow: hidden;
}

#header .contact{
	display: block;
	width: 121px;
	height: 27px;
	background: url(../images/contact.gif) no-repeat;
	text-indent: -9999px;
	float: right;
	margin-top: 10px;
}

#header .contact:hover{
	background-position: 0 100%;
}

	/* navigation */
#navigation{
	overflow: hidden;
	clear: both;
	padding: 10px 0 0 58px;
}

#navigation li{
	float: left;
	margin-right: 3px;
}

#navigation li a{
	display: block;
	width: 120px;
	height: 28px;
}

#navigation li a span{
	display: none;
}

#navigation li a.activ{
	background: url(../images/nav-li-activ.gif) no-repeat 0 0 !important;
}

#navigation li a.activ2{
	background: url(../images/nav-li-activ2.gif) no-repeat 0 0 !important;
}

#navigation li a.activ3{
	background: url(../images/nav-li-activ3.gif) no-repeat 0 0 !important;
}

#navigation li a.activ4{
	background: url(../images/nav-li-activ4.gif) no-repeat 0 0 !important;
}

#navigation li a.li-1{
	background: url(../images/nav-li-1.gif);
}

#navigation li a.li-2{
	background: url(../images/nav-li-2.gif);
}

#navigation li a.li-3{
	background: url(../images/nav-li-3.gif);
}

#navigation li a.li-4{
	background: url(../images/nav-li-4.gif);
	width: 93px;
}

#navigation li a:hover{
	background-position: 0 100%;
}


	/* content*/
#content{
	width: 915px;
	background: #89D8F7;
	padding: 0 0 211px 61px;
	overflow: hidden;
}


	/* COLUMN-1*/
#content .column-1{
	width: 400px;
	float: left;
	margin-right: 40px;
	padding-bottom: 109px;
}

#content h1{
	background: url(../images/welkom.gif) no-repeat;
	height: 29px;
	width: 343px;
}

#content h1.watdoenwe{
	background: url(../images/watdoenwe.gif) no-repeat;
}

#content h1.werkwijze{
	background: url(../images/werkwijze.gif) no-repeat;
}

#content h1.ervaring{
	background: url(../images/ervaring.gif) no-repeat;
}

#content h1.contacthdr{
	background: url(../images/contacthdr.gif) no-repeat;
}

#content h1 span{
	display: none;
}

#content p, #content table{
	font: 12px Arial, sans-serif;
	line-height: 20px;
	color: #000;
	margin: 18px 0 2px 0;
}

#content table{

	line-height: 28px;
}



.column-1 a.button{
	display: block;
	background: url(../images/button.gif) no-repeat;
	height: 24px;
	width: 113px;
	padding: 6px 0 0 23px;
	margin-top: 31px;
	font: 12px Arial, sans-serif;
	color: #000;
}

.column-1 a.button:hover{
	background-position: 0 100%;
}

	/* COLUMN-2*/
#content .column-2{
	padding: 0px 75px 109px 0;
	width: 400px;
	height:275px;
	float: left;
	background: url(../images/column-2.gif) no-repeat 100% 9px;
	font: 11px Arial, sans-serif;
}

* html #content .column-2, *+html #content .column-2{
	padding-top: 46px;
}

	/* footer*/
#footer{
	background: url(../images/footer.gif) no-repeat;
	height: 211px;
	width: 1040px;
	margin: -211px auto 0;
	position: relative;
}

#footer .copy{
	font: 11px Arial, sans-serif;
	color: #7A7A7A;
	padding: 0 0 0 112px;
	position: relative;
	top: 19px;
}