body {
	background-color: #fff;
	font-family: Helvetica;
	color: #333;
	font-size: 13px;
}

a {
	color: #4a4949;
}

.midden {
	width: 1000px;
	display: block;
}

strong {
	font-weight: bold;
}

#logo {
	display: block;
	height: 32px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 75px;
	margin: 15px 0;
	padding-top: 4px;
	font-size: 28px;
	color: #4a4949;
	font-weight: bold;
}

.auteur {
	font-style: italic;
	text-align: right;
	color: #4a4949;
	padding-top: 13px;
	font-size: 13px;
	font-weight: normal;
}
#ban {
	display: block;
	background-color: #98bf21; <!--green-->
}

#ban .midden {
	background-image: url('../images/Haarlem_St_Bavo_orgel.JPG');
	background-repeat: no-repeat;
	background-position: top right;
	height: 225px;
	padding-top: 100px;
	padding-left: 40px;
}

#ban .midden p {
	border-top-left-radius: 30px;
        border-top-right-radius: 30px;
	display: block;
	height: 250px;
	padding: 30px;
	padding-top: 80px;
	width: 280px;
	background-color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 120%;
}

#hoofd ul {
	float: right;
	width: 500px;
	min-height: 20px;
	padding-top: 12px;
}

#hoofd li {
	float: left;
	list-style: none;
	padding-left: 12px;
}

#hoofd li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

#hoofd li a:hover {
	text-decoration: underline;
}

#rcol {
	float: right;
	width: 380px;
	display: block;
	padding-top: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}


#lcol {
	width: 540px;
	display: block;
	padding: 40px 0;
	color: #000;
	font-size: 14px;
	line-height: 160%;
	margin-left: 22px;
}

#lcol p {
	margin-bottom: 1em;
}

h1 {
	font-weight: bold;
	margin-bottom: 22px;
}

input, textarea {
	font-size: 14px;
	border: 1px solid #bbb;
	padding: 4px;
	width: 300px;
}

textarea {
	height: 100px;
	resize: vertical;
}

.fout {
	border: 1px solid #f00;
}

.addresss {
	font-weight: normal;
	font-size: 12px;
}
#footer {
	display: block;
	background-color: #98bf21;
	min-height: 20px;
	padding-top: 12px;
}