@import url(menu.css);
@import url(headerMenu.css);
@import url(occ01.css);
html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body {
	margin-top: 10px;
	background-image: url(../images/template/background.jpg);
	background-repeat: repeat;
}
div#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 990px;
	border-bottom: 1px solid #000;
	background-image: url(../images/template/contentBack.jpg);
	background-repeat: repeat-y;
}
div#header {
	height: 100px;
	background-image: url(../images/template/top.jpg);
}
div#headerFoto {
	width: 695px;
	height: 99px;
	margin-left: 192px;
	padding-top: 1px;
	float: left;
}
div#talen {
	width: 100px;
	float: left;
	height: 30px;
	padding-top: 60px;
}
div#talen img {
	border: none;
}
div#headerMenu {
	clear: both;
	height: 20px;
	background-color: #7DA67D;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
div#contentWrapper {
}
div#leftMenu {
	width: 192px;
	float: left;
	border-top: 1px solid #000;
}
div#content {
	width: 796px;
	float: left;
	border-top: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#content div#tekst {
	padding: 10px;
}
div#content a {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
div#content h1 {
	font-size: 20px;
}
div#content h2 {
	font-size: 16px;
}
div#lpages {
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
}
div#lpages a:hover {
	text-decoration: underline;
}
div#googlemap {
	width: 750px;
	height: 500px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	border: 1px solid #000;
	color: #000;
	line-height: 13px;
	text-align: center;
}
div.clearer {
	clear: both;
}