
/**
 * Map Examples Specific
 */
.smallmap {
    width: 650px; /*512px;*/
    height: 450px;  /*256px;*/
    border: 1px solid #ccc;
}
.fullmap {
    border: 3px solid #FF5D5D;
}
#tags {
    display: none;
}

#panel {
}

#panel_ed {
}

#panel div, #panel_ed div { 
    float: left;  /* damit sie nebeneinander stehen */
    margin: 0 10px 0 0px; /* Ränder um die Icons */
}

/* überschreiben */
.olPopupContent {
  border: 2px solid #ccc;
}
.olControlEditingToolbar  {
    float:left;
    margin: 0 0px 0 0px;  /* Ränder um die Icons */
}
.olControlEditingToolbar .olControlSelectFeatureItemInactive { 
  background-position: 0px 0px; 
}
.olControlEditingToolbar .olControlSelectFeatureItemActive { 
  background-position: 0px -23px ;                                                                   
}
.olControlLayerSwitcher div {
  color: #eee;
  font-size:102.5%;
  font-weight: normal; 
}

/* für hidden/visible-Ausgabefenster*/
/* Tool- Fenster */
#tool_fenster {
  position: absolute; 
  left: 40%; 
  top: 1px; 
/*  width: 200px;
  height: 200px; */
  background-color: #fff; 
  border:4px solid #00008B;
  z-index: 1000; 
/*  filter: alpha(opacity=30);
  -moz-opacity: 0.3; */
  -moz-border-radius:1em 0pt 1em 1em;
}
.schliessen {
  position: absolute;
  right: 2px;
  top: 2px;
}
.markieren {
  position: absolute;
  right: 20px;
  top: 2px;
}
#tool_text {
  margin: 3px 25px 3px 10px; 
  overflow: hidden; 
}

/* Messen-Fenster */
#messen_map {
  position: absolute; 
  left: 40%; 
  top: 1px; 
  background-color: #fff; 
  border:4px solid #00008B;
  z-index: 1000; 
  -moz-border-radius:1em 0pt 1em 1em;
}

#m_wahl {
  margin: 5px; 
  overflow: hidden; 
  border-bottom:1px solid black;
}
#m_output {
  margin: 10px; 
  overflow: hidden; 
}

/* Output- Fenster */
#output {
  position: absolute; 
  right: 1px; 
  top: 1px; 
  background-color: #fff; 
  border:4px solid #00008B;
  z-index: 1001; 
  -moz-border-radius:1em 0pt 1em 1em;
}

#output_text {
  margin: 3px 25px 3px 5px; 
  overflow: hidden; 
}

/* Mausposition-Anzeige */
#mausp {
/*  font-family:sans-serif; 
  font-size:100%;
  line-height:11px;
*/
}

.abfrage th, .abfrage td {
  padding-right: 5px;
}