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

html, body {
	margin: 0px;
	background: url(../images/background.jpg) top center no-repeat;
}
body, td {
	font-family: arial;
	font-size: 12px;
	color: #666;
}

a {
	color: #666;
}

a:hover {
	color: #ff0000;
}

div#content {
	margin: 20px;
	line-height: 150%;
}
.header {
	font-size: 18px;
	font-weight: bold;
}
.rood {
	color: red;
}

#referentie {
	display: table;
	float: left;
	width: 108px;
	height: 108px;
	padding: 4px;
	border: solid #ccc 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

	#referentie a {
		display: table-cell;
		vertical-align: middle;
	}

	#referentie img {
		border: none;
	}
	
textarea {
	width: 300px;
	height: 200px;
	padding: 4px;
	font-family: arial;
	line-height: 150%;
	font-size: 12px;
}
