body
  {
  margin: 0;
  padding: 0;
  background-color: #FFFF99;
  font-family: Arial, Helvetica, sans-serif;
  }

header
  {
  margin: 5px;
  text-align: center;
  }

nav
  {
  height: 2.4em;
  text-align: center;
  }
  nav ul
    {
    list-style: none;
    margin: 0;
    padding: 0.5em;
    }
  nav li
    {
    display: inline;
    }
  nav a:link, nav a:visited
    {
    padding: 0.2em 1em 0.2em 1em;
    color: #FFFFFF;
    background-color: #9999FF;
    text-decoration: none;
    }
  nav a:hover
    {
    color: #FFFFFF;
    background-color: #6666FF;
    }
  nav input.menusubmit
    {
    font-size: 1.0em;
    font-weight: bold;
    padding: 0.2em 1em 0.2em 1em;
    color: #FFFFFF;
    background-color: #9999FF;
    border: 0;
    cursor: pointer;
    }
  nav input.menusubmit:hover
    {
    color: #FFFFFF;
    background-color: #6666FF;
    }
  nav a.aktiv
    {
    background-color: #FF0000;
    }

menu
  {
  height: 2.4em;
  text-align: center;
  }

.menusubmit
  {
  }

article
  {
  width: 878px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  }

p span.d0 {display: none;}
p span.d1 {}

#karte
  {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  }

#kartenheader
  {
  position: absolute;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  top: 5px;
##  border: 1px solid #000000;
  }

.infologo
  {
  float: left;
  width: 16px;
  }

#page
  {
  }

input.textbutton
  {
  font-size: 1.0em;
  margin-right: 0.2em;
  padding: 0em 0.6em 0em 0.6em;
  color: #0000FF;
  background-color: #CCCCCC;
  text-decoration: none;
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #666666;
  border-right: 2px solid #666666;
  }

input.textbutton:hover
  {
  border-top: 2px solid #666666;
  border-left: 2px solid #666666;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  }

.ol-popup
  {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
  }
.ol-popup:after, .ol-popup:before
  {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  }
.ol-popup:after
  {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
  }
.ol-popup:before
  {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
  }
.ol-popup-closer
  {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
  }
.ol-popup-closer:after
  {
  content: "x";
  }
