body {
	background-image: url('/images/lay-out/gradient.jpg');
}

.body {
	width: 812px;
	height: 585px;
	font-family: Verdana,Arial,Helvetica, sans-serif; 
	font-size: 11px;
}



.body .inhoud {
	text-align: left;
}

div {
	line-height: 15px;
}

a { 
	color: #EA2D2E; 
	font-family: Verdana,Arial,Helvetica, sans-serif; 
	text-decoration: none; 
}

a:hover,
a.active { 
	color: #A7ADB4; 
	font-family: Verdana,Arial,Helvetica, sans-serif; 
	text-decoration: none; 
}

.menu_home {
	color: #5cb355; 
	font-weight: bold; 
	font-size:12px; 
	line-height:1.8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.photo {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
.photo li {
	position: relative;
	float: left;
	height: 156px;
	width: 156px;
	margin: 6px;
	border: 1px solid #BCA155;
	background-color: #F2C88E;
}

.photo li img {	
	border: 1px solid #BCA155;
}



.hr {
	height: 0px;
	border: none;
	border-top: 1px solid #5CB355;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 0px;
}

.portfolio_arrow_over {
	background-image: url('/images/lay-out/portfolio_arrow_selected.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}

.portfolio_arrow_out {
	background-image: url('/images/lay-out/portfolio_arrow.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}

.portfolio_arrow_selected {
	background-image: url('/images/lay-out/portfolio_arrow_selected.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}
