/**
 * Referenzierung
 */

div#referenzierung {
  position: relative;
  margin: 0 auto 0 auto;
  width: 400px;
  height: 400px;
  font: 7pt Verdana, Artial;
  border: 2px solid #c0c0c0;
}

div#referenzierung-tools {
  position: absolute;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
}

div#referenzierung p {
  margin: 0;
  padding: 5px 5px 8px 5px;
  border-top: 1px solid #c0c0c0;
  background: #e5e5e5;
}

div#referenzierung a {
  color: #808080;
  text-decoration: none;
}

div#referenzierung p a {
  padding: 2px 0 2px 18px;
  background: url(../../bilder/map/symbole/marker.gif) no-repeat;
}

div#referenzierung p input {
  border: 1px solid #c0c0c0;
  background: white;
  font-size: 7pt;
  font-family: Arial;
  width: 43px;
  margin-left: 5px;
  float: right;
  color: #808080;
  text-align: center;
}

div#referenzierung-layer {
  position: absolute;
  top: 0px;
  z-index: 1000;
  height: 19px;
  width: 100%;
}

div#referenzierung > div#referenzierung-layer {
  background: url(../../bilder/map/layout/back.png) repeat-x;
}

div#referenzierung-layer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  border-bottom: 1px solid #c0c0c0;
}

div#referenzierung-layer ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

div#referenzierung-layer ul li a {
  padding: 5px 10px;
  display: block;
  float: left;
  background: #e5e5e5;
  border-left: 1px solid #c0c0c0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

div#referenzierung-layer ul li a:hover,
div#referenzierung-layer ul li.aktiv a {
  background: white;
  color: black;
}

/**
 * Standard-Styles für
 * OpenLayers und Map
 */

div#map {
  width: 100%;
  height: 100%;
}

div.olControl-panup {
  background: url(../../bilder/map/symbole/buttons.gif) 0px 252px;
  cursor: pointer;
}

div.olControl-panleft {
  background: url(../../bilder/map/symbole/buttons.gif) 0px 231px;
  cursor: pointer;
}

div.olControl-panright {
  background: url(../../bilder/map/symbole/buttons.gif) 0px 210px;
  cursor: pointer;
}

div.olControl-pandown {
  background: url(../../bilder/map/symbole/buttons.gif) 0px 189px;
  cursor: pointer;
}

div.olControlPanZoomBarSlider {
  margin-left: 1px;
  background: url(../../bilder/map/symbole/slider.gif) 0px 0px;
  cursor: pointer;
}

div.olControl-zoomin {
  background: url(../../bilder/map/symbole/buttons.gif) 0px 168px;
  cursor: pointer;
}

div.olControl-zoomout {
  background: url(../../bilder/map/symbole/buttons.gif) 0px 147px;
  cursor: pointer;
}

.olHandlerBoxZoomBox,
.olHandlerBoxSelectFeature {
  border: 1px solid black;
  position: absolute;
  background-color: #0072BB;
  font-size: 1px;
  opacity: 0.40;
  filter: alpha(opacity=40);
}

.olCursorWait {
  cursor: wait;
}

.olDragDown {
  cursor: move;
}

.olDrawBox {
  cursor: crosshair;
}

.olControlDragFeatureOver {
  cursor: move;
}

.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
  cursor: -moz-grabbing;
}

div.olLayerDiv {
  -moz-user-select: none
}

.olControlNoSelect {
 -moz-user-select: none;
}

*|*:-moz-any-link:focus {
	outline: none;
}
