@charset "iso-8859-1";


input, textarea, select
{
    font-family: verdana;
	font-size: 11px;
	color: #666666;
	padding: 1px;
	border: 1px solid #666666;
}


hr
{
	width: 80%;
	height: 0px;
	border: 0px;
	color: #92B221;
	background-color: #92B221;
}


/* highlide gebied  */

.thumbwrapper .highslide {
	outline: none;
}
.textwrapper .highslide {
	font-size: 11pt;
	display: block;
	text-align: center;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.gallery-examples .highslide-active-anchor img {
	visibility: visible;
	border-color: #000000;
}
.highslide img {
	border: 1px solid gray;
	cursor: url(/highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide:hover img {
	border: 1px solid silver;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {

}
.highslide-heading {
	display: none;
	padding: 10px 10px 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	cursor: default !important;
}
.highslide-caption {
	display: none;
	border-top: none;
	padding: 0 10px 10px 10px;
	background-color: white;
	text-align: justify;
}
.highslide-dimming {
	background: #000000;
	position: absolute;
	width: 100%;
	visibility: hidden;
}
.highslide-loading {
	display: block;
	color: #000000;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #000000;
	background-color: white;

	padding-left: 22px;
	background-image: url(/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
.control {
	padding-left:20px;
	padding-top:20px;
	font-size: 9px;
	text-decoration: none;
	color:#000000;
}

.control A:link {

	font-family: verdana;
	color: #000000;	
	text-decoration: none;
	}
	
	.control A:visited {
	font-family: verdana;
	color: #000000;	
	text-decoration: none;
	}
	
	.control A:hover {
	font-family: verdana;
	color: #666666;
	text-decoration: none;
	}
	
	.control A:active {
	color: #000000;	
	text-decoration: none;
	}
	
.control:hover {
	color: #000000 !important;
}
.highslide-move {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}
a.highslide-full-expand {
	background: url(/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 44px;
	height: 44px;
}
.highslide-overlay {
	display: none;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 7px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-previous-next {
	text-align: center;
	padding-bottom: 5px;
}
.highslide-previous-next a {
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	padding: 0 20px;
}
.highslide-html {
	border: 1px solid white;
	background-color: white;
}
.highslide-html-blur {
	border: 1px solid silver;
}
.highslide-html-content {
color:#000000;
	position: absolute;
	display: none;
}
.highslide-maincontent {
	display: none;
	cursor:pointer;
}

/* Self rendering */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
	width: 200px;

}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: #000000;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/highslide/graphics/resize.gif);
	position: relative;
	top: 0.5em;
	left: 0.5em;
}
.highslide-wrapper .highslide-body {
}

/* Individual CSS-classes: no border */
.highslide-no-border {
	background-color: #000000;
}
.highslide-no-border .highslide-image {
	border: none;

}
.highslide-no-border .highslide-html {
	border: none;

}
.highslide-no-border .highslide-caption {
	border: none;
	color: white;
	font-weight: bold;
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
}
.highslide-no-border .highslide-caption code {
	color: white;
}

/* Individual CSS-classes: white */
.highslide-white {
	background-color: white;
}
.highslide-white .highslide-image {
	border: 1px solid white;

}
.highslide-white .highslide-caption {
	background-color: white;
}
.highslide-white .control, .highslide-white .control * {
	color: #000000;
}
.highslide-white .highslide-html {
	border: 2px solid white;
}

/* Individual CSS-classes: glossy-dark */
.glossy-dark {
	background-color: #101010;
}
.glossy-dark .highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: #000000 #000000 #202020 #000000;
}
.glossy-dark .highslide-caption {
	background: #101010;
	padding: 5px 0 5px 0;
}
.glossy-dark div {
	color: silver;
}

/* Individual CSS-classes: narrow border */
.highslide-narrow-border {
	background: white;
}
.highslide-narrow-border .highslide-image {
	border: 2px solid white;
}
.highslide-narrow-border .highslide-caption {
	background-color: white;
}

/* Individual CSS-classes: drag-header */
.drag-header .highslide-header {
	position: relative;
	border-bottom: 1px solid silver;
}
.drag-header .highslide-move {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 14px;
	width: 80%;
}
.drag-header .highslide-move span {
	display: none;
}
.drag-header .highslide-footer {
	display: none;
}

/* Individual CSS-classes: black border */
.highslide-black-border {
	background: white;
}
.highslide-black-border .highslide-image {
	border: 2px solid #655F2F;
}
.highslide-black-border .highslide-caption {
	border: 2px solid #655F2F;
	border-top: none;
	background-color: white;
	color: #333;
}

/* Individual CSS-classes: specified blur style */
.highslide-blur-example {
	background-color: white;
}
.highslide-blur-example .highslide-image-blur {
	border-color: silver;
}

.highslide-blur-example .highslide-caption-blur {
	border-color: silver;
}

.html-header {
	background-image: url(/highslide/graphics/header-background.gif);
	cursor: default;
	height: 18px;
	padding: 2px;
}
.highslide-html-blur #highslide-html-7-header {
	background-image: url(/highslide/graphics/header-background-blur.gif);
	height: 18px;
	padding: 2px;
}

.highslide-dimming {
	background-color: #000000;
}

.titelhs	{
	color:#FFFFFF;
	background-color: #324b78;
	border:5px solid #324b78;
}

.titelhs A:link {
	font-family: verdana;
	font-size: 14px;
	color: #FFFFFF;	
	text-decoration: none;
	
	}
	
	.titelhs A:visited {
	font-family: verdana;
	font-size: 14px;
	color: #FFFFFFF;	
	text-decoration: none;
	}
	
	.titelhs A:hover {
	font-family: verdana;
	font-size: 14px;
	color: #FFFFFFF;
	}
	
	.titelhs A:active {
	font-size: 14px;
	color: #FFFFFFF;	
	text-decoration: none;
	}


/* einde highslide */

.contactformulier
{
	background-color: 000000;
	-moz-opacity:0.8;
	filter:Alpha(Opacity=80);
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	width: 180px;
	border: 1px solid #ffffff;
}

.contactinhoud
{
    background-color: ffffff;
	width: 180px;
	-moz-opacity:0.8;
    filter:Alpha(Opacity=80);
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #ffffff;
}

	
.titel {
	FONT-SIZE: 16px;
	COLOR: #373737;
	LINE-HEIGHT: 17px;
	LETTER-SPACING: 2px;
}



	/* HOOFDCONTENT  */			 
	
	.hoofdcontent {
	width: 551px;
	FONT-SIZE: 11px;
	overflow-x: hidden;
	FONT-WEIGHT: normal;
	font-family: verdana;
	color: #373737;
	padding-bottom:20px;
	text-align:justify;
	line-height: 18px;
	}

	
	.hoofdcontent A:link {
	font-family: verdana;
	font-size: 11px;
	color: #272727;
	text-decoration: none;
	}
	
	.hoofdcontent A:visited {
	font-family: verdana;
	font-size: 11px;
	color: #272727;	
	text-decoration: none;
	}
	
	.hoofdcontent A:hover {
	font-family: verdana;
	font-size: 11px;
	color: #373737;
	text-decoration: underline;
	}
	
	.hoofdcontent A:active {
	font-size: 11px;
	color: #272727;	
	text-decoration: none;
	}
	
	
	/* EINDE HOOFDCONTENT  */

	



	.verder	  {
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #ff9900;	
	text-decoration: none;
    }
	
	.verder	A:link  {
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #ff9900;	
	text-decoration: none;
    }

	.verder	A:visited  {
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #ff9900;	
	text-decoration: none;
    }

	.verder	A:hover  {

	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #c0c0c0;	
	text-decoration: none;
    }
	
	.verder	A:active  {
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;	
	text-decoration: none;
    }
	
	.td_metn_randje  {
	width: 110px;
	height:110px;
	border:1px solid #3f4b25;
	text-align:center;
	vertical-align:middle;
	}
	
	.fotorandje  {
	border:1px solid #33333;
	}
	
	.fotorandjuh  {
	border:1px solid #ff9900;
	}
	
	.popupje_titel  {
	font-family: verdana;
	font-size: 16px;
	color: #747b4e;
	}
	
	.publicatiedatum {
	font-style:italic;
	color: #CCCCCC;
	}


/* Laatste Nieuws  */

	.nieuws_titel {
	font-family: verdana;
	font-size: 11px;
	color: #94A56B;
	}	
	
    .nieuws_titel A:link {
	font-family: verdana;
	color: #94A56B;
	text-decoration:none;
	}
	
	.nieuws_titel A:visited {
	font-family: verdana;
	color: #94A56B;
	text-decoration:none;
	}	
	
	.nieuws_titel A:hover {
	font-family: verdana;
	color: #C2CDAB;
	text-decoration:none;
	}	
	
	.nieuws_titel A:active {
	font-family: verdana;
	color: #94A56B;
	text-decoration:none;
	}	
	
	
	.nieuws_datum {
	font-family: verdana;
	font-size: 10px;
	font-style: italic;
	color: #7A8A55;
	}	
	
	.nieuws_description {
	font-family: verdana;
	font-size: 10px;
	color: #5c5c5c;
	}	
	
    .nieuws_description A:link {
	font-family: verdana;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:none;
	}
	
	.nieuws_description A:visited {
	font-family: verdana;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:none;
	}	
	
	.nieuws_description A:hover {
	font-family: verdana;
	font-size: 10px;
	color: #999999;
	text-decoration:undeline;
	}	
	
	.nieuws_description A:active {
	font-family: verdana;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:none;
	}
	
	.specs {
	border:solid 1px;
	border-color:#999999;
	}
	
	.specs_td {
	padding: 4px;
	border-bottom: solid 1px;
	border-color:#999999;
	}
	
	.specs_td_bottom {
	padding: 4px;
	}
	


.extra_info {
	font-size: 12px;
	color: #939454;
	text-decoration: underline;
   }
   
.extra_info A:link {
	font-size: 12px;
	color: #939454;
	text-decoration: underline;
   }
   
.extra_info A:visited {
	font-size: 12px;
	color: #939454;
	text-decoration: underline;
   }
   
.extra_info A:hover {
	font-size: 12px;
	color: #939454;
	text-decoration: none;
   }
   
.extra_info A:active {
	font-size: 12px;
	color: #939454;
	text-decoration: underline;
   }
   
   .site_uit {
   
   font-size:14px;
   color: #FF0000;
   font-weight: bold;
   }
   
.advertentie {
	width: 160px;
	background-color:#000000;
	border: solid 1px;
	border-color: #636842;
	padding: 5px;
   }
  
.sponsor	{
	color: #242d03;
	font-size:11px;
	}
   
.sponsor A:link {
	font-size: 11px;
	color: #242d03;
	text-decoration: none;
   }
   
.sponsor A:visited {
	font-size: 11px;
	color: #242d03;
	text-decoration: none;
   }
   
.sponsor A:hover {
	font-size: 11px;
	color: #485B06;
   }
   
.sponsor A:active {
	font-size: 11px;
	color: #242d03;
	text-decoration: none;
   }
