/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
     display:none;  
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-image: url(../images/bgsub.png);
    background-color: #322d27; 
    padding: 10px;
     
    width:770px;     
    min-height:450px; 
    border:2px solid #46413d; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 

/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(/images/close1.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

img.pf {
	cursor: pointer;
}

.simple_overlay #tekening .tekening {
	margin-top: 6px;
}

.subtekst {
	margin-left: 7px;
	margin-right: 7px;
	color: #b5a89b;
	width: 700px;
}

.subtekst h3{
	font-size: 1.7em;
	margin-top: 20px;
	margin-bottom: 10px;
}

.subtekst p{
	font-size: 0.85em;
}

.link {
	padding: 10px 0 10px 0;
}

.link a, visited {
	color: #766b61;
	font-size: 0.8em;
}

.link a:hover {
	color: #ffffff;
	font-size: 0.8em;
}


.subtekst a, visited {
	color: #766b61;
}

.subtekst a:hover {
	color: #ffffff;
}