 *
{
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, verdana, sans-serif;
	
}

html {

overflow: -moz-scrollbars-vertical;

}

p { margin:5px 0 10px 0; }
body
{
	font-size: 82%;

	
}


.clear
{
	clear: both;
}

.wrapper
{
	width: 68em;
	margin: 0 auto;
}

hr
{
  border: 0px;
  margin-top: 10px;
  background: #D9DFD1;
  width: 100%;
}
img {

	border: 0px;

}

/* generiek
---------------------------------------------------------------------------- */
a:link,
a:visited
{
	color: #7A9245;
	text-decoration: underline;
}

a:hover,
a:active
{
	text-decoration: none;
}

.align-left
{
	float: left;
}

.align-right
{
	float: right;
}


.div1 { float: left; width: 12em; }
.div2 { float: left; width: 18em; margin-left: 5px; }
.div3 { float: left; width: 15em; margin-left: 5px; }


.pag_l { float: left; width: 22em; margin-right: 10px; }
.pag_r { float: left; width: 22em; margin-left: 10px; }



.small {
	font-size: 0.8em;
}

.huis_afbeeldingen {
width: 155px;
height: 200px;
overflow: auto;
border-bottom:1px solid #cccccc;
float: left;
margin-right: 10px;
position: relative; 
}

.huis_afbeeldingen_admin {
width: 100%;
height: 220px;
overflow: auto;
border-bottom:1px solid #cccccc;

position: relative; 
}

.huis_detail{

width: 37em;
float: left;
color: #000;
font-size: 0.9em;

background: url(../images/shade_details.gif);
background-repeat: repeat-x;
background-position: top left


}


.huis_tab_left {
width: 23em;

float: left;
background-color:#fff;

}

.huis_tab_right{

width: 23em;
float: left;
background-color:#fff;



}

.box {

	display: block;
	background: #fff url(../images/shade_details.gif) repeat-x top left;	
	padding: 0.5em 0.5em 0.5em 0.3em;
	font: 1.6em verdana;


	

}



.hokje {


border: 1px solid #D9DFD1; 

font-size: 0.8em;
}

.form_split {

	width:40%;
}

.text_area_split {

	width:100%;
	height: 100px;
}

.set_border_img {

	border: 2px solid silver;
}

#msg {
	padding: 1.4em 1.4em 0.4em 1.4em;
	
	font-size: 16px; text-align:center;
 
}

.error {
	border: 3px solid red;
	

}

.success {
	border: 3px solid green;
	

}

/* Navigation
---------------------------------------------------------------------------- */

ul#navigation
{
	/* float: right; */
	text-align: right;
	padding:  38px 0 0 0;
}

ul#navigation li
{
	margin: 0 0 0 1em;
	display: inline;
}

ul#navigation li a:link,
ul#navigation li a:visited
{
	font-size: 1.5em;
	line-height: 1.7em;
	text-decoration: none;
	color: #333399;
}

ul#navigation li a:hover,
ul#navigation li a:active,
ul#navigation li a.active:link,
ul#navigation li a.active:visited,
ul#navigation li a.active:hover,
ul#navigation li a.active:active
{
	text-decoration: underline;
	color: #666666;
}



/* Content
---------------------------------------------------------------------------- */

#main-holder
{
	width: 50em;
	background: url(../images/mainbottom.gif) 0 bottom repeat-x;
	padding: 0 0 9px 0;
	float: left;
}

#main-content
{

	padding: 1.4em 1.4em 0.4em 1.4em;
	border: 1px solid #D9DFD1;
	position: relative;
	border-bottom: none;
}

#sub-content
{
	width: 16em;
	float: left;
	padding: 1.4em 0 0 2em;
}

#footer
{
	width: 50em;
	border-bottom: 2em solid #fff;
}

.placement-top-right
{
	position: absolute;
	top: -1px;
	right: -1px;
}

#title
{
	background: url(../images/bg.jpg) 0 0 repeat-x #fff;
	padding: 1.4em 0;
}


p.locatie
{
	text-decoration: underline;
	margin: 8px 0 0 0;
}

p.contact
{
	border-bottom: 1px solid #ccc;
	padding: 0 0 2em 0;
}



.title_cont span,
.index span{

	float: left;

	font-size: 2.3em;
	height: 78px;
	width: 279px;
	line-height: 78px;
	margin: 0.4em 0;



}
.title_cont span a,
.title_cont span a:visited {

	text-decoration: none;


}

h1 {

	color: #7A9245;
	font-size: 1.7em;
}



