body.front
{
	background-color: black;
}
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: 74%;
	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: 18;
}
div.contact
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12;
	text-align: right;
}
a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: red;
}
/*img.bale
{
	border: solid;
	border-color: white;
	border-width: 10px;
	position: relative;
	left: 30;
}*/

/*contact*/

div.contactkop
{
	font-family: futura, arial, helvetica, sans-serif;
	font-size: 50;
	text-align: center;
}
div.bevestig
{
	width: 74%;
	background: #eee;
	position: relative;
	left: 30;
	padding: 20px;
	font-family: arial, helvetica, sans-serif;
	border: solid;
	border-color: #333;
	border-width: 10px;
}
div.comment
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12;
	text-align: left;
	position: relative;
	left: 30;
}


/*form*/

.klein
{
	font-family: futura, sans-serif;
	font-size: 12;
	color: #333;
	position: absolute;
	left: 580;
}
input
{
	background-color: #ddd;
	border: black 1px solid;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	position: absolute;
	left: 200;
}
input.knop
{
	background-color: #ddd;
	border: black 1px solid;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	position: relative;
	left: 170;
}
textarea
{
	background-color: #eee;
	border: black 2px solid;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}