:focus {
	outline: 0;
}  

img, div { behavior: url(iepngfix.htc); }


* {
	padding: 0;
	margin: 0;
	border: none;
}

body, html {
	background-color: #D9D9D9;
	text-align: center;
	font-family: "Trebuchet MS";
}


/*---------------------------------------------------------------------------------------------------------------------------*/
#kop {
	position: relative;
	margin: auto;
	height: 176px;
	width:860px;
	background: url('../images/kop.jpg') bottom no-repeat;
}



/*---------------------------------------------------------------------------------------------------------------------------*/
#menu {
	margin: auto;
	height: 45px;
	width: 860px;
	background: url('../images/titel.jpg') no-repeat;
	
}

#menu ul {
	float: left;
	margin: 10px 12px;
}

#menu li {
	float: left;
	list-style: none;
	margin-left: 5px;
}


#menu a {
	font-size: 20px;
	color: #560F00;
	padding-left: 20px;
}


#menu.hoofdlink {
	color: #D9D9D9;
}


#menu a:hover, #menu a.actief {
	color: #BC2100;
	background: url('../images/bolletje.jpg') no-repeat 5px 6px ;
}

.hoofdlink {
	margin: 10px 50px 0 0;
	text-align: right;
	float: right;
}

#menu p.hoofdlink a {
	color: #560F00;
}

#menu p.hoofdlink a:hover {
	color: #BC2100;
}


#wenkunst {
	position: absolute;
	float:right;
	right: 0px;
	top: 10px;
}



/*---------------------------------------------------------------------------------------------------------------------------*/
#content {
	margin: auto;
	width: 860px;
	background: transparent url('../images/body.jpg') repeat-y;
	text-align: left;

	color: #04521D;
	font-size: 14px;
	font-weight: normal;
	line-height:  18px;	

}	

#border {
	border-top: 1px solid #D9D9D9;
	margin: 0 60px;
	background-color: #fafafa;
}

#footer{
	margin: auto;
	height: 50px;
	width: 860px;
	background: url('../images/voet.jpg') no-repeat;
	padding-top: 10px;
	font-size: .7em;
	color: #101010;
}	

#tekst {
	float:left;
	width:500px;
	margin-top: 0px;
	border-right: 1px solid #D9D9D9;
}

#teksten {
	margin: 10px 10px 0 0;
}

#zijkant {
	float:right;
	width:215px;
	margin-top: 10px;
	padding-left: 20px;
}


div.clearer {
	clear:both;
	display:block;
	font-size:1px;
	height:0pt;
	line-height:1px;
	margin:0pt;
	padding:0pt;
}




/*---------------------------------------------------------------------------------------------------------------------------*/
a, a:visited {
	text-decoration: none;

	color: #560F00;
	font-size: 14px;
	font-weight: normal;

}

a:hover {
	text-decoration: none;
	color: #FF0000;
}


p {
	margin-bottom: 15px;
}

h1 {
	color: #560F00;
	font-size: 18px;
	font-weight: bold;

	padding: 10px 0 10px 0;
}

h2 {
	color: #04521D;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;

	padding: 10px 0 10px 0;
}

.intro {
	color: #04521D;
	font-size: 14px;
	font-weight: normal;

	padding-bottom: 20px;
}


ul {
	list-style: outside;
	margin-bottom: 15px;
	padding: 0px 10px 10px 25px;
}

li {
	margin-bottom: 5px;
}

.quote {
	background-color: #9b9;
	padding: 15px;
	margin: 20px;
	display: block;
	color:#FFFFFF;
	font-weight: bold;
}



/*CONTACT FORM------------------------------------------------------------------------------------------*/
#contact {
	background-color: #f3f3f3;
	width: 330px;
	padding: 10px;
	margin-top: 10px;
	
}

#contact .rij {
	display: block;
	clear: both;
	padding-top: 1em;
}

#contact label {
	width: 6em;
	float: left;
	text-align: left;
}

#contact input{
	width: 15em;
	border: none;
	background: #D9D9D9; 
	text-align: left;
	padding-left: 0.5em;
	margin-right: 5px;
}

#contact textarea {
	width: 15em;
	border: none;
	background: #D9D9D9; 
	text-align: left;
	padding-left: 0.5em;
}

#contact .button {
	text-align: center;
	width: 7em;
	border: none;
	cursor : pointer;
}

#contactgegevens {
	text-align: right;
	font-size: .9em;}
/*------------------------------------------------------------------------------------------*/



.tab {
	display: visible;
}


/*fotokader*/
.kader {
	float: left;
	width: 375px;
	height: 263px;
	background: transparent url('/webdesign/images/kader.png') no-repeat top left;
	padding: 13px 0 0 11px;
	z-index: 10;
}

.kader a {
	display: block;
	width: 345px;
	height: 229px;
	overflow: hidden;
}

#fotoalbum {
	margin: 0 -30px 0 -5px;
}


