﻿body
{
	background-color:#141212;
	margin: 2px 0px; 
	padding:0px;
	text-align:center;
}

#content
{
	width: 1000px;
	margin: 0 auto;
	background-color:#141212;
	font-family:arial,helvetica,sans-serif;
	
	position: relative;
	
	text-align:left;
	
}
#header
{
	top:0px;
	height: 150px;
	width: 100%;
	background-image: url("header.jpg");
	
	color: #ffffff;
	
}
#boven
{
	top:150px;
	width:100%;
	height:300px;

}
#tekst
{
	top: 450px;
	height: 500px;
	width:100%;
	float:left;
	font-size:13px;
	background-color:#141212;
	color:white;
}
#tekst2
{
	top: 450px;
	height: 300px;
	width:100%;
	float:left;
	font-size:13px;
	background-color:#141212;
	color:white;
}
#footer
{
	top:750px;
	height: 50px;
	width:100%;
	font-size:13px;
	color:white;
	text-align:center;
}
#nieuws
{
	top:450px;
	height:150px;
	width: 495px;
	float:left;
}
#rechts
{
	top:450px;
	height:150px;
	width:495px;
	float: right;
}
#menu
{
	top: 100px;
	left: 500px;
	height:25px;
	float:right;
	color: white;
	
}
.nieuws
{
	color: #82b71c;
}
#slideshow {
    position:relative;
    height:300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
a
{
	text-decoration:none;
	color:#ffffff;
}
a:hover
{
	text-decoration:underline;
	color:#ffffff;
	
}

