@charset "utf-8";
/* CSS Document */

/* layout div */
* {
	margin : 0;
	padding : 0;
}

html, body {
	height: 100%; /* héél belangrijk */
}

a:link{
	color:#990000;
	text-decoration:underline;
	font-weight: bold;
}

a:visited{
	color:#990000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color:#CC0000;
	text-decoration: underline;
	font-weight: bold;
}

.body{
	background-color:#990000;
	background-image:url(../images/bg_div_center.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}


#leftDiv { 
	float:left;
}

#rightDiv { 
	float:right;
}

#centerDiv { 
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	background-color:#FFFFFF;
	border-left: 1px #990000 solid;
	border-right: 1px #990000 solid;
	background-image:url(../images/bg_content.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float: none;
	
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}

.centerDivBanner{
	widht: 700px;
	height: 117px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

.centerDivMenu{
	widht: 700px;
	height: 40px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	padding-left: 0px;
	padding-top: 0px;
	background-color:#FFFFFF;
}

.centerDivFooter {
	width: 700px;
	height: 15px;
	float: none;
	bottom: 0px; /* heel belangrijk */
	border-top: 1px solid #990000;
}

.centerDivContent{
	widows: 700px;
	height: 460px;
}

.centerDivContentTop{
	width: 700px;
	height: 440px;
}

.centerDivContentBottom{
	width: 700px;
	height: 20px;
}


.centerDivContentDiensten{
	width: 700px;
	height: 460px;
}

.divDienstenTop{
	width: 700px;
	height: 120px;
}

.divDienstenBottom{
	width: 700px;
	height: 350px;
}

.img_right{
	border: 0px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.img_left{
	border: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
