html {
	height: 100%;
	padding: 0;	
	color: #10516d;
	background: #fff url("images/bg.png") repeat-x top left;
	font: 12px/24px "Trebuchet MS", Sans-Serif;
}

body {
	position: relative;
	height: 100%;
	width: 1015px;
	background: url("images/body_bg.png") no-repeat top center;
	margin: 0 auto;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 -8px -29px -8px; /* the bottom margin is the negative value of the footer's height */
	background: url("images/wrapper_bg.png") repeat;
	padding: 0 8px;
}
.push {
	height: 29px; /* .push must be the same height as .footer */
	clear: both;
}

div#container {
	position: relative;
	height: 100%;
	background: url("images/container_bg.png") 0 141px repeat-x;
	margin: 0 8px;
}

/* Link opmaak */
a {
	color: #10516d;
	text-decoration: none;
}
a:hover {
	color: #10516d;
	text-decoration: underline;
}
/* /Link opmaak */

/* Clear */
.clear {
	width: 1px;
	height: 1px;
	clear: both;
}
/* /Clear */

/* Images */
img {border: 0;}
/* /Images  */

/* Alinea */
p {
	margin: 0;
	padding: 7px 0;
}
form p {padding: 0;}
/* /Alinea  */

/* Header  */
div#header {
	position: relative;
	height: 239px;
	background: url("images/header_bg.jpg") no-repeat 163px 0;
	padding: 0;
}
div#header dl {
	float: left;
	height: 35px;
	margin: 141px 0 0 0;
	padding: 0 0 0 21px;
	line-height: 35px;
	list-style: none;
}
div#header dt {
	float: left;
	width: 84px;
	padding: 0;
}
div#header dd {
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
}
ul#contact {
	float: right;
	width: 234px;
	margin: 22px 0 0 0;
	padding: 0;
	list-style: none;
}
ul#contact li {line-height: 21px;}
#mshift {
	position: absolute;
	top: 0;
	left: 0;
	margin: 21px 0 0 0;
	padding: 0;
}
/* /Header */

/* Left */
div#left {
	position: relative;
	float: left;
	width: 141px;
	margin: -45px 0 0 0;
	padding: 0 0 0 23px;
	z-index: 9;
}
/* Menu  */
ul#menu {
	margin: 0;
	padding: 0;
	font: bold 16px/40px "Trebuchet MS", Sans-serif;
	list-style: none;
}
ul#menu li a {color: #004563;}
ul#menu li a:hover, ul#menu li.active a {
	color: #f26522;
	text-decoration: none;
}
/* /Menu */

/* /Left  */

/* Right */
div#right {
	float: left;
	width: 219px;
	margin: -79px 0 0 0;
}
div#right img {background: #F26522;}
div#right .blog {
	width: 209px;
	color: #000;
	margin: 3px 0 0 0;
	padding: 5px;
}
div#right .blog img {background: none;}
div#right strong {
	display: block;
	color: #f26522;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 4px;
	clear: both;
}
ul#right {
    padding: 0;
    margin-top: 0px
    margin-left: 6px;
    margin-bottom: 0px;
    list-style: none;}
ul#right li a {margin: 0 0 0 7px;}
/* /Right  */

/* Content */
div#content {
	float: left;
	width: 561px;
	background: url("images/content_bg.png") repeat-y left;
	margin: 17px 30px 0 0;
}
div#content strong {
	display: block;
	color: #f26522;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}
div#content .top {background: url("images/content-top.png") top left no-repeat;}
div#content .bottom {
	min-height: 392px;
	background: url("images/content-bottom.png") bottom left no-repeat;
	padding: 0 60px 0 39px;
}
ul#tabs {
	height: 40px;
	margin: 0;
	padding: 0;
	font: bold 14px "Trebuchet MS", Sans-serif;
	list-style: none;
}
ul#tabs li {float: left;}
ul#tabs li a {margin: 0 5px 0 4px;}
ul#tabs li a:hover, ul#diensten li.active a {
	color: #f26522;
	text-decoration: none;
}
#tabs li a{color:#10516d;}
#tabs li a.active,a:hover{color:#f26522;outline:none;border-bottom:0;}
/* /Content  */

/* Footer */
div#footer {
	height: 29px;
	color: #004563;
	background: #F57E20 url("images/footer_bg.png") repeat-x;
	font: 11px/29px "Arial", Sans-serif;
	padding: 0 27px;
	clear: both;
}
div#footer a {color: #004563;}
div#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#footer ul li {float: left;}
div#footer ul li a {padding: 0 3px;}
div#footer a:hover {
	color: #fff;
	text-decoration: none;
}
div#footer span {
	float: right;
}
/* /Footer  */
/*  Rules */
#start .start, #profiel .profiel, #werkwijze .werkwijze, #diensten .diensten, #netwerk .netwerk, #contact .contact
{
	color: #f26522;
	text-decoration: none;
}

