html {
	height: 100%;
	width: 100%;
}
body {
	position: relative;
	min-height: 100%;
	color:#333;
	font:12px Verdana, Geneva, sans-serif  ;
	margin:0;
	background:#fff;
}
* html body {height: 100%;}
#bg1 {
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0;
	background:#bebfc1;
	z-index: 1;
}
#bg2 {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background:url(../images/bg-body.gif) repeat-y 50% 0;
	left: 0;
	top: 0;
}
#wrapper {
	width: 955px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}

a.txt{
	text-decoration:underline;
	color:#e85437;
}

a.text:hover{
	color:#e85437;
}
img{border-style:none;}
.image{
	float:left;
	padding-right:20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#header{
	overflow:hidden;
	width:896px;
	background:url(../images/bg-header.png) no-repeat;
	padding:9px 0 0 59px;
	height:251px;
}
#header .logo{
	float:left;
	margin:0;
	width:595px;
	height:183px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
	cursor:pointer;
}
#header .logo a{
	display:block;
	height:100%;
	text-indent:-9999px;
}
#main{
	overflow:hidden;
	width:825px;
	margin:-73px 0 0 58px;
	position:relative;
}
#main .b,
#main .t{
	overflow:hidden;
	height:23px;
	text-indent:-9999px;
	width:100%;
}
#main .t{background:url(../images/bg-main-t.png) no-repeat;}
#main .b{background:url(../images/bg-main-b.png) no-repeat;}
#main .c{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-main-c.png) repeat-y 100% 0;
}
#content{
	float:right;
	width:539px;
	padding:21px 50px 34px 25px;
	line-height:16px;
}
#content h2{
	margin:0 0 26px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#e85437;
}
#content p{margin:0 0 13px;}
.text-holder{
	overflow:hidden;
	height:1%;
	margin:0 0 9px;
}
.text-holder .alignleft{
	float:left;
	margin:3px 8px 0 0;
}
* html .text-holder .alignleft{position:relative;}
#sidebar{
	float:left;
	width:170px;
	padding:22px 0 0;
}
#nav{
	margin:0;
	padding:0;
	list-style:none;
	line-height:16px;
}
#nav li{
	margin:0 0 14px;
	height:1%;
	overflow:hidden;
}
#nav a{
	padding:0 0 0 22px;
	float:left;
}
#nav a span{
	float:left;
	cursor:pointer;
}
#nav li.active a,
#nav a:hover{
	background:url(../images/bg-nav.gif) no-repeat 0 3px;
	text-decoration:none;
	color:#e85437;
}
#footer{
	width:951px;
	font-size:10px;
	line-height:12px;
	color:#666;
	padding:7px 0 30px;
	
}
#footer p{margin:0;float:right;
padding-right:80px;
	}
#footer a{color:#666;}

.referentie{
	color:#e85437;
	letter-spacing:1px;
	font-style:italic;
}
