@import url("menu.css");
html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div#container {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
div#header {
	height: 361px;
	background-image: url(../images/template/header.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
div#leftbar {
	width: 280px;
	float: left;
	padding-bottom: 25px;
}
div#mainmenu {
	padding-left: 3px;
	padding-top: 10px;
	padding-bottom: 50px;
	background-image: url(../images/template/leftheader.jpg);
	background-repeat: no-repeat;
}
div#languageSelect {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 10px;
}
div#languageSelect img {
	border: none;
}
div#contentWrapper {
}
div#content {
	width: 679px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}
div#contact {
	font-size: 12px;
	background-image: url(../images/template/leftfooter.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
div#contact p {
	padding-left: 20px;
	padding-right: 20px;
}
div#contact p.contactHeader {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 25px;
	background-image: url(../images/template/leftfooter.jpg);
	font-size: 16px;
	font-weight: bold;
	color: #007E7D;
	text-transform: uppercase;
}
div#contact p.bodewes {
	color: #007E7D;
	font-weight: bold;
}
div#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #007E7D;
}
div#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #007E7D;
}
div#content a {
	color: #000;
}
div#content img {
	margin: 5px;
}
div#footer {
	height: 15px;
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
	background-image: url(../images/template/footer.jpg);
	font-size: 10px;
	color: #FFF;
}
div#footer span.footerleft {
	float: left;
}
div#footer span.footerright {
	float: right;
}
div#googlemap {
	width: 680px;
	height: 500px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	border: 1px solid #000;
	color: #000;
	line-height: 13px;
	text-align: center;
	margin-bottom: 10px;
}
div.clearer {
	clear: both;
}