@import url(menus.css);
html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body {
	padding-top: 20px;
	background-image: url(../images/template/bodyback.jpg);
}
div#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 1200px;
}
* html div#container {
	width: 100%;
}
div#header {
	height: 145px;
	background-image: url(../images/template/topbackrepeat.jpg);
	background-repeat: repeat-x;
}
div#topRight {
	padding-top: 10px;
	float: right;
	width: 450px;
	background-image: url(../images/template/toprightback.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#topLeft {
	width: 394px;
	height: 27px;
	padding-top: 118px;
	padding-left: 125px;
	float: left;
	background-image: url(../images/template/topleftback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#contentWrapper {
	width: 100%;
}
div#leftMenu {
	width: 130px;
	float: left;
}
div#rightContent {
	float: left;
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
div#mainText {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 450px;
}
div#mainText h1 {
	font-size: 24px;
}
div#mainText h2 {
	font-size: 14px;
}
div#mainText a {
	color: #CA0000;
	font-weight: bold;
	text-decoration: none;
}
div#mainText a:hover {
	text-decoration: underline;
}
div.clearer {
	clear: both;
}
div#googlemap {
	width: 500px;
	height: 500px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	border: 1px solid #000;
	color: #000;
	line-height: 13px;
	text-align: center;
}

div#terugbel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-bottom: 22px;
	font-weight: bold;
}
div#terugbel p, div#terugbel input, div#terugbel form {
	margin: 0px;
	padding: 0px;
}
div#terugbel p#terugbelHeader {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	color: #FFF;
}
div#terugbel input {
	width: 90px;
	border: 1px solid #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	margin-top: 1px;
}
div#terugbel input.terugbelBtn {
	width: 92px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EA0606;
	color: #000;
	font-weight: bold;
}
div#terugbel span.space {
	display: block;
	float: left;
	width: 53px;
	line-height: 15px;
}
