body{
	font-family: Verdana;
	font-size: 12px;
}

h1{
	font-size: 22px;
	margin:0px;
}

h2{
	font-size: 16px;
	margin-top: 5px;
}

form {
	margin: 0;
}

div#holder{
	width: 774px;
	margin: 0 auto;
}

div#top {
	width: 720px;
	height: 19px;
	background-image: url('images/top.png');
	color: white;
	padding-top: 158px;
	padding-left: 54px;
	font-weight: bold;
}

div#top a {
	color: white;
	text-decoration: none;
	margin-right: 40px;
}

div#top a:hover {
	text-decoration: underline;
}

div#middle {
	width: 774px;
	height: auto;
	min-height: 500px;
	background-image: url('images/middle.png');
	background-repeat: repeat-y;
}

div#middle div#content {
	padding: 25px 55px 15px 48px;
	line-height: 22px;
}

div#middle div#content img {
	border: 0;
	margin-right: 10px;
}

div#middle div#content .reserveernu {
	font-size: 16px;
	width: 200px;
	background-color:#0278c0;
	color: white;
	padding: 10px;
	margin: 0 auto;
}

div#middle div#content .reserveernu select {
	width: 50px;
}

div#middle div#content .reserveernu .input {
	color: #0278c0;
	background-color:#dcff1d;
	margin-top: 6px;
	font-weight: bold;
}

div#middle div#content table.prijzen tr td {
	background-color: #0278c0;
	color: white;
	padding: 5px;
	font-weight: bold;
}

div#prijs_dagen{
	color:white;
	background-color: #0278c0;
	height: 60px;
	width: 500px;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 20px;
}

div#prijs_dagen span {
	font-size: 25px;
}

div#bottom {
	width: 774px;
	height: 37px;
	background-image: url('images/bottom.png');
}

div.error {
	border: 1px solid red;
	background-color: #FFEEEE;
	padding: 10px;
	color: red;
	margin-bottom: 15px;
}

div.oke {
	border: 1px solid darkgreen;
	background-color: #EEFFEE;
	padding: 10px;
	color: darkgreen;
	margin-bottom: 15px;	
}