@charset "UTF-8";
/* CSS Document */

 
#onderlaag {
	position: relative;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	width:890px;
	margin-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	}

#breedte img{
	width: 730px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.titel_tekst {
	position: absolute;
	left: 150px;
	top: 530px;
	height: auto;
	width: 730px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 12px;
	font-weight: normal;
	background-position: right;
	text-align: center;
}

.holder_adress{
	position: absolute;
	left: 150px;
	top: 0px;
	width: 500px;
	height: 20px;
	z-index: 3;
	padding-right: 30px;
	visibility: hidden;
	}
	
	.holder_adress_visible{
	position: absolute;
	left: 150px;
	top: 0px;
	width: 500px;
	height: 20px;
	z-index: 3;
	padding-right: 30px;
	}

.holder{
	position: absolute;
	left: 150px;
	top: 0px;
	height: auto;
	z-index: 1;
	}
	

	
	#tekst_bio {
	position: absolute;
	width: 730px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	background-position: right;
	text-align: left;
	overflow: auto;
	height: 505px;
	padding-left: 40px;
	padding-right: 40px;
}

	
#beeld01{
	position: absolute;
      top: 0px;
      left: 0px;
	  clip: rect(150px 600px
      300px 500px);
}
#beeld02{
	position: absolute;
      top: 0px;
      left: 0px;
	  clip: rect(100px 200px
      300px 100px);
}

#beeld03{
	position: absolute;
      top: 0px;
      left: 0px;
	  clip: rect(200px 400px
      400px 300px);
}

#navigatie3 {
	height: auto;
	width: 130px;
	position: absolute;
	left: 0px;
	top: 530px;
	padding-left: 20px;
	z-index: 4;

}
#navigatie2 {
	height: auto;
	width: 130px;
	position: absolute;
	left: 0px;
	top: 55px;
	padding-left: 20px;
	z-index: 1;

}

#navigatie {
	height: auto;
	width: 130px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 20px;
	z-index: 3;
}

#navigatie a, #navigatie a:visited{
	color: #000000;
	text-decoration: none;	
}
.menu_maura {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}
.menu_maura a, .menu_maura a:visited{
	color: #000000;
	text-decoration: none;	
}

.menu_maura a:hover, .menu_maura a:visited:hover{
	text-decoration: none;
	padding-bottom: 0px;
}


.onderstreept {
	text-decoration: underline;
}

a.onderstreept {
	text-decoration: underline;
	color: #000000;
}

a:hover.onderstreept, a:visited:hover.onderstreept{
	text-decoration: underline;
	color: #666;
}



.menu_klein {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.menu_klein a, .menu_klein a:visited{
	color: #000000;
	text-decoration: none;
}

.menu_klein a:hover, .menu_klein a:visited:hover{
	text-decoration: underline;
	padding-bottom: 0px;
}


.onzichtbaar_menu{
	visibility: hidden;
}
.onzichtbaar {
	visibility: hidden;
}

.switchable .alt {display:none}
.switchable:hover .default {display:none}
.switchable:hover .alt {display:inline}
