html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#FFF;
}
.content {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.header {
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:85px;
	text-align:right;
}
.header a {
	margin-left:0px;
	display:inline-block;
	margin-right:0px;
	font-weight:bold;
	color:#511D67;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	line-height:40px;
}
.homebox {
	display:block;
	float:left;
	height:75px;
	width:275px;
	position: absolute;
	top: 10px;
	left:0px;
}
.navigatie {
	height:25px;
	width:900px;
	padding-left:75px;
	padding-top:15px;
}
.navigatie a {
	color:#715700;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:15px;
	padding-right:15px;
	background-image:url(../img/paars.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
}
.navigatie a:hover {
	color:#511D67;
	background-image:url(../img/paars.gif);
}
.navigatie .actief {
	color:#511D67;
	background-image:url(../img/bruin.gif);
}
.homecontent {
	background-image:url(../img/home.gif);
	height:294px;
	margin:0px;
	padding-top:20px;
	padding-left:110px;
	padding-right:390px;
	color:#FFF;
	font-weight:bold;
	line-height:140%;
	font-size:13px;
}
.homeblok {
	background-image:url(../img/homeblok.gif);
	width:325px;
	background-position:top;
	height:125px;
	padding-left:150px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	border:none;
}
.homeblok:hover {
	background-position:bottom;
	cursor:pointer;
}
.homeblok img {
	float:left;
	margin-left:-135px;
	margin-top:-8px;
}
.homeblok h1 {
	font-size:13px;
	padding:0;
	margin:0;
}
.homeblok p {
	font-size:12px;
	padding:0;
	margin:0;
	line-height:160%;
}

.tickertape {
	height:28px;
	display:block;
	background-image:url(../img/tickertape.gif);
	background-color:#B8AC81;
	background-repeat:no-repeat;
	background-position:19px 0px;
	padding-left:110px;
	padding-right:80px;
}
.tickertape p {
	margin:0;
	padding:0;
	line-height:28px;
	color:#531B69;
	font-size:13px;
}
.tickertape span {
	color:#FFF;
}

.homeonder {
	background-image:url(../img/homeonder.gif);
	background-position: 1px 0px;
	background-repeat:no-repeat;
	height:179px;
	padding-left:110px;
	padding-top:10px;
}
.homeonder p {
	clear:both;
	padding-top:10px;
	color:#715700;
	line-height:140%;
}
.homeonder span, a {
	clear:both;
	color:#511D67;
	text-decoration:none;
}
.homeondernieuw {
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:980px;
}
.homeondernieuw h3{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	margin-top:-40px;
	line-height:40px;
}
.homeondernieuw p {
	clear:both;
	padding-top:10px;
	color:#715700;
	line-height:140%;
}
.homeondernieuw span, a {
	clear:both;
	color:#511D67;
	text-decoration:none;
}
#slider{}	
#slider ul, #slider li, #sliderhome ul, #sliderhome li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li, #sliderhome li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:491px;
	height:150px;
	overflow:hidden;
}	
#sliderhome li{ 
}		
		
p#controls, p#controls2{
	margin:0;
	position:relative;
} 
	
#vorige, #volgende{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:77px;
	position:absolute;
	left:-65px;
	top:-160px;
}	
#volgende{
	margin-left:31px;
}														
#vorige a, #volgende a{  
	display:none;
}	

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
color:#333;
}

#nav li {
float: left;
width: 165px;
color:#333;
}

#nav ul {
position: absolute;
width: 165px;
border-bottom:#ccc 1px solid;
left: -1000px;
color:#333;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
text-decoration: none;
width:158px;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
font-family: Arial, Helvetica, sans-serif;
}

ul a{
color: #511D66;
font-size:11px;
font-weight:bold;
line-height:20px;
padding-left:5px;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color:#333;
line-height:16px;
cursor: pointer;
color:#333;}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #fff;
background:none;
background-color:#511D67;
line-height:145%;
cursor: pointer;
width:160px;
}

ul li{
background-image:url(../img/dropdown.gif);
background-repeat:no-repeat;
}

ul ul li{
background:none;
background-color: #fff;
line-height:145%;
color:#333;
}
/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 

.backlink a{
	position:absolute;
	bottom:25px;
	left:-1000px;
	display:block;	
}

.agenda {
	height:158px;
	padding:25px;
	padding-top:40px;
	width:175px;
	display:inline-block;
	background-image:url(../img/home/agenda.gif);
	margin-right:27px;
	float:right;
	font-size:11px;
}
.agenda p{
	margin:0;
	padding:0;	
}
.agenda a{
	margin:0;
	padding:0;
	text-decoration:underline;
}
.banner {
	height:223px;
	width:225px;
	display:inline-block;
	background-image:url(../img/home/banner.gif);
	margin-right:26px;
	float:right;
}
.homenieuws a{
	text-decoration:underline;	
}
.homenieuws {
	height:158px;
	width:175px;
	padding:25px;
	padding-top:40px;
	display:inline-block;
	background-image:url(../img/home/nieuws.gif);
	margin-right:27px;
	float:right;
	font-size:11px;
}
.homenieuws p {
	margin-left:-7px;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:7px;
	background-image:url(../img/pijltjenieuws.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#715700;
}

.homecontact {
	height:208px;
	width:175px;
	padding-left:25px;
	padding-top:15px;
	padding-right:25px;
	display:inline-block;
	background-image:url(../img/home/contact.gif);
	float:right;
}

.eufoot {
	background-image:url(../img/home/drenthe.gif);
	background-repeat:no-repeat;
	background-position:0px 15px;
	width:800px;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	
}
.linkedin {
	position:absolute;
	top:5px;
	left:640px;
	width:35px;
	height:35px;
}
.linkedin a{
	background-image:url(../img/social/linkedin.jpg);
	width:35px;
	height:35px;
	display:inline-block;
}
.flicker {
	position:absolute;
	top:5px;
	left:680px;
	width:35px;
	height:35px;
}
.flicker a{
	background-image:url(../img/social/flicker.jpg);
	width:35px;
	height:35px;
	display:inline-block;
}
.twitter {
	position:absolute;
	top:5px;
	left:720px;
	width:35px;
	height:36px;
}
.twitter a{
	background-image:url(../img/social/twitter.jpg);
	width:35px;
	height:36px;
	display:inline-block;
}
.homecontent_splash {
	display:inline-block;
	background:url(../img/splash/temp.png);
	height:315px;
	width:980px;
	position:relative;
}
.homecontent_splash a.aanmelden {
	background:url(../img/splash/button.png);
	width:303px;
	height:57px;
	display:block;
	left:338px;
	position:absolute;
	top:250px;
}
.homecontent_splash a.sluiten {
	background:url(../img/splash/kruis.jpg);
	width:24px;
	height:25px;
	display:block;
	left:935px;
	position:absolute;
	top:275px;
}
a.wit {
	color:#fff;
	text-decoration:underline;
}
