@CHARSET "UTF-8";

html, body {
	height: 100%;
	width: 100%;
}

* { 
	margin: 0; 
	padding: 0; 
	font-family:helvetica; 
	font-size:x-small;
}

.markerLabel { 
	background-color: white; 
	padding: 0.2em 0.5em;
	border: solid black 1px;
	opacity: 1.0; 
	font-size:xx-small; 
	white-space: nowrap; 
	text-align: center;
}
img:hover+div.markerLabel, div.markerLabel:hover {
	background-color: #EEEEEE;
	z-index: 9999999999;
}

ul {
	list-style-type: none; 
	width: 100%; 
	height: 100%; 
	float: left; 
	overflow:auto;
}

li { 
	margin: 0; 
	padding: 0
}
#coordliste {
	display: block;
	float: left;
	max-height: 240px;
	width: 640px;
	overflow: auto;
}
#coordliste li {
	display: block;
	height: 30px;
	width: 600px;
	padding: 6px;
	margin: 2px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#coordliste li:hover, #coordliste  li.mouseOver{
	background-color: #99EEFF;
}
#coordliste input[type=button] {
	min-width: 20px;
}
#allgliste li {
	margin: 2px;
	padding: 2px;
	clear: both;
}
#allgliste li label * {
	float: left;
}
#allgliste input[type=text] {
	text-align: center;
	margin: 0px 5px;
}

input { 
	border: none; 
	height:1.5em; 
	vertical-align: top;
}
  input[type=button]	{	
  	border:none; 
  	cursor:pointer; 
  	color:black; 
  	background-color: #99CCFF;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	margin: 2px;
  	height:18px;
  	padding-bottom: 3px;
  }
  input[type=button]:hover	{	
  	background-color: #4682B4;
  	color: white;
  }
  
  #allgliste input[type=button] {
  	width: 160px;
  	clear: both;
  	float: left;
  }
  label>span {
  	height:18px;
  	padding-bottom: 3px;
  }

checkbox { 
	border: solid black 1px; 
}

div#map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
div.window {
	position: absolute;
	z-index: 1;
	border: solid #99FFFF 5px;
	border-top-width: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	background-color: #CCFFFF;
	opacity: 0.8;
}
div.window h1 {
	display: block;
	color: #4682B4;
	width: 100%;
	text-align: center;
	font: normal bold 14pt helvetica;
	background-color: #99FFFF;
	padding-bottom: 4px;
	margin: 0;
}
div.window:hover {
	border-color: #99EEFF;
	opacity: 1;
}
div.window:hover h1 {
	background-color: #99EEFF;
}
div#coordliste_w {
	top: 60%;
	height: 270px;
}

div#allginfo_w {
	left: 70%;
	top: 50%;
}
