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

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #ff6600;
	background-image: url(../images/back-site.jpg);
	background-repeat:repeat-x;
}
		
.achtercontainer-top {
	position: relative;
	width: 100%;
	height: 300px;
	vertical-align: top;
}

.container-top {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: 300px;
	overflow:hidden;
	z-index:0;
}

.header {
	position:relative;
	float:left;
	margin: 0px;
	width: 530px;
	height: 298px;
	margin-top:2px;
}

.logo {
	position:relative;
	float:left;
	margin-left: 0px;
	margin-top: 60px;
	margin-bottom:75px;
	width: 340px;
	height: 165px;
	margin-right: 30px;
}

.achtercontainer-main {
	position: relative;
	width: 100%;
	height: auto;
	vertical-align: top;
	background-color:#FFFFFF;
	padding-bottom: 35px;
}
.container-main {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: auto;
	overflow:auto;
}

.menu {
	position:relative;
	float:left;
	width: 265px;
	height: 380px;
	background-image:url(../images/back-menu.jpg);
	background-repeat:no-repeat;
	padding-left:70px;
	padding-top:35px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	color: #ff6600;
	line-height: 36px;
}


.menu a {
	color: #b3b3b3;
	
}

.menu a:hover {
	color: #ff6600;
	
}



.content-right{
	position:relative;
	float:right;
	width: 530px;
	padding-top:32px;
}


.text{
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #000000;
}


.text a {
	color: #999999;
	
}

.menu a:hover {
	color: #ff6600;
	
}

.textkop{
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	line-height:24px;
	border-bottom-style:dotted;
	border-bottom-color:#FF6600;
	border-bottom-width:1px;
	
}

.image-left{
	float:left;
	margin-right:10px;
}

.image-right{
	float:right;
	margin-left:10px;
}

.aanbodvlak{
	position: relative;
	margin-bottom:10px;
	width:510px;
	height: auto;
	overflow:auto;
	background-color:#CCCCCC;
	padding:10px;
}

.aanbodvlak a{
	color:#333333;
}

.achtercontainer-footer {
	position: relative;
	width: 100%;
	height: auto;
	vertical-align: top;
	background-image:url(../images/back-footer.jpg);
	background-repeat:repeat-x;
	background-color: #ff6600;
}

.container-footer {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: 130px;
	overflow:hidden;
	padding-top: 15px;
}


.footer {
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #990000;
	line-height: 16px;
	}

.footer a {
	color: #990000;
	font-weight:bold;	
}
