body {
	background:url(../images/bg-site.png) top center no-repeat;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    color:#4c4c4c;
    font-size:12px;
    line-height:16px;
}

#container {
    width:980px;
    margin: 0 auto;
}
#header {
	background:url(../images/header-overlay.png) top center no-repeat;
    height: 410px;
    overflow: auto;
}
#logo {
	background:url(../images/logo.jpg) top center no-repeat;
	position:absolute;
    width:121px;
    height:119px;
	margin:58px 0 0 44px;
 z-index:10;
}
#tel {
	position:absolute;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:52px 0 0 842px;
    z-index:10;
}
#tel a {
	color:#fff;
}
#slider {
	position:absolute;
	width:960px;
    height:332px;
	margin:67px 10px 0 10px;
}
#headeroverlay {
    position:absolute;
    height:410px;
    width:980px;
    z-index:8;
}
#menu {
	position:absolute;
    height:40px;
    line-height:40px;
    font-size:14px;
	margin:111px 0 0 230px;
    z-index:10;
}
#menu li {
    float:left;
}
#menu a {
	display:inline-block;
    color:#fff;
}
#menu a span {
	display:inline-block;
    padding: 0 14px 0 15px;
}
#menu li.active a, #menu li a:hover {
	background:url(../images/bg-menuhover.jpg) bottom left no-repeat;
}
#menu li.active a span, #menu li a:hover span {
	background:url(../images/bg-menudiv.jpg) bottom right no-repeat;
}

#main {
    overflow:auto;
    padding: 0 0 20px 0;
}
#left-side {
	width:725px;
	float:left;
}

#content {
}
#boxes {
	margin:15px 0 0 5px;
}
.box {
    float: left;
    margin: 0 1px;
    width: 212px;
	height:160px;
	padding:18px 13px;
}

#boxes span.title {
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:0 0 20px 0;
}
.box.one {
	background: url("../images/bg-boxone.jpg") top center no-repeat;
}
.box.two {
	background: url("../images/bg-boxtwo.jpg") top center no-repeat;
}
.box.three {
	background: url("../images/bg-boxthree.jpg") top center no-repeat;
}

.text p, .text ul, .text ol, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    padding: 0 30px 15px 35px;
}
.text ul, .text ol{
    padding: 0 30px 15px 60px;
    list-style:disc;
}
.text ol{
    list-style:decimal;
}
.text table {
	margin: 0 30px 15px 35px;
}
.text td {
    vertical-align:top;
}
.text a, .box a {
    color:#7f0001;
}
.text a:hover, .box a:hover {
    text-decoration:underline;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size:14px;
	color:#7f0001;
}
.text h1 {
	height:42px;
	background:url(../images/bg-h1.png) top left no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding: 18px 0 0 25px;
}

.text h2 {
    font-size:16px;
}
.text h3 {
    font-size:15px;
}

#rightbar {
    float:right;
    width:255px;

}
#news {
	width:190px;
	margin:0 35px 0 30px;
}
#heading-right {
	background:url(../images/bg-nieuws.png) top right no-repeat;
	height:25px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:18px 0 0 20px;
}
#rightbar p {
	border-bottom:#e0e0e0 1px dotted;
	padding:15px 0;
}
#footer-wrapper {
	background:url(../images/bg-footer.jpg) bottom center no-repeat;
	height:173px;
}
#footer {
	width:980px;
	margin:0 auto;
	padding: 143px 0 0 0;
    clear:both;
    font-size:11px;
	color:#fff;
}
#footer a {
    color:#fff;
}
#footer a:hover {
    text-decoration:underline;
}