h2
{
	color: #7A9245;
	font-size: 1.4em;	
}


th
{
	width: 15em;
	text-align: left;
}

#title
{
	margin: 0 0 20px 0;
}

#title span
{
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #fff;
	text-align: left;
}

#title span a:link,
#title span a:visited
{
	color: #fff;
}

#title span a:hover,
#title span a:active
{
	color: #fff;
	text-decoration: none;
}

/* forms
---------------------------------------------------------------------------- */
textarea { 
	font-size: 0.9em;
}

input.disabled {

	border: 1px solid #F2F2F2;

	background-color: #F2F2F2;

}



input.required, textarea.required {

	border: 1px solid #00A8E6;

}

input.validation-failed, textarea.validation-failed {

	border: 1px solid #FF3300;

	color : #FF3300;

}

input.validation-passed, textarea.validation-passed {

	border: 1px solid #00CC00;

	color : #000;

}



.validation-advice {

	margin: 5px 0;

	padding: 5px;

	background-color: #FF3300;

	color : #FFF;

	font-weight: bold;
	font-size: 0.7em;

}



.custom-advice {

	margin: 5px 0;

	padding: 5px;

	background-color: #C8AA00;

	color : #FFF;

	font-weight: bold;
font-size: 0.7em;
}


label{display:block;background-position:8px center;background-repeat:no-repeat;clear:both;cursor:pointer}
.checked{background-image:url(../images/chk_on.png)}
.unchecked{}

input.button {

	border: #cccccc 1px solid;


	background:#fff url(../images/shade.jpg) repeat-x top left;


}

#ajax_listOfOptions{

	position:absolute;	/* Never change this one */

	width:175px;	/* Width of box */

	height:250px;	/* Height of box */

	overflow:auto;	/* Scrolling features */

	border:1px solid #688542;	/* Dark green border */

	background-color:#FFF;	/* White background color */

	text-align:left;

	font-size:0.9em;

	z-index:100;

}

#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */

	margin:1px;		

	padding:1px;

	cursor:pointer;

	font-size:0.9em;

}

#ajax_listOfOptions .optionDiv{	/* Div for each item in list */

	

}

#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */

	background-color:#688542;

	color:#FFF;

}

#ajax_listOfOptions_iframe{

	background-color:#F00;

	position:absolute;

	z-index:5;

}



h3
{
	margin: 0 0 10px 0;
	color: #688542;
	font-size: 1.2em;
}

h3.contact
{
	font-size: 1.1em;
	color: red;
	line-height: 1.2em;
	margin: 0 0 0.2em 0;
}

h4.contact
{
	margin: 0 0 0.5em 0;
}

#sub-content h3
{
	font-size: 1.3em;
	color: #688641;
}

h4
{
	font-size: 1.1em;
	color: #000;
}

#main-content h4 a:link,
#main-content h4 a:hover,
#main-content h4 a:visited,
#main-content h4 a:active
{
	color: #000;
	font-size: 1.1em;
	
}



#sub-content p
{
	color: #727272;
}

ul
{
	line-height: 1.5em;
	margin: 0 0 0.8em 0;
	list-style: none;
}

#main-content ul li
{
	background: url(../images/bullit-lightred.gif) 0 7px no-repeat;
	padding: 0 0 0 9px;
}



#sub-content ul li a:link,
#sub-content ul li a:hover,
#sub-content ul li a:visited,
#sub-content ul li a:active
{
	/* color: #0066CC; */
}









/* Hoofdmenu
---------------------------------------------------------------------------- */

#pro6 ul {margin:0 auto; padding:  38px 0 0 0; list-style:none; display:table; white-space:nowrap; list-style:none; height:35px; position:relative; background:#fff; font-size:12px;}
#pro6 li {display:table-cell; margin:0; padding:0;}
#pro6 li a {display:block; float:left; height:35px; line-height:30px; color:#688641; text-decoration:none; font-weight:bold; text-align:center; padding:0 0 0 10px; cursor:pointer; background:url(../images/menu/pro_six_0a.gif) no-repeat;}
#pro6 li a b {float:left; display:block; padding:0 25px 5px 15px; background:url(../images/menu/pro_six_0b.gif) no-repeat right top;}
#pro6 li.current a {color:#fff; background:url(../images/menu/pro_six_2a.gif) no-repeat;}
#pro6 li.current a b {background:url(../images/menu/pro_six_2b.gif) no-repeat right top;}
#pro6 li a:hover {color:#fff; background: url(../images/menu/pro_six_1a.gif) no-repeat;}
#pro6 li a:hover b {background:url(../images/menu/pro_six_1b.gif) no-repeat right top;}
#pro6 li.current a:hover {color:#fff; background: url(../images/menu/pro_six_2a.gif) no-repeat; cursor:default;}
#pro6 li.current a:hover b {background:url(../images/menu/pro_six_2b.gif) no-repeat right top;}




