/* HTML Tags*/
body{
	
	background: url('../images/body/background.png') no-repeat center 10px;
	background-color:#999;
        font-family:Arial, Helvetica, sans-serif;
        font-size:13px;
        line-height: 1.5em;
}
p, #content h3, #content ul{
    padding-bottom:1em;
	margin-left:91px;
	margin-right:91px;
}
/* Opmaak */
#site {
    margin: 10px auto 0px auto;
    width: 841px;
    min-height: 191px;
}

/* Header */
header{
	height:116px;
	background: url('../images/body/header_background.png');
}
header h1{
	height:90px;
}
header h2{
	height:25px;
	margin-left:451px;
}
/* Navigation */
nav{
	height:25px;
	background: url('../images/body/nav_background.png');
}
nav ol{
	display:block;
}
nav ol li{
	width:90px;
	text-align:center;
	height: 22px;
	padding: 3px 0px 0px 0px;
	display:block;
	float:left;
}
nav a{
	font-weight: bold;
	font-size: 16px;
	color:#fff;
	text-decoration:none;
}
nav a:hover{
	color: #999;
}
nav ol:after{
	clear:both;
}
/* Content Section */
#content, #content-diensten{
	width: 751px;
	min-height: 300px;
	background-color:#FFF;
	margin-left:90px;
	padding-top:1em;
	text-align:left;
	color:#000;
}
#content-diensten{
	padding-top:0px;
}
#content-diensten p{
	margin-left:0px;
}
h3.tab{
	font-size:1.2em;
	margin-left: 100px;
	margin-right: 25px;
	color:#069;
}
.photo-flows-right-of-text{
	float:right;
	margin-left:10px;
}
.photo-flows-left-of-text{
	float:left;
	margin-right:10px;
}
.CollapsiblePanelContent{
	margin:1em 0px 1em 0px;
}
/* Footer */
footer{
	height: 25px;
	width: 751px;
	margin-left:90px;
	background: url('../images/body/footer_background.png') repeat-x;
}
footer p{
	text-align:center;
	margin:0px;
	color:#fff;
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
}