#nieuwsvak {
	background-color: #CCC;
	float: left;
	height: 200px;
	width: 485px;
	margin-top: 20px;
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 5px;
	border-radius: 10px;
	border:solid 2px #000;
}
#randomfotovak {
	background-color: #CCC;
	float: right;
	height: 250px;
	width: 250px;
	margin-top: 10px;
	margin-right: -4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 10px;
	border:solid 2px #000;
}

#nieuwsfoto {
	float: left;
	height: 180px;
	width: 180px;
	border: 2px groove #333;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 10px;
}
.nieuwsitem {
	background-color: #A00;
	border: 1px dotted #900;
	float: right;
	width: 280px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left:5px;
	height: 52px;
	color:#600;
	border-radius: 10px;
}
.nieuwsitem a
{
color:#500;
font-weight:bold;
}
#gastenboekvak {
	background-color: #CCC;
	float: left;
	width: 190px;
	margin-top: 10px;
	margin-left: 10px;
	min-height: 255px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	border:solid 2px #000;
}
#gastenboekvak h3{
	text-align:center;

	margin-bottom:2px;
}
#gastenboekvak hr{
	text-align:center;
	width:160px;
	color:#D00;
	background-color: #900;
	height:1px;
	border:0px;
}

#middenkolomindex {
	float: left;
	width: 500px;
	min-height: 100px;
	text-align: left;
}
