body.front
{
	background-color: white;
}
body.contact
{
	background-color: #eee;
	margin: 30px;
	margin-top: 10px;
	font-family: arial, helvetica, futura, sans-serif;
}
div.titel
{
	font-family: futura, sans-serif;
	font-size: 80;
	text-align: center;
	color: white;
}
div.item
{
	width: 600px;
	background: #eee;
	position: relative;
	left: 30;
	padding: 20px;
	font-family: arial, helvetica, sans-serif;
	border: solid;
	border-color: white;
	border-width: 10px;
	/*border-bottom-width: 15px;
	border-top-width: 15px;*/
}
div.kopje
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 22;
}
div.fototabel
{
	font-family: arial, helvetica, sans-serif;
	left: 300px;
	text-align: right;
}
a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: red;
}

