* {
  font-family:Arial,sans-serif;
  font-size:small;
}
body {
  color:#cccccc;
  background-color:#000033;
}
#body {
  position: relative;
  top: 0px;
  margin: 0px auto;
  width: 800px;
}
#content {
  min-height: 600px;
}
#menu {
  box-shadow: 0px 0px 16px #9999ff, inset 0px 0px 2px #9999ff;
  border-radius: 5px;
  z-index: 1000;
}
#menu a {
  text-decoration: none;
}
#menu a:hover {
  text-shadow: 0px 0px 4px #9999ff, 0px 0px 16px #9999ff;
  box-shadow: inset -2px -2px 2px #9999ff;
}
#menu a.sel {
  color: #9999ff;
  text-shadow: 0px 0px 6px #9999ff;
  box-shadow: inset -2px -2px 2px #9999ff;
}
#menu > a {
  display: none;
  font-weight: bold;
  text-align: right;
}
#menu > a, #nav > * {
  color: #cccccc;
  border: 0px solid #9999ff;
  box-shadow: 2px 2px 8px #9999ff, inset 2px 2px 2px #9999ff;
  border-radius: 5px;
  padding: 6px 6px;
}
#nav {
  margin: 0px;
  padding: 6px 0px;
}

a:link {
  color:#9999ff;
}
a:visited {
  color:#9999ff;
}

h1, h1 a {
  font-size:large;
  margin:25px 0px;
  text-decoration: none;
  text-shadow: 0px 4px 2px #9999ff, 0px 8px 4px #9999ff, 0px 16px 16px #9999ff;
}

h1 a:link, h1 a:visited {
  color:#cccccc;
}

h2 {
  font-size:medium;
  margin:10px 0px 5px 0px;
  text-shadow: 0px 4px 6px #9999ff;
}

h3 {
  text-shadow: 0px 2px 4px #9999ff;
}

a.push {
  color: #cccccc;
  padding: 10px;
  min-height: 180px;
  margin: 25px 75px;
  border: 0px solid #9999ff;
  box-shadow: 2px 2px 8px #9999ff, inset 2px 2px 2px #9999ff, 0px 0px 16px #9999ff;
  border-radius: 5px;
  text-decoration: none;
  display: block;
}
a.push:hover {
  text-shadow: 0px 0px 4px #9999ff, 0px 0px 16px #9999ff;
  box-shadow: inset -2px -2px 2px #9999ff, 0px 0px 16px #9999ff;
}
#bsh {
  background: url("images/bsh.png") no-repeat scroll right top;
  padding-right: 150px;
}
#bsh h2 img {
  margin: -20px -20px -20px -10px;
}
#bucht {
  background: url("images/bucht.png") no-repeat scroll right top;
  padding-right: 150px;
}
#world {
  background: url("images/world.png") no-repeat scroll right top;
  padding-right: 150px;
}

#map {
  width:100%;
  height:600px;
  z-index:1;
}

#info {
  color:black;
}

form {
  position: absolute;
  right: 0px;
  top: 40px;
  /*background: none repeat scroll 0% 0% rgb(255,255,255);*/
  background: transparent;
  border-style:solid;
  border-width:3px;
  border-color:white rgb(176, 176, 176) rgb(176, 176, 176) white;
  padding: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
}

.group {
  /*border-color:rgb(52, 86, 132) rgb(108, 157, 223) rgb(108, 157, 223) rgb(52, 86, 132);*/
  padding:3px 3px 3px 30px;
  margin:3px;
}
.group h3 {
  position:relative;
  left:-27px;
  margin:5px;
  white-space:nowrap;
  text-shadow: none;

}
.group div {
  margin:5px;
}

#seamap_toggle {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 2px;
  margin-left: 10px;
  margin-top: -10px;
  padding: 10px;
}
#seamap_toggle div span {
  vertical-align: middle;
}
#seamap_toggle div span img {
  height: 1em; width: 1em; transform: translateY(0.15em);
}
#seamap_toggle div label {
  vertical-align: middle; cursor: pointer;
}

#options {
  margin: 10px;
}

.terms {
  padding-right: 2px;
  padding-left: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  color: rgb(68, 68, 68);
  white-space: nowrap;
  text-align: right;
}
.terms a {
  color: rgb(68, 68, 68);
}
.terms * {
  font-size: 10px;
}

