body {
	cursor: default;
	background: #527936 url(/images/reggekop.jpg) no-repeat;
	overflow: hidden;
}

#kop {
	position: absolute;
	top: 0px;
}

#bird {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9991;
}

#wwwregge {
	position: absolute;
	width: 200px;
	right: 10px;
	top: 109px;
	font-family: Verdana;
	font-size: 17px;
	z-index: 9991;
	text-align: center;
}

#wwwregge a {
	color: #fff;
	text-decoration: none;
}

#container {
	position: absolute;
	top: 134px;
	left: 203px;
	right: 203px;
	bottom: 0;
	display: block;
}

#map {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#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: 134px;
	left: 0;
	bottom: 0;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	background: #fff;
	overflow: auto;
	box-shadow: 4px 4px 4px #444;
}

.menuitem, .menuitemhover {
	cursor: pointer;
	display: block;
	font: 10pt Verdana, Arial;
	font-weight: bold;
	padding: 5px;
}

.menuitem {
	color: #527936;
}

.menuitemhover {
	color: #fff;
	text-shadow: 0px 2px 2px #000;
	background: #527936 url("/images/gradient-bg_regge.png") repeat-x;
	background-image: -moz-linear-gradient(top, #fff, #527936 20%, #527936 80%, #273A1A);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#273A1A), color-stop(0.2, #527936), color-stop(0.8, #527936));
}

.submenu {
	display: block;
	border-top: 1px solid #527936;
}

.submenuitem, .submenuitemhover {
	cursor: pointer;
	display: block;
	padding: 5px 5px 5px 10px;
	font: 8pt Verdana, Arial;
	border-bottom: 1px solid #527936;
}

.submenuitem {
	background: #feffea;
	color: #527936;
}

.submenuitemhover {
	background: #527936;
	color: #fff;
}

#routes {
	position: absolute;
	width: 190px;
	top: 134px;
	bottom: 33px;
	right: 0;
	font-family: Verdana, Arial;
	font-size: 10pt;
	background: #fff;
	padding: 5px;
	overflow: auto;
}

#routes a, #savedialog a, .poi a {
	text-decoration: none;
	color: #5f9426;
}

#routes a:hover, #savedialog a:hover, .poi a:hover {
	color: #e77119;
}

#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: 210px;
	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: #527936;
	right: 0;
	height: 28px;
	padding-top: 3px;
	width: 200px;
	bottom: 0;
	text-align: center;
}

#siteinfo a {
	text-decoration: none;
	color: #527936;
}

#siteinfo a:hover {
	background: #527936;
	color: #fff;
}

#hidden {
	display: none;
}

#layers {
	z-index: 9995;
	position: absolute;
	right: 10px;
	top: 10px;
	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: #527936;
}

#permalink {
	overflow: auto;
}

.poi h1 {
	font-family: Arial;
	font-size: 12pt;
}

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

.poi {
	font-family: Arial;
	font-size: 10pt;
}

.leaflet-popup-content-wrapper {
	-webkit-border-radius: 4px;
			border-radius: 4px;
}

.leaflet-container a.leaflet-popup-close-button {
	color: #999;
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #333;
}

.customcloser {
	display: none;
}

#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;
}
