*
body
{
	margin:0;
	padding:0;
	background-image:url(images/achtergrond.png);
	background-color:#d0d0d0;
	background-position:center 0px;
}

.clear
{
	clear:both;
}

h1
{
	font-size:20px;
	font-family:arial;
	line-height:30px;
	color:#585858;
}

#header
{
	background-color:#c6c6c6;
	height:125px;
}

#headercontent
{
	width:960px;
	margin:0 auto;
	padding:0;
}

#logo
{
	float:left;
}

#homebutton
{
	float:left;
	margin-left:165px;
}

#contactbutton
{
	float:right;
	margin-top:15px;
}

#zwartebalk
{
	background-color:#000;
	height:10px;
}


#content
{
	width:960px;
	margin:0 auto;
	padding:0;
}

h1
{
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:25px;
	color:#FFF;
	text-align:center;
	padding-top:10px;
}

h2
{
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:20px;
	color:#000;
	margin-top:5px;
	padding-left:320px;
	float:left;
}

#boder
{
	padding-top:10px;
	padding-bottom:20px;
}

#textblok
{
	width:312px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}


#slideshow {
position:relative;
height:450px;
width:615px;
float: right;
margin-top: 15px;
border: solid 3px #C6C6C6;
}
#slideshow .slide {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
}
#slideshow div.active {
z-index:10;
opacity:1.0;
}
#slideshow div.last-active {
z-index:9;
}



#contact
{
	height:115px;
	width:100%;
	background-color:#ffed00;
	float:left;
	margin-top:30px;
}

#button
{
	float: left;
	background-image: url(images/button.png);
	padding: 0 0 0 0;
	margin-left: -400px;
	width: 197px;
	height: 50px;
}

#button:hover
{
	background-image: url(images/button_actief.png);
}

#logo2
{
	float:left;
	margin-left: 400px;
	margin-top: -18px;
}

#telefoon
{
	float:left;
	margin-left: 160px;
	margin-top: -10px;
}
#teltext
{	
	float:left;
	margin-left:20px;
	margin-top:-15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

#boder2
{
	float:left;
	padding-top:40px;
	padding-bottom:10px;
}

#footerleft
{
	float:left;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:480px;
	color:white;
}

#footerright
{
	float:right;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:480px;
	color:white;
	text-align:right;
	margin-top:10px;
	margin-bottom:20px;
}

a
{
	float:right;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:white;
	text-align:right;
}

#contact a{
  width: 480px;
}

a:hover
{
	color:#FFEF00
}

#slide_navigation{
width: 610px;
float:right;
}

#prev{
width: 50px;
float:left;
}

#next{
float: right;
}



