body, html {
	margin:0px; 
	background-image:url(../Images/bg.gif);
	height:100%;
}
.content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#38486b;
	padding-right:5px;
	padding-left:5px;
}
.catagorie{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	color:#38486b;
	text-transform: uppercase;
	text-align:center;
	cursor:pointer;	
	cursor:hand;
}
.bg_catagorie{
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;	
	cursor:hand;
}
.foto{	
	filter: alpha(opacity=40);
    opacity: 0.40;
    -moz-opacity: 0.40;
}

.foto_aan{}
.foto_over{	
	filter: alpha(opacity=80);
    opacity: 0.80;
    -moz-opacity: 0.80;
	cursor:pointer;
	cursor:hand;
}
.bp a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none
}

.bp a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline
}