/* --- DIVS --- */
#divcontainer{
	position:absolute;
	left:50%;
	margin-left:-480px;
	top:50%;
	margin-top:-350px;
	width:952px;
	
}
div#content{
	overflow:auto;
	width:530px;
	height:370px;
}
#content2{ overflow:auto; width:100%; height:350px;}
#page{ padding-right:20px;}
#onzichtbaar { text-indent:-9999px;}

#tdlinks{ height:759px; background-image:url(../images/bg1.jpg); background-repeat:repeat-x;}
#tdrechts{ background-image:url(../images/bg2.jpg); background-repeat:repeat-x;}
#tdmid{ width:950px; vertical-align:top; background-image:url(../images/bg.jpg); background-repeat:repeat-x;}
#tdmidb{ width:950px; vertical-align:top; background-image:url(../images/bgb.jpg); background-repeat:repeat-x;}

#tdmenu{ height:196px; vertical-align:bottom; padding-left:20px;}
#tdmenu a{height:25px; padding-left:3px; padding-right:3px; color:#0b0102; font-weight:bold; font-size:10px;}
#tdmenu a:hover{ background-image:url(../images/menupijl.jpg); background-repeat:no-repeat; background-position:bottom; }


#tdinhoud{ padding-left:40px; vertical-align:top;}
#tdbottom{ vertical-align:bottom; color:#7f6d57; font-size:10px; text-align:center; height:23px;}

#inhoud{ width:530px;  padding-top:30px; vertical-align:top;}
#rechts{ vertical-align:top; padding-left:30px;}

#fotos{ height:348px; vertical-align:bottom;}
#fotos img{ }
#nieuwsbrief{ vertical-align:top; padding-top:25px; padding-left:20px;}

/* --- ALGEMEEN --- */
Body 
	{ 
    scrollbar-3d-light-color : #a69077;
    scrollbar-arrow-color : #e2dbd2;
    scrollbar-base-color : #e2dbd2;
    scrollbar-dark-shadow-color : #a69077;
    scrollbar-face-color : #a69077;
    scrollbar-highlight-color : #a69077;
    scrollbar-shadow-color : #e2dbd2;
	font-family: "Trebuchet MS", Arial;
	font-size : 11px ; 
	color : #191919 ;
	background-color : #ffffff ;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	}
	
TD{ 
	font-size : 11px ; 
	color : #191919 ;
}

input, select, textarea{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px ;
	color: #0b0102 ;
	border: solid #dfceb0 ;
	border-width: 1 ;
	background-color:transparent ;
}

a{ color:#0b0102; text-decoration: none; outline:none;}
a:visited { color:#0b0102; text-decoration: none;}	   
a:hover { color:#7f6d57; text-decoration: none;}

a img {border: none; }

h1 {color:#000000; font-size: 16px; font-variant:small-caps; padding: 0px 0px 0px 0px; margin:0px;}
h1:first-letter{font-size: 18px; }
h2 {color:#000000; font-size: 14px; font-variant:small-caps; padding: 0px 0px 0px 0px; line-height:14px;}
h3 {color:#000000; font-size: 12px; padding: 0px 0px 0px 5px; margin: 0px;}

.nieuwsbr{color:#000000; font-size: 12px; font-variant:small-caps; padding: 0px 0px 0px 0px; line-height:12px; font-weight:bold;}


/* --- CLASSES ---*/
.tekstklein {	font-size: 10px;}
td.dottedborder {	border-bottom: 1px dotted #DD007E;}
td.solidborder {	border-bottom: 1px solid #DD007E;}
td.dashedborder {	border-bottom: 1px dashed #DD007E;}
.imgborder {	border: 3px solid #DD007E;	margin: 5px 5px 5px 0px;}




/* DIV BOVEN
#logo
{ 
width:500px;
height:150px;
margin-left:-437px;
left:50%;
margin-top:19px;
position:absolute;
z-index: 999;
}
*/


/*DROPDOWN*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:999;
}
#nav {
	margin-left:2px;
}
#nav a { display:block; _width:40px;
}
#nav li { /* all list items */
	float: left;
	/* width: 10em; width needed or else Opera goes nuts */
}
#nav li a{
	padding:0px 6px;
	margin-top:6px;
	text-decoration:none;
}
#nav li a:hover{
	color:#000;
}
#nav li ul li a{
	padding:0;
	margin:0px;
	line-height:15px;
	color:#000;
	font-variant:normal;
	font-size:9px;
	padding-left:20px;
	padding-right:20px;
}

#tdmenu #nav li ul li a{background-image:none;}
#nav li ul li a:hover{
	background-color:#0b0102;
	filter:alpha(opacity=30);
	opacity: 0.30;
	color:#fff;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom:1px solid #0b0102;
	background-color:transparent;  
	top:90px;
}
	
#nav li ul li{
	width:100px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: 30px 0 0 100px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* START WINDOWS OVERLAY*/
#GB_overlay { background-color: #000000; position: absolute; margin: auto; top: 0; left: 0; z-index: 100; }
#GB_window {left: 0; top: 0; font-size: 1px; position: absolute; overflow: visible; z-index: 150; }
#GB_window .content { width: auto; margin: 0; padding: 0; background-color: #fff; border: 3px solid #ccc; border-top: none; }
#GB_frame { border: 0; margin: 0; padding: 0; overflow: auto; white-space: nowrap; }
.GB_Window .content { background-color: #fff; border: 3px solid #ccc; border-top: none; }
.GB_Window .header { border-bottom: 1px solid #aaa; border-top: 0px solid #999; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin: 0; height: 20px; font-size: 12px; padding: 3px 0; color: #333;}
.GB_Window .caption { font-size: 11px; font-weight: bold; white-space: nowrap; padding-right: 20px; }
.GB_Window .close { text-align: right; }
.GB_Window .close span { font-size: 11px; cursor: pointer }
.GB_Window .close img { cursor: pointer; padding: 0 3px 0 0; }
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
/* END WINDOWS OVERLAY*/

