.text {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FF9900;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF9900;
	font-size: 10px;

}
.newsBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: 11px;
}
.newsBlack {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 10px;
}
.newsBlackBOLD {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
	font-size: 10px;
}
.sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}
.sitemap:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}
.sitemap:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}
.sitemap:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}
.sitemap:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}

a.leesverderInfo	{
	color: #E94734;
	display: block;
	padding-left: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../afbeeldingen/hangmat/pijloranje.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	}
a.leesverderInfo:hover {
	color: #303030;
	background-image: url(../afbeeldingen/hangmat/pijlblack.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a.leesverderInfo:hover * {
	color: #2187c5;
	}
	h1.headingspecial {
		margin: 15px 15px 0px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #E94734;
		font-weight: bold;
	}
	
	h2.headingspecial {
		margin: 25px 15px 0px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #E94734;
		font-weight: bold;
	}
	
	p.pspecial {
		margin-left: 15px;
		margin-right: 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #000080;
		font-weight: normal;
	}
	
	/*** Aan te passen ***/
	a#button {
		font-size: 12px;
		color: #E94734;
		font-weight: bold;
		cursor: pointer;
	}
	
	div#toggleList li.linkslistitem a {
		color: #E94734;
		text-decoration: none;
	}
	
	div#toggleList li.linkslistitem a:hover {
		color: #E94734;
		text-decoration: underline;
	}
	
	/*** Standaard ***/
	
	div#toggleList {
		width: 100%;
		font-weight: normal;
		display: block;
	}
	
	div#toggleList ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
		text-align: center;
	}
	
	div#toggleList ul li {
		width: 32%;
		float: left;
	}
	
	div#toggleList br.clear {
		border: none;
		height: 0px;
		clear: both;
	}
	
	ul#sitemaplist li.linkslistitem a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #E94734;
		text-decoration: none;
	}
	
	ul#sitemaplist li.linkslistitem a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #E94734;
		text-decoration: underline;
}





/*slider */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:998px;
    height:317px;
    margin:0 auto;
    padding-top:0px;
    margin-top:0px;
}

#slider {
	position:relative;
   	width:873px;
   	height:317px;
   	margin-left:0px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:none;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	text-align:left;
	font-family: Times,Verdana, Arial, Helvetica, sans-serif;
	font-weight: Bold;
	color: #ffffff;
	font-size: 20px;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
