

/* --- Load: style.css --- */

* {
	font-family: Tahoma;
	font-size: 10pt;
}
body {
	background-color: #4f525b;
	background-image: url('bg.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;	
	overflow-y: scroll;
	overflow-x: auto;

}
h1 {
	font-size: 14pt;
	margin-left: 10px;
	margin-bottom: 30px;
}
.main {
	width: 950px;
	height: 800px;
	margin-top: 80px;
}
.top {

}
.toptbl {
	width: 100%;
	height: 100%;
}
.logo {
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 442px;
}
.menutd {
	vertical-align: bottom;
	text-align: right;
	padding-right: 25px;
}
.menu {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 30;
	height: 100%;	
}
.menu li {
	background-color: #fe000c;
	background-image: url('knop.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 15px;
	padding-right: 15px;
	
	margin: 0;
	margin-right: 1px;
	list-style: none;
	float: right;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	color: #fff;
}
.head {
	height: 320px;
	border: 5px solid #5e606c;
	border-bottom: 0px solid #5e606c;
	background-color: #f4f4f4;
	background-image: url('grad2.jpg');
	background-repeat: repeat-x;
}
.headtbl {
	height: 100%;
	width: 100%;
	display: none;
}
.headtd {
	width: 900px;	
}
#slider {
	border: 1px solid #b0b1b7;
}
.content {
	vertical-align: top;
	padding: 25px;
	padding-bottom: 30px;
	height: 400px;
	border: 5px solid #5e606c;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #fff;
	background-image: url('gradcontent.jpg');
	background-repeat: repeat-x;
	background-position: top;

}
.footer {
	background-color: #464850;
	height: 100px;
}
.adres {
	height: 100%;
}
.adres td {
	text-align: left;
	vertical-align: top;
	color: #fff;
	padding: 15px;
	padding-bottom: 25px;
}

.copy {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
	text-align: center;
	color: #7c7d81;
	font-size: 9pt;
}
.copy a:link, .copy a:hover, .copy a:active, .copy a:visited {
	text-decoration: none;
	color: #7c7d81;
}

.kader {
	background-color: #e9e9e9;
	background-image: url('knop.png');
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	padding-bottom: 15px;
}
.kader li {
	padding-right: 25px;
}
.kader h2 {
	font-weight: bold;
	font-size: 11pt;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 27px;
	white-space: nowrap;
}

.contactmain td{
	vertical-align: bottom;
	height: 10px;
}
.contactmain input {
	width: 200px;
}
.contactmain textarea {
	width: 400px;
	height: 95px;
}
.contactroute {
	width: 100%;
}
.contactroute td {
	vertical-align: top;
}

.certtbl {
	width: 100%
}
.certtbl td {
	text-align: center;
}

.imgtbl {
	width: 100%;
}
.imgtbl td {
	text-align: center;
	vertical-align: top;
}

.leesverder {
	width: 100%;
	text-align: right;
	margin-top: 8px;
}

.nieuwstbl {
	width: 100%;
}
.nieuwslist {

}
.nieuwslist li {
	white-space: nowrap;
	vertical-align: top;
}
.nieuwsbericht {
	padding-left: 30px;
	vertical-align: top;
}
.nieuwsbericht h3 {
	margin: 0px;
	font-size: 11pt;
}
.nieuwsdatum {
	color: #8b8b8b;
	font-size: 8pt;
}

A:active {
	color : #000;	
	outline: none;
	text-decoration: underline;
}
A:link {
	color : #000;
	text-decoration: underline;
}
A:visited {
	color : #000;
	text-decoration: underline;
}
A:hover {
	color : #e32119;
	text-decoration: underline;
}

/* --- Load: flexdropdown.css --- */

.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Tahoma;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
background: #e32119;
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
font-size: 8pt;
display: block;
width: 117px; /*width of menu (not including side paddings)*/
color: #fff;
border-bottom: 0px solid black;
text-decoration: none;
padding: 10px 5px 10px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
font-family: tahoma;
font-size: 8pt;
display: inline-block;
width: 123px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
color: #fff;
background-color: #a8aeb0;
}
.flexdropdownmenu li:last-child a:hover{
color: #fff;
background-color: #a8aeb0;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
}
}
.flexdropdownmenu li a:link, .flexdropdownmenu li a:hover, .flexdropdownmenu li a:active, .flexdropdownmenu li a:visited {
color: #fff;
text-decoration: none;
}

.rightarrowclass{
position: absolute;
top: 12px;
right: 5px;
}

/* --- Load: slider.css --- */

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:900px;
	height:275px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(btn_next.gif) no-repeat 0 0;	
	}

/* --- Load: nivo-zoom.css --- */

/*
 * jQuery Nivo Zoom v1.0
 * http://nivozoom.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * April 2010
 */
 
.nivoZoomHover {
	position:absolute;
	top:0px;
	left:0px;
	z-index:9;
	width:100%;
	height:100%;
	cursor:pointer;
}
.nivoCaption {
	display:none;
	position:absolute;
	z-index:110;
	text-align:center;
	background:#010101;
	color:#fff;
	padding:4px 0;
	overflow:hidden;
}

