html, body {
	
font-size:10px;
font-family: arial, "trebuchet ms", verdana, sans-serif; 
margin: 0pt
}

.fontb {color:#867766;font-size:11px;font-family:arial, "trebuchet ms", verdana, sans-serif;text-decoration:none;}
.fontb2 {color:#4A3114;font-size:11px;font-family:arial, "trebuchet ms", verdana, sans-serif;text-decoration:none;}

#inhoud
{	
padding: 10px;
text-align: left;
font-size:12px;
font-family: arial, "trebuchet ms", verdana, sans-serif; 
}


h1 
{
	font-size: 18px;
	font-style: normal;
	color: #000;
}




A:visited {color:#D78E37;}
A:link {color:#D78E37;}

	
#info 
{
border: 5px solid #C2C7BE;
margin-left: 80px;
margin-right: 80px;
margin-top: 20px;
padding: 0px 15px 0px 15px;
position: relative;
}


#pic {
	background-color: #FFFFFF;
    float:left;
	top: 10px;
	width: 75px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
 float:left;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 60px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 75px;
}

#pic a.p1:hover {
	background-color: #8C97A3;

	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 173px;
	left: 360px;
    position:absolute;
	top: 500px;
	width: 225px;
}

.style1 {color: #000000}
.style2 {font-size: 12px}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
.style4 {color: #FF0000}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
