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

body, html {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/* Naamlose links */	
	A:link {color: #933430; text-decoration: underline;}
	A:visited {color: #933430; text-decoration: underline;}
	A:active {color: #933430; text-decoration: underline;}
	A:hover {color: #6e6e70; text-decoration: underline;}


/*================================================*/
/*================================================*/
/*================================================*/


/*================================================*/
/*=====================index======================*/
/*================================================*/

.vorige{
	float:left;
	height:22px;
	width:58px;
	cursor:pointer;
	z-index:3;
	position:absolute;
}
.volgende{
	margin-left: 312px;
	height:22px;
	width:58px;
	cursor:pointer;
	z-index:3;
	position:absolute;
}

.bekijken_links{
	float:left;
	height:250px;
	width:175px;
	cursor:pointer;
	z-index:2;
	position:absolute;
	background-color:#000000;
	filter: alpha(opacity=0); 
	-moz-opacity: .0;
	opacity: .0;	
}


.bekijken_rechts{
	margin-left: 195px;
	height:250px;
	width:175px;
	cursor:pointer;
	z-index:2;
	position:absolute;
	background-color:#000000;
	filter: alpha(opacity=0); 
	-moz-opacity: .0;
	opacity: .0;

}

.afbeelding-div{
	height:250px;
	width:370px;
	z-index:1;
	position:absolute;
}

.content{
	width:370px;
	height:450px;
	color:#000000;
	font-stretch:normal;
	font-size-adjust:none;
	font-size:12px;
	font-variant:normal;
}


.afbeelding {
	width: 370px;
	border-bottom:solid #000000;
	z-index:1;
}

.border {
	width: 370px;
	height: 5px;
	background-color:#000000;
}

.tekst {
	font-weight: bold;
	padding: 10px;
	font-size: 11px;
}

.tekst a:link, .tekst a:active, .tekst a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
	font-size: 11px;
}

.tekst a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #b93019;
	font-size: 11px;
}

