@charset "utf-8";
#reserveerdiv {
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
#printdiv {
	width: 150mm;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
}

#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}


#reserveertable  td {
	font-size: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	vertical-align: top;
	text-align: left;
	padding: 0.2em;
	font-family: Verdana, Geneva, sans-serif;
}
#reserveerview {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	padding: 15px;
	border: 1px solid #09F;
}

#res_detailsleft {
	width: 150px;
	float: left;
	padding-right: 15px;
}
#res_detailsright {
	height: 30px;
}
#res_detailscontact {
	float: left;
	width: 300px;
}
#res_detailsafgehaald {
	float: right;
	width: 200px;
}


input.textbox {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
	float: none;
	height: 15px;
	font-size: 1em;
	color: #666;
	clear: right;
}

td.textfieldlabel {
	color: #FFFFFF;
	width: 125px;
	display: block;
	height: 12px;
	float: left;
	text-align: right;
	padding-right: 15px;
}
textarea.textarea {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 1em;
	width: 200px;
	height: 7em;
	display: block;
}
form.contactform {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
	width: 800px;
	color: #FFFFFF;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #00A7C9;
}
.formelementsdiv {
	width: 350px;
	padding-top: 10px;
}

input.button {
	font-weight: bold;
	color: #FFF;
	background-color: #F15A22;
	border: 2px solid #CCC;
	font-size: 1em;
	width: 150px;
}
.clearboth {
	clear: both;
}
.alafgehaald {
	color: #FFF;
	background-color: #F00;
	height: 50px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	font-size: 30px;
}