/* Tabs
---------------------------------------------------------------------------- */

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 0px;
border: 1px solid #D9DFD1;
border-bottom: none;
background: white;
}

#pointermenu2{
	padding-top: 38px;
	margin: 0;
}

#pointermenu2 ul{
	margin: 0;
	float: right;
	font: 1.0em arial;
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom: 1em;
}

#pointermenu2 ul li{
	display: inline;
}

#pointermenu2 ul li a{
	float: left;
	color: white;
	font-weight: bold;
	padding: 7px 19px 7px 25px;
	text-decoration: none;
	margin-left: 5px;
	background-color: #688542;
	
}

#pointermenu2 ul li a:visited{
	color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ 
	color: #688542;
	background-color: #D5DDCA;
}



#tablist li a:link, #tablist li a:visited{

	color: #000;

}

#tablist li a.current{
background: #D6DECD;

}

#tabcontentcontainer{
width: 100%;
/* Insert Optional Height definition here to give all the content a unified height */

border-top: 1px solid #D9DFD1;
background: url(../images/bg_tab.jpg);

}


.tabcontent{
display:none;
background-color: #fff;

}





ul.actions {
	margin:0px;
	padding: 0px;
	display:block;
	list-style-type: none;
	font-size: 1.5em;
	

	
}

ul.actions li {
	float:left;

	border: 0px solid #333;

	text-align:center;
	background-color: green;
	padding: 5px;
	
}

ul.actions li a,
ul.actions li a:visited {
	color: white;
	

	text-decoration: none;
	border-bottom: 0px solid #C3BAB5;
}


ul.actions li a:hover {
	color: #000;
	background-color: #fff;
}



/* Highslide
---------------------------------------------------------------------------- */
.thumbwrapper .highslide {
	outline: none;
}
.textwrapper .highslide {
	font-size: 11pt; 
	text-decoration: none;
	display: block; 
	text-align: center;
}
.highslide img {
	border: 2px solid #688542;
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
	/*border: 10px solid white;*/
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    padding: 5px;
    background-color: #F0EDE0;
    text-align: justify;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;

}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
.highslide-overlay {
	display: none;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
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 {
    
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
/* Individual CSS-classes: no border */
.highslide-no-border .highslide-image {
	border: none;
	border-bottom: 1px solid white;
	
}
.highslide-no-border .highslide-html {
	border: none;
	
}
.highslide-no-border .highslide-caption {
	border: none;
    border-bottom: 1px solid white;
    background-color: gray;
	color: white;
}
.highslide-no-border .highslide-caption code {
    color: white;
}

/* Individual CSS-classes: gradient */
.highslide-white .highslide-image {
	border: 5px solid white;
	
}
.highslide-white .highslide-caption {
	background-color: white;
}
.highslide-white .control, .highslide-white .control * {
	color: #666;
}
.highslide-white .highslide-html {
    border: 2px solid white;
}

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

/* Individual CSS-classes: black border */
.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 .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;
}


/* Controlbar example */
.controlbar {	
	background: url(../highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* Controlbar example */
.controlbar2 {	
	margin-left: 60px;
	background: url(../highslide/graphics/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar2 a {	
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}

/* Controlbar example */
.controlbar5 {	
	background: url(../highslide/graphics/controlbar5.gif);
	width: 83px;
	height: 18px;
	float:right;
}
.controlbar5 a {	
	display: block;
	float: left;
	height: 18px;
}
.controlbar5 a:hover {
	background-image: url(../highslide/graphics/controlbar5-hover.gif);
}
.controlbar5 .previous {
	width: 20px;
}
.controlbar5 .next {
	width: 20px;
	background-position: -20px 0;
}
.controlbar5 .highslide-move {
	width: 20px;
	background-position: -40px 0;
}
.controlbar5 .close {
	width: 20px;
	background-position: -60px 0;
}

/* Put these last in your highlide-related CSS */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.zoekboekrows {
border-bottom: 1px solid #D5DDCA;
padding-bottom: 4px;
color: #688542;
font-weight: bold;

}
