body {
	margin: 0;
	background: #f0f0f0 url(bg.png) fixed;
	overflow-y: scroll;
}

hr {
	background-color: #f60;
	color: #f60;
	height: 2px;
	border: 0;
}

img {
	border: 0;
}

label {
	cursor: pointer;
}

#main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #258FCB url(/images/kop/kaart2.jpg) no-repeat top right;
	padding-top: 20px;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
}

.menuitem {
	color: #fff;
}

.menuitem, .menuitemsel {
	display: block;
	width: 205px;
	padding: 5px;
	font: 10pt Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.menuitem:hover, .menuitemsel {
	color: #fff;
	font-weight: bold;
}

.subitem {
	background: #fffeea;
	color: #f30;
}

.subitem:hover {
	background: #f60;
	color: #fff;
}

.subitemsel {
	background: #f90;
	color: #fff;
}

.subitem, .subitemsel {
	display: block;
	width: 200px;
	padding: 5px 5px 5px 10px;
	font: 8pt Verdana, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #f60;
}

#kop {
	margin-top: -20px;
	height: 100px;
	background: url(/layout/kop.png);
}

#kop img {
	display: none;
}

#zoek {
	margin-top: 15px;
	float: right;
	font: 8pt Verdana, sans-serif;
	width: 150px;
	height: 1.5em;
	border: 2px inset #f60;
	background: url(search.png) center left no-repeat #fff;
	padding-left: 23px;
	padding-right: 3px;
	margin-right: 10px;
}

#links {
	float: left;
	z-index: 999;
}

#menu {
	margin-left: 5px;
	padding: 0;
	width: 215px;
	overflow: hidden;
}

#software {
	width: 180px;
	background: #fffeea;
	float: right;
	border: 1px solid #f60;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.softwrap {
	clear: both;
	padding: 10px;
}

.softimg {
	float:left;
	cursor: pointer;
}

.softdesc {
	margin-left: 65px;
	padding-top: 4px;
	font: 8pt Verdana, sans-serif;
}

.softdesc a {
	display: block;
	color: #f30;
	text-decoration: none;
}

.softdesc a:hover {
	background: #f60;
	color: #fff;
}

#colofon {
	margin-left: 230px;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
	color: #fff;
	font: 10pt Verdana, sans-serif;
}

#inhoud {
	margin-left: 225px;
	margin-right: 0;
	padding: 20px;
	font: 10pt Verdana, sans-serif;
	margin-bottom: 10px;
	background: #fff;
}

#inhoud a {
	color: #f30;
	text-decoration: none;
}

#inhoud a:hover {
	background: #f60;
	color: #fff;
}

#inhoud a[href $=".gpx"],
#inhoud a[href $=".gdb"],
#inhoud a[href $=".pdf"],
#inhoud a[href $=".zip"],
#inhoud a[href $=".gz"],
#inhoud a[href $=".bz2"],
#inhoud a[href $=".cmd"],
#inhoud a[href $=".exe"],
#inhoud a[href $=".wlx"],
#inhoud a[href $=".dmg"] {
	background: url(file.png) center right no-repeat;
	padding-right: 15px;
}

#inhoud a:hover[href $=".gpx"],
#inhoud a:hover[href $=".gdb"],
#inhoud a:hover[href $=".pdf"],
#inhoud a:hover[href $=".zip"],
#inhoud a:hover[href $=".gz"],
#inhoud a:hover[href $=".bz2"],
#inhoud a:hover[href $=".cmd"],
#inhoud a:hover[href $=".exe"],
#inhoud a:hover[href $=".dmg"],
#inhoud a:hover[href $=".wlx"] {
	background: #f60 url(file.png) center right no-repeat;
	padding-right: 15px;
}

#inhoud a[href ^="http:"], #inhoud a[href ^="https:"] {
	background: url(external.png) center right no-repeat;
	padding-right: 16px;
}

#inhoud a:hover[href ^="http:"], #inhoud a:hover[href ^="https:"] {
	background: #f60 url(external.png) center right no-repeat;
	padding-right: 16px;
}

.indexhead {
	font-size: 10pt;
	color: #fff;
	padding: 5px;
	font-weight: bold;
}

.indexdate {
	font-size: 7pt;
	color: #fff;
	padding-top: 7px;
	padding-right: 5px;
	float: right;
}

.indextext {
	border-color: #f60;
	border-width: 1px;
	border-style: none solid;
	background: #fffeea;
	display: block;
	padding: 5px;
}

.indextext img {
	float: left;
}

.indextext div {
	margin-left: 75px;
	min-height: 64px;
}

.leesverder {
	border-color: #f60;
	border-width: 1px;
	border-style: none solid solid;
	background: #fffeea;
	display: block;
	padding: 5px;
	margin-bottom: 20px;
}

.klein {
	font-style: italic;
	font-size: 8pt;
}

h1 {
	font-size: 14pt;
	color: #258FCB;
}

h2 {
	font-size: 10pt;
}

td {
	font-family: Verdana, sans-serif; 
	font-size: 10pt;
}

