/* CSS Document */

/* ALGEMEEN--- XHTML en CLASSES specificaties-------------- ALGEMEEN-specificaties XHTML en CLASSES --------------------*/

body{
	margin:0;
	background-image:url(../web_images/wsb_achtergrond.gif);
	background-repeat:repeat;
	font-family: Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size:13px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	color:#000000;
}
h1{
	font-family:inherit;
	font-size: 18px;
	color:  #541e17;
	line-height: 25px;
	font-style:normal;
	font-weight:bold;
}
h2{
	font-family:inherit;
	font-size: 15px;
	color:  #541e17;
	line-height: 20px;
	font-style:normal;
	font-weight:bold;
}
h3{
	font-family:inherit;
	font-size: 13px;
	color:  #541e17;
	line-height: 18px;
	font-style:normal;
	font-weight:bold;
}
h4{
	font-family:inherit;
	font-size: 10px;
	color:  #541e17;
	line-height: 15px;
	font-style:normal;
	font-weight:bold;
}

hr{
	margin-top:12px;
	clear:both;
}

p{
	font-family:inherit;
	font-style:normal;
	font-size: 13px;
	line-height: 18px;
	color:#000000;
	
}
img{
	 border:none;
}

.txtklein{
	font-family:inherit;
	font-style:normal;
	font-size: 12px;
	line-height: 17px;
	color:#000000;
	
}
.brood{
	font-family:inherit;
	font-weight: normal;
	font-style: normal;
}
.brooditalic{
	font-family:inherit;
	font-weight: normal;
	font-style: italic;
}
.broodbold{
	font-family:inherit;
	font-style: normal;
	font-weight: bold;
}
.toelichting{
	font-family:inherit;
	font-size: 10px;
	line-height: 15px;
	color:#666666;
}


a{
	color:#541e17;
	text-decoration: none;
	text-transform: inherit;
	font-size:inherit;
	font-weight:inherit;
}
a:link{
	color:#541e17;
	text-decoration: none;
	text-transform: inherit;
	font-size:inherit;
	font-weight:inherit;
}

a:hover{
	color:#97674B;
	text-decoration:underline;
	text-transform: inherit;
	font-size:inherit;
	font-weight:inherit;
	
}
a:active{
	color:#97674B;
	text-decoration: none;
	text-transform: inherit;
	font-size:inherit;
	font-weight:inherit;
}



/* WEB ALGEMEEN & STANDAARDPAGINA -LAYOUT specificaties---------------WEB ALGEMEEN & STANDAARDPAGINA DIV's--------------------*/


div#container{
	position:absolute;
	width: 955px;
	height: 100%;
	border: 0;
	margin: 0;
	padding:0;
	top: 0;
	left:50%;
	margin-left:-477px;
	
}

div#header{
	position:absolute;
	left: 0;
	top: 0;
	width: 955px;
	height:105px;
	background-image:url(../web_images/wsb_header.gif);
	background-repeat:no-repeat;
}

div#contenthouder{
	position:absolute;
	left: 0px;
	top: 105px;
	width: 955px;
	background-image:url(../web_images/wsb_background.gif);
	background-repeat: repeat-y;
	overflow:hidden;
}

div#dbasehouder{
	position:relative;
	top:30px;
	left:240px;
	min-height:300px;
	overflow:hidden;
	width:440px;
}

div#imagehouder{
	position: absolute;
	top: 270px;
	left: 0px;
	width: 220px;
	z-index:40;
}

div#handklei{
	position:absolute;
	left: 720px;
	top: 105px;
	height:200px;
	width: 235px;
	background-image:url(../web_images/wsb_handklei.gif);
	background-repeat:no-repeat;
	z-index:30;
}
div#footer{
	position:relative;
	clear: both;
	width: 955px;
	height: 40px;
	background-image:url(../web_images/wsb_footer.gif);
	background-color:#541e17;
	background-repeat:no-repeat;
}
div#voetregel{
	position:relative;
	width: 815px;
	height: 20px;
	left:50px;
	top:5px;
	text-align:right;
	}
#voetregel a{
	font-family:inherit;
	font-style:normal;
	font-size: 10px;
	line-height: 15px;
	color:#97674B;
	}
#voetregel a:link{
	font-family:inherit;
	font-style:normal;
	font-size: 10px;
	line-height: 15px;
	color:#97674B;
	}
#voetregel a:hover{
	text-decoration:underline;
	}

	

/* MENU EN BUTTONS specificaties tekst en layout-----------------------------ALGEMEEN MENU EN BUTTONS-------------------*/

div#menuhouder{
	position:absolute;
	top: 0px;
	left: 40px;
	width: 135px;
	z-index:10;
	}

.menuitem{
	font-size: 10px;
	line-height: 15px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
}
#menuhouder a{
	color:#FFFFFF;
	text-decoration: none;
	text-transform: inherit;
	font-size:inherit;
	font-weight:inherit;
}
#menuhouder a:link{
	color:#FFFFFF;
	text-decoration: none;
	text-transform: inherit;
	font-size:inherit;
	font-weight:inherit;
}
#menuhouder a:hover{
	color:#F0CD9B;
	text-decoration: none;
	text-transform: inherit;
	font-size:inherit;
	font-weight:inherit;
}

div#button{
	position:relative;
	background-image:url(../web_images/wsb_button.gif);
	background-repeat:no-repeat;
	width: 135px;
	height:15px;
}
div#buttontekst{
	position:relative;
	left: 10px;
	width: 125px;
	height:15px;

}
#buttontekst.btntekst{
	font-size: 10px;
	line-height: 15px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
}