.button {
  text-align: center;
  color: rgb(0,0,0);
  font-family: Roboto,Arial,sans-serif;
  font-size: 18px;
  background: none repeat scroll 0% 0% rgb(255,255,255);
  background-clip: padding-box;
  padding: 0px 17px;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  cursor:pointer;
  overflow:hidden;
  height: 40px;
  vertical-align: middle;
  position: relative;
  font-weight: 500;
  outline: currentcolor none medium;
  display: table-cell;
}

.icon {
  background: none repeat scroll 0% 0% rgb(255,255,255);
  border: 0px none;
  margin: 10px;
  padding: 0px;
  cursor: pointer;
  border-radius: 2px;
  height: 40px;
  width: 40px;
  box-shadow: rgba(0,0,0,0.3) 0px 1px 4px -1px;
  overflow: hidden;
  top: 50px;
  right: 0px;
  outline: currentcolor none medium;
}
.icon img {
  position: relative;
  top: 0px;
  opacity: 0.7;
}
.icon:hover img {
  opacity: 1.0;
}

.symbol {
  border: 0px none;
  margin: -5px 0px;
  padding: 0px;
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.symbol img {
  position: relative;
}
.sun {
  top: 0px;
  right: 0px;
}
.moon {
  top: -30px;
  right: 0px;
}

.slider {
  margin: 10px 10px;
}

.border {
  border-style:solid;
  border-width:1px;
  border-color:white rgb(176, 176, 176) rgb(176, 176, 176) white;
}

#content > .border {
  box-shadow: 0px 0px 16px #9999ff;
  border-radius: 10px;
  margin:0px 0px 10px 10px;
  padding:5px;
}

.center {
  text-align:center;
}

.float {
  float:right;
  margin-left:5px;
  margin-bottom:5px;
  text-align:center;
}

#content > h3,
#content > hr {
  clear:both;
}

input[type=range] {
  -webkit-appearance: none;
  width: 7em;
  margin: 0px;
  background-color: transparent;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: rgba(0,0,0,0.3) 0px 1px 4px -1px;
  background: #ffffff;
  border-radius: 2px;
  border: 0px none;
  margin-top: -20px;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: rgba(0,0,0,0.3) 0px 1px 4px -1px;
  border: 1px solid #000;
  height: 20px;
  width: 20px;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: rgba(0,0,0,0.3) 0px 1px 4px -1px;
  background: #ffffff;
  border-radius: 2px;
  border: 0px none;
}
input[type=range]::-moz-range-thumb {
  box-shadow: rgba(0,0,0,0.3) 0px 1px 4px -1px;
  border: 1px solid #000;
  height: 20px;
  width: 20px;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 10px 0px;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #ffffff;
  border: 0px none;
  border-radius: 4px;
  box-shadow: rgba(0,0,0,0.3) 0px 1px 4px -1px;
}
input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0px none;
  border-radius: 4px;
  box-shadow: rgba(0,0,0,0.3) 0px 1px 4px -1px;
}
input[type=range]::-ms-thumb {
  box-shadow: rgba(0,0,0,0.3) 0px 1px 4px -1px;
  border: 9px solid #fff;
  height: 2px;
  width: 2px;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
}

@media only screen and (max-width: 830px), only screen and (max-height: 730px) {
  html, body {
    min-height: 100%;
  }
  #body {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 3em 0px 3em 0px;
    width: 100%;
  }
  #body.map {
    margin: 0px;
    padding: 3em 0px 2em 0px;
  }
  #header {
    position: relative;
    margin-top: -3em;
    height: 2.4em;
    padding: 0.3em 10px;
  }
  #content {
    min-height: 100%;
    height: auto;
    padding: 0px 10px;
  }
  #body.map #content {
    min-height: auto;
    height: 100%;
    padding: 0px;
  }
  #footer {
    margin-bottom: -2em;
    height: 1.4em;
    padding: 0.3em 10px;
  }
  #footer hr {
    margin: 0px;
  }
  #map {
    width:100%;
    height:100%;
    min-height:100%;
  }
  #menu {
    position: absolute;
    top: 0.3em;
    right: 10px;
    background-color:#000033;
  }
  h1, h1 a {
    margin: 0;
    padding: 5px 0;
  }
}

@media only screen and (max-width: 830px) {
  #menu.alt > a {
    display: block;
  }
  #menu.alt #nav {
    display: none;
    padding: 0px;
  }
  #menu.alt:hover #nav {
    display: block;
  }
  #menu.alt > #nav > * {
    margin-top: 6px;
    display: block;
  }
  #menu.alt:hover > a, #menu.alt:hover > a:hover {
    text-shadow: none;
    box-shadow: none;
  }
}
