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

body{
	margin: 0 auto;
	padding: 0;
	font: Arial, Helvetica, sans-serif;
	background: #f6f6f6;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
h1{
	font-weight: normal;
	font-size: 24px;
	padding: 25px;
	float: left;
	margin: 0;
}
div#container{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
div#contenttop{
	width: 1000px;
	background: url(../images/content_header.png) no-repeat top center;
	height: 25px;
	float: left;
	margin: 25px 0 0 0;
}
div#content{
	height: 615px;
	width: 968px;
	background: url(../images/content_repeat.png) repeat-y top center;
	float: left;
	padding: 0 16px 0 16px;
	position: relative;
}
.buttonright{
	display: block;
	height: 52px;
	width: 52px;
	background: url(../images/buttons.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 505px;
	z-index: 4;
}
.buttonright:hover{
	display: block;
	height: 52px;
	width: 52px;
	background: url(../images/buttons.png) no-repeat 0 -52px;
}
.buttonleft{
	display: block;
	height: 52px;
	width: 52px;
	background: url(../images/buttons.png) -52px 0 no-repeat;
	position: absolute;
	right: 0;
	top: 505px;
	z-index: 4;
}
.buttonleft:hover{
	display: block;
	height: 52px;
	width: 52px;
	background: url(../images/buttons.png) no-repeat -52px -52px;
}
div#slider{
	float: left;
	list-item: 0;
	margin: -8px 0 0 0;
	width: 967px;
	height: 560px;
	overflow: hidden;
	border-bottom: 1px #dddddd solid;
	z-index: 1;
}
a{
	color: #000;
	text-decoration: none;
	outline: none;
}
div#contentfooter{
	width: 1000px;
	background: url(../images/content_footer.png) no-repeat top center;
	height: 25px;
	float: left;
}
.textleft{
	float: right;
}
.text{
	position: absolute;
	text-indent: -9999px;
}
#contactgegevens{
	float: left;
	width: 250px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}