#gastenboek a.nieuw-bericht {
	background:#2B86CD;
	padding:2px 6px;
	float:right;
	border:2px solid #000;
	color:#fff;
	margin:10px;
}

#gastenboek a.nieuw-bericht:hover {
	color:#f6e911;;
}

#gastenboek ul {
	margin-top:60px;
	padding:15px;
	list-style:none;
}

#gastenboek li {
	border:1px solid #000;
	margin-bottom:20px;
}

#gastenboek div.header {
	border-bottom:1px solid #000;
}

#gastenboek div.header div.datum,
#gastenboek div.header div.naam,
#gastenboek div.header a {
	display:block;
	float:left;
	width:216px;
	padding:10px;
}

#gastenboek div.datum {
	text-align:right;
}

#gastenboek div.bericht {
	padding:10px;
}

#gastenboek form {
	padding:10px;
}

#fotos ul {
	list-style:none;
	padding:0;
	margin:0;
}

#fotos ul li {
	display:block;
	width:220px;
	height:200px;
	vertical-align:middle;
	text-align:center;
	padding:10px;
}

#fotos ul li {
	float:left;
}

#albums ul {
	list-style:none;
	padding:0;
	margin:0;
}

#albums ul li {
	float:left;
	width:220px;
	height:200px;
	text-align:center;
}

#content ol.navigation {
	color:#fff;
	text-align:center;
	list-style:none;
	padding:0;
	margin:0;
}

#content ol.navigation li a {
	border:0;
	display:block;
	width:20px;
	height:20px;
	color:#fff;
	text-decoration:underline;
}

#content ol.navigation li {
	float:left;
	border:1px solid #000;
	margin:0 5px;
	background:#2B86CD;
	width:20px;
	height:20px;
}

form.aanmelden fieldset {
	border-top:1px solid #fff;
	padding:20px 30px;
}

form.aanmelden legend {
	font-weight:bold;
	text-transform:uppercase;
	
}

form.aanmelden input,
form.aanmelden label {
	margin:0 0 15px;
}

form.aanmelden div.truimaat {
	float:left;
	width:250px;
}

form.aanmelden div.truimaat input,
form.aanmelden div.truimaat label {
	margin:0 0 5px;
}

form.aanmelden input.box {
	width:auto;
	margin:0 5px 0 0;
}

form.aanmelden label.box {
	width:420px;
}