.bordertable {
	border: 1px solid #f60;
	border-width: 0 1px 1px;
	border-collapse: collapse;
}

.bordertable td {
	border: 1px solid #f60;
	vertical-align: top;
	padding: 2px;
}

.bordertable th {
	text-align: left;
	font-family: Verdana, sans-serif; 
	font-size: 10pt;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #f60;
	border-width: 0 1px 1px;
}

.bordertable ul {
	margin: 0px;
}

.bordertable ol {
	margin: 0px;
}

.bordertable li {
	margin-left: -15px;
}

.map {
	color: #258FCB;
}

code {
	color: #090;
}

#softblock {
	text-align: center;
	float: right;
	margin: 10px;
	padding: 10px;
	background: #fffeea;
	border: 2px solid #f60;
	line-height: 20pt;
}

#softblock > img {
	padding: 5px;
}

#softblock > .softblockimg > a:hover[href] {
	background-image: none;
	background-color: #fffeea;
	padding: 0;
}

.softname {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.a {
	display: inline;
}

.b {
	display: none;
}

.col4 {
	-o-column-count: 4;
	-icab-column-count: 4;
	-khtml-column-count: 4;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	-o-column-gap: 20px;
	-icab-column-gap: 20px;
	-khtml-column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-o-column-rule: 1px solid #f60;
	-icab-column-rule: 1px solid #f60;
	-khtml-column-rule: 1px solid #f60;
	-moz-column-rule: 1px solid #f60;
	-webkit-column-rule: 1px solid #f60;
	column-rule: 1px solid #f60;
}

.col4 div {
	text-indent: -20px;
	padding-left: 20px;
}

.menuitem:hover, .menuitemsel, .indexhead, th, #poititle {
	background: #f60;
}

.tabel td {
	vertical-align: top;
}

.gcgta {
	width: 490px;
	font-family: Arial;
	font-size: 10pt;
}

.gcgtoolbar {
	margin-bottom: -6px;
	width: 500px;
	height: 22px;
	overflow: hidden;
}

.gcgtoolbar a {
	text-decoration: none;
	margin-right: 5px;
}

.gcgtoolbar a:hover img {
	border: 1px solid #f60;
	background: #fff;
	box-shadow: 2px 2px 2px #f60;
}

.gcgtoolbar a img {
	border: 1px solid #999;
	padding: 1px;
}

.gcgwarn {
	color: #f00;
	display:none;
}

#wait {
	display: none;
	position: absolute;
	top: 225px;
	left: 375px;
	height: 40px;
	width: 40px;
	padding: 5px;
	background: #fff url(/layout/largewait.gif) center no-repeat;
	border: 1px solid #444;
	box-shadow: 5px 5px 5px #999;
}

#blanket {
	display: none;
	background-color:#ccc;
	opacity: 0.65;
	filter: alpha(opacity=65);
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
}

#popUpMap {
	display: none;
	width: 800px;
	height: 500px;
	position: absolute;
	z-index: 9002;
	border: 1px solid #444;
	box-shadow: 8px 8px 8px #999;
}

#popUpDiv {
	display: none;
	width: 800px;
	height: 500px;
	position: absolute;
	z-index: 9002;
	padding: 5px;
	background: #fffeea;
	border: 2px solid #f60;
	box-shadow: 8px 8px 8px #999;
}

#poimap {
	position: absolute;
	top: 30px;
	left: 0;
	width: 800px;
	height: 470px;
}

#poititle {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	padding-top: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	height: 24px;
	color: #fff;
}

#poilist {
	background: #fffeea;
	position: absolute;
	top: 30px;
	left: 650px;
	width: 149px;
	height:	470px;
	font-family: arial;
	font-size: 10pt;
	border-left: 1px solid #000;
	overflow: auto;
	display: none;
}

#poilist div {
	padding-left: 5px;
	padding-right: 5px;
}

#sluitknop {
	position: absolute;
	display: none;
	padding-top: 2px;
	z-index: 9999;
}

.alert {
	color: #fff;
	background: #f60;
	padding: 10px;
}

#alert a {
	color: #fff;
	text-decoration: underline;
}

#alert a:hover {
	color: #f30;
	background: #fff;
}

#pagelogo {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#paypal {
	margin-left:5px;
	text-align:center;
	width: 215px;
	padding-top: 10px;
	margin-top: 15px;
	overflow: hidden;
}

.leaflet-popup-content-wrapper {
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.leaflet-container a.leaflet-popup-close-button {
	color: #999 !important;
	background-color: #fff !important;
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #333 !important;
	text-decoration: none !important;
	background-color: #fff !important;
}

.utfg-clickable, .utfg-clickable .leaflet-clickable, .utfg-clickable .leaflet-container {
	cursor: pointer;
}

.leaflet-bar a {
	color: #000 !important;
}

.leaflet-bar a:hover {
	text-decoration: none !important;
	background-color: #fff !important;
	color: #000 !important;
}

.lettermarker {
	background: url(/geo/leaflet/0.7/images/marker-icon-blank.png) no-repeat;
	font-family: Verdana;
	font-size: 10pt;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}

.cen {
	text-align: center !important;
}
