body {
	cursor: default;
	overflow: hidden;
	background: #643A5E;
}

#kop {
	background: url(/images/vechtdalwandelroutes.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 180px;
	z-index: 9999;
}

#container {
	position: absolute;
	top: 162px;
	left: 203px;
	right: 203px;
	bottom: 0;
	display: block;
}

#map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#tooltip {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	background: #ffc;
	z-index: 9990;
	overflow: hidden;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #666;
	font-family: Verdana, Arial;
	font-size: 10pt;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.attimg {
	vertical-align: middle;
	padding-bottom: 2px;
}

#menu {
	position: absolute;
	width: 200px;
	top: 162px;
	left: 0;
	bottom: 0;
	padding-top: 20px;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	background: #fff;
	overflow: auto;
}

.menuitem, .menuitemhover {
	cursor: pointer;
	display: block;
	font: 10pt Verdana, Arial;
	font-weight: bold;
	padding: 5px;
}

.menuitem {
	color: #643A5E;
}

.menuitemhover {
	color: #fff;
	text-shadow: 0px 2px 2px #000;
	background: #643A5E;
}

.submenu {
	display: none;
	border-top: 1px solid #643A5E;
}

.submenuitem, .submenuitemhover {
	cursor: pointer;
	display: block;
	padding: 5px 5px 5px 10px;
	font: 8pt Verdana, Arial;
	border-bottom: 1px solid #643A5E;
}

.submenuitem {
	background: #eeffee;
	color: #000;
}

.submenuitemhover {
	background: #643A5E;
	color: #fff;
}

#routes {
	position: absolute;
	width: 190px;
	top: 162px;
	bottom: 33px;
	right: 0;
	font-family: Verdana, Arial;
	font-size: 10pt;
	background: #fff;
	padding: 20px 5px 5px;
	overflow: auto;
}

#routes a, #savedialog a, .poi a {
	text-decoration: none;
	color: #90C35E;
}

#routes a:hover, #savedialog a:hover, .poi a:hover {
	background: #90C35E;
	color: #fff;
}

#graph {
	padding-top: 5px;
	width: 180px;
	height: 100px;
	font-family: Arial;
}

.route {
	margin-bottom: 5px;
	padding: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #ccc;
	background: #fff;
	font-family: Verdana, Arial;
	font-size: 10pt;
	cursor: pointer;
}

#savedialog {
	position: absolute;
	display: none;
	top: 200px;
	width: 400px;
	padding: 5px 10px;
	background: #fff;
	font-family: Verdana, Arial;
	font-size: 10pt;
	border-radius: 4px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	z-index: 9999;
}

#sendtodevice {
	position: absolute;
	left: 240px;
	top: 60px;
	width: 320px;
	height: 400px;
	z-index: 9998;
	display: none;
	opacity: 1.0;
}

#blanket {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	background-color: #ccc;
	opacity: 0.5;
	z-index: 9997;
}

#siteinfo {
	position: absolute;
	font-family: Verdana, Arial;
	font-size: 10px;
	background: #fff;
	color: #90C35E;
	right: 0;
	height: 28px;
	padding-top: 3px;
	width: 200px;
	bottom: 0;
	text-align: center;
}

#siteinfo a {
	text-decoration: none;
	color: #90C35E;
}

#siteinfo a:hover {
	background: #90C35E;
	color: #fff;
}

#hidden {
	display: none;
}

#layers {
	z-index: 9995;
	position: absolute;
	right: 10px;
	top: 30px;
	background: #fff;
	font-family: Verdana, Arial;
	font-size: 8pt;
	padding: 4px;
	border-radius: 4px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	text-align: center;
}

#layerselect {
	text-align: left;
	display: none;
}

#layerselect td {
	font-family: Verdana, Arial;
	font-size: 8pt;
}

#viewlink {
	text-decoration: underline;
	color: #90C35E;
}

#permalink {
	overflow: auto;
}

.poi {
	font-family: Arial;
	font-size: 10pt;
/*	margin-top: -15px; */
}

.poi h1 {
	font-family: Arial;
	font-size: 12pt;
}

.poihead {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.poipad {
	padding: 5px;
}

.poi table {
	border-collapse: collapse;
	width: 325px;
}

.poi td {
	vertical-align:top;
	font-family: Arial;
	font-size: 10pt;
	padding: 5px;
}

.poi .kop {
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #643A5E;
}

.poi .voet {
	background: #643A5E;
	height: 2px;
}

.poi .icntel {
	padding-top: 2px;
	vertical-align: top;
}

.poi .icnmail {
	padding-top: 3px;
	vertical-align: top;
}

.poi .icnweb {
	padding-top: 3px;
	vertical-align: top;
}

.customcloser {
	font: 16px/14px Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #999;
	cursor: pointer;
	padding: 4px;
}

.customcloser:hover {
	color: #333;
}
	
.leaflet-popup-scrolled {
	border: 0px;
}

.leaflet-popup-content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.leaflet-popup-content-wrapper {
	-webkit-border-radius: 0px;
			border-radius: 0px;
}

.leaflet-container a.leaflet-popup-close-button {
	display: none;
}

.leaflet-container .leaflet-control-zoomslider {
	margin-left: 10px;
	margin-top: 30px;
}

#appinfo {
	display: none;
	position: absolute;
	background: #fff;
	top: 50px;
	width: 450px;
	padding: 10px;
	margin: 0 auto;
	left: 0;
	right: 0;
	font-family: Verdana, Arial;
	font-size: 10pt;
	border-radius: 4px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	z-index: 9999;
	text-align: center;
}

#appcode {
	background-color: #165318;
	color: #fff;
	font-family: Verdana, Arial;
	font-size: 10pt;
	padding: 5px;
}
