
body { 
  margin: 0px;
  position: relative;
}

#mapWrapper {
  position: relative;
}
#map {
  border-top: 1px dashed red;
  border-bottom: 1px dashed red;
  width: 100%;
  height: 60%; /* !! explicitly set from a (default) query param */
  /*cursor: url("bluerect.png") 0 0, crosshair;*/
}

#mapinfo { 
  margin: 0pt;
  font-size: 8pt;
}

#title {
  position:relative;
  padding-top: 5px;
  margin-bottom: 0px;
  font-size: large;
}
#impressum { 
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 8pt;
  font-weight: normal;
  color: #9999ff;
}

.tlcorner { 
  background: url("tlcorner.png");
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
}

.olPopupContent  a { 
  font-size: x-small;
  font-weight: bold;
}
.olPopupContent p { 
  margin: 2pt;
}
.ptools { 
  text-align:right;
  float: right;
  top: -3px;
  /*border-bottom: 1px solid grey;*/
}
.pbody { 
  /* border: 1px solid red; */
  clear: both;
  margin-top: 3px;
  margin-bottom: 3px;
  border-top: 1px solid grey;
  padding-top: 3px;
}
.olPopupContent {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 5px 5px 0px 5px ! important;
}
.XolPopupCloseBox { 
  background: url("ol/theme/default/img/close.gif");
}
.tiny { 
  font-size: 8pt;
}

.positioning { 
  position: relative;
  top: 0px;
  left: 0px;
}
#mname { 
  
}
#mnameok { 
 
}

#mnamecancel { 
  position: absolute;
  top: 0px;
  right: 0px;
  text-decoration: none;
  margin: 0px;
  border: none;
}
#mnamecancel img { 
  border: none;
}
#toolbar { 
  text-align: center;
  margin-top: 8px;
  font-size: smaller; 
  /* border: 1px solid red; */
  margin-left : auto;
  margin-right : auto;
}
#gpx { 
  margin: 0px;
  margin-left: 1em;
  margin-right: 1em;
  background: #f8f8ff;
  padding: 4px;
  font-size:smaller;
}



/*** upload ***/
.btn {
  border: 1px solid #fa6;
  color: #655;
  font-weight: bold;
  background: #fafafa;
}
.btn:hover {
  color: #722;
  background: white;
}
#uploadLayer {
  background: #fafafa;
  position: absolute;
  top: 140px;
  left: 10%;
  width: 80%;
  padding: 14px;
  border: 1px dashed red;
  margin-left: auto;
  margin-right: auto;
  z-index: 20000;
}
#uploadLayer form { 
  margin: 0px;
}
#uplupl { 
  text-align: center;
}
#uplaction { 
  text-align: center;
  margin-bottom: 0px;
}
.uplhbtn { 
  font-weight: bold;
  padding: 5px;
}

.error p { 
  /* font-weight: bold; */
}

.error blockquote { 
  /* border: 1px dashed red; */
  font-weight: bold;
}

#help { 
  position: absolute;
  top: 3px;
  right: 3px;
  width: 160px;
  background: #fafaf5;
  border: 1px dashed red;
  padding: 4px;
  z-index: 50000;
}
#help ul { 
  padding-left: 1.4em;
  margin: 0px;
  margin-bottom: 1ex;
}
#help p { 
  margin: 0px;
}
#tracklength {
  position: absolute;
  bottom: 3px;
  left: 3px;
  /*width: 120px;*/
  background: #fafaf5;
  border: 1px dashed red;
  padding: 2px;
  z-index: 50000;
  font-weight: bold;
}
#wtf {
  margin: 10px;
  position: relative;
  border: 1px dashed red;
  padding: 10px;
}
.xinfolayer { 
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 1px dashed red;
  border-bottom: 1px dashed red;
  padding: 3px;
  margin: 0px;
}

.t0 { 
  padding: 4px 10px 4px 10px;
  margin-left: 6px;
  border: 1px dashed red;
}
.t1 { 
  padding: 4px 10px 4px 10px;
  margin-left: 6px;
  border: 1px dashed red;
}


a[href] {
  border-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-color: transparent;
  text-decoration: none;
}
a:link[href] { color: #a80000; }
a:visited[href] { color: #aa4444}
a:active[href] { color: #ff6666; text-decoration: underline;}
a:hover[href] {
  border-color: #a80000;
}