div#subbutton{
	position:relative;
	margin-top: -15px;
	background-image:url(../web_images/wsb_subbutton.gif);
	background-repeat:no-repeat;
	width: 135px;
	height:15px;
}
div#subbuttontekst{
	position:relative;
	left: 24px;
	width: 111px;
	height:15px;
}
#subbuttontekst.subbtntekst{
	font-size: 10px;
	line-height: 15px;
	font-style:normal;
	font-weight:bold;
	
	text-transform:lowercase;
}


/* WEB--WEB--WEB--WEB--WEB--WEB--WEB--WEB--WEB--WEB--WEB--WEB--WEB--WEB--WEB--WEB-----------------*/


/* WEB--HOMEPAGINA -- WEB -- HOMEPAGINA -- WEB -- HOMEPAGINA -- WEB -- HOMEPAGINA-----------------*/

div#dbasehouderhomepag{
	position:relative;
	top:30px;
	left:340px;
	width:340px;
}

div#imagehouderhomepag{
	position:absolute;
	bottom: 0px;
	left:180px;
	margin-bottom:40px;
	width:160px;
	height:400px;
	z-index:45;
}


/* WEB -- WEBLINKPAGINA -- WEB -- WEBLINKPAGINA -- WEB -- WEBLINKPAGINA -- WEB -- WEBLINKPAGINA ----*/

div#linkimagehouder{
	position:relative;
	width:110px;
	float:left;
	overflow:hidden;
}

/* WEB -- FOTOPAGINA -- WEB -- FOTOPAGINA -- WEB -- FOTOPAGINA -- WEB -- FOTOPAGINA----------------*/

div#dbasehouderfotopag{
	position:relative;
	top:30px;
	left:240px;
	height:425px;
	overflow:hidden;
	width:480px;
	}

div#fototeksthouder{
	width: 125px;
	height:160px;
	overflow:auto;
}

div#fotoimagehouder{
	position:absolute;
	top:55px;
	left:140px;
	overflow:hidden;
	}

div#thumbnailhouder{
	position: absolute;
	top: 220px;
	left: 0px;
	z-index:60;
}	
div#thumbnail{
	width: 56px;
	height:56px;
	margin-right:2px;
	margin-bottom:2px;
}

/* WEB -- CURSUSKALENDER-- WEB -- CURSUSKALENDER-- WEB -- CURSUSKALENDER-- WEB -- CURSUSKALENDER--*/
div#dbasehouderkalender{
	position:relative;
	top:30px;
	left:240px;
	overflow:hidden;
	width:480px;
}


/* WEB -- EXPOSITIEPAGINA -- WEB -- EXPOSITIEPAGINA -- WEB -- EXPOSITIEPAGINA -- WEB -- EXPOSITIEPAGINA --*/




div#expodatum{
	position:relative;
	width:435px;
	height:15px;
	background-image:url(../web_images/expo_headerkleur.gif);
	background-repeat:repeat;
	margin:0;
}

div#expocontent{
	position:relative;
	width:440px;
	min-height:200px;
	overflow:hidden;
	background-image:url(../web_images/expo-bg.gif);
	background-repeat:repeat-y;
	padding-top:10px;
	padding-bottom:10px;
}

div#expotekst{
	position:relative;
	width:310px;
	left:10px;
	background-image:none;
	padding: 0px;
}

div#expoverloop{
	position:absolute;
	top:0px;
	left:332px;
	width:108px;
	height:215px;
	background-image:url(../web_images/expo_verloop.jpg);
	background-repeat:no-repeat;
	padding: 0px;
}

div#expoimage{
	position:relative;
	top:0px;
	left:2px;
	width:104px;
	padding: 0px;
	margin-bottom:5px;
}

div#expowww{
	position:relative;
	width:440px;
	height:12px;
	background-image:url(../web_images/expo_headerkleur.gif);
	background-repeat:repeat;
	margin:0;
}
	
div#expofooter{
	position:relative;
	width:440px;
	height:12px;
	background-image:url(../web_images/expo_headerkleur.gif);
	background-repeat:repeat;
	margin:0;
}

#expodatum.expodatum{
	font-size: 10px;
	line-height: 15px;
	font-style:normal;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	color:#FFFFFF;
}

.expoadres{
	font-size: 12px;
	color:  #541e17;
	line-height: 15px;
	font-style:normal;
	font-weight:bold;
	}
#expowww.expowwwadres{
	font-size: 10px;
	line-height: 12px;
	font-style:italic;
	font-weight:normal;
	text-align:left;
	padding-left:5px;
	color:#FFFFFF;
}
#expowww a{
	color:#FFFFFF;
	text-decoration: none;
	text-transform: inherit;
	font-size:inherit;
	font-weight:inherit;
}
#expowww a:hover{
	color:#F0CD9B;
	text-decoration: none;
	text-transform: inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* WEB -- CONTACTPAGINA -- WEB -- CONTACTPAGINA -- WEB -- CONTACTPAGINA-- WEB -- CONTACTPAGINA----------*/

.contactitem{
	font-family:inherit;
	font-size: 11px;
	color:  #541e17;
	line-height: 17px;
	font-style:normal;
	font-weight:bold;
}

#naam, #adres, #woonplaats, #emailadres, #email{
	width: 325px;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
}

#postcode {
	width: 60px;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
}

#telefoon {
	width: 150px;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
}

#steensoort, #weekend, #dag {
	width: 327px;
}

#toelichting{
	width: 325px;
	height:60px;
	font-size: 12px;
	line-height: 17px;
	color:#000000;
}
