#north {
  background-image: url(images/kkgeo_top_repeat.jpg);
  background-position: 200px;
}

#header {
  position: absolute;
  left: 232px;
  top: 33px;
  font-family: tahoma,arial,verdana,sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: black;
}

#south {
  background-image: url(images/egeo_bottom_repeat.jpg);
  background-position: 256px top;
}

#footer {
  position: absolute;
  left: 8px;
  top: 57px;
  font-family: tahoma,arial,verdana,sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: black;
}

#sourcepole {
  position: absolute;
  alignment: right;
  right: 8px;
  top: 72px;
  font-family: tahoma,arial,verdana,sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: black;
}

#sourcepole a {
  text-decoration: none;
}

#sourcepole a:link {
  color: black;
}

#sourcepole a:hover {
  color: white;
}

/* print preview */

#printHeader {
  font-family: tahoma,arial,verdana,sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: black;
}

#printFooter {
  font-family: tahoma,arial,verdana,sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: black;
}

/* OpenLayers */

.olControlOverviewMapElement {
  -moz-border-radius-topleft: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
}

.olControlScaleLine {
  bottom: 30px !important;
}

.olControlScaleLineTop {
  border-color: black !important;
  color: black;
}

.olControlScaleLineBottom {
  border-color: black !important;
  color: black;
  visibility: hidden !important;
}

/* toolbar */

.float-left {
  float: left;
}
.clear-left {
  clear: left;
}
.zoomin {
  background-image:url(javascripts/mapfish/img/icon_zoomin.png) !important;
  height:20px !important;
  width:20px !important;
}
.zoomout {
  background-image:url(javascripts/mapfish/img/icon_zoomout.png) !important;
  height:20px !important;
  width:20px !important;
}
.zoombox {
  background-image:url(images/selArea_over.png) !important;
  height:20px !important;
  width:20px !important;
}
.zoomfull {
  background-image:url(javascripts/mapfish/img/icon_zoomfull.png) !important;
  height:20px !important;
  width:20px !important;
}
.pan {
  background-image:url(javascripts/mapfish/img/icon_pan.png) !important;
  height:20px !important;
  width:20px !important;
}
.drawpoint {
  background-image:url(javascripts/mapfish/img/draw_point_off.png) !important;
  height:20px !important;
  width:20px !important;
}
.drawline {
  background-image:url(javascripts/mapfish/img/draw_line_off.png) !important;
  height:20px !important;
  width:20px !important;
}
.drawpolygon {
  background-image:url(javascripts/mapfish/img/draw_polygon_off.png) !important;
  height:20px !important;
  width:20px !important;
}
.next {
  background-image:url(javascripts/mapfish/img/resultset_next.png) !important;
  height:20px !important;
  width:20px !important;
}
.back {
  background-image:url(javascripts/mapfish/img/resultset_previous.png) !important;
  height:20px !important;
  width:20px !important;
}
.print {
  background-image:url(images/tool-print-up.gif) !important;
  height:20px !important;
  width:20px !important;
}
.btnInfo {
  background-image:url(images/button_info.gif) !important;
  height:20px !important;
  width:20px !important;
}
.help {
  background-image:url(images/button_help.gif) !important;
  height:20px !important;
  width:20px !important;
}

