* {
	margin: 0;
	padding: 0;
}
html, body, #body {
	height: 100%;
}
body {
	background: url('images/background.jpg') repeat-x #D3EAC0;
	font-family: Verdana, Tahoma, sans-serif;
}
#container {
	min-width: 550px;
	max-width: 900px;
	width: 85%;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
#aab {
	text-align: center;
	margin: 25px 0 0 0;
	font-size: 24px;
	font-weight: normal;
}
img {
	border: none;
}
p {
	margin-bottom: 10px;
}
#copyright {
	background: url('copyright.png');
	line-height: 15px;
	font-size: x-small;
	color: white;
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: none;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #7DAE14;
	clear: both;
}
#wattebieden {
	list-style-type: none;
	font-size: small;
}
#wattebieden li {
	width: 48%;
	padding: 0 1%;
	float: left;
}
#wattebieden img {
	float: left;
	padding: 5px;
}
#wattebieden h3 {
	text-align: right;
}
h3 {
	font-weight: normal;
	color: #7DAE14;
	font-style: italic;
}
.deco {
	float: right;
	background: #7DAE14;
	padding: 5px;
	border: 5px solid #D3EAC0;
	margin: 10px;
}
a {
	color: black;
}
ol, ul {
	padding: 10px;
}
/*
	FORM
*/
fieldset {
	border: 1px solid white;
	padding: 5px;
}
label {
	display: inline-block;
	width: 150px;
}
legend {
	color: black;
	padding: 0 5px;
}
textarea {
	width: 100%;
	height: 250px;
}
form em {
	color: red;
}
#berichtlabel {
	display: none;
}
/*
	DOCK
*/
.dock {
	position: relative;
	height: 125px;
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 55px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	/*width: 40px;*/
	width: 55px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	font-size: .8em;
	text-align: center;
}
.dock-item:hover span {
	font-size: 1em;
	padding-left: 20px;
}
