body {
  background: #f2f5f7;
  font-size: 12px;
  font-family: sans-serif;
  min-width: 1200px;
  width:100%;
  z-index: 1; }

* {
  box-sizing: border-box; }

div#header {
  position: absolute;
  display: block;
  width: 400px;
  z-index: 1; }
  div#header h1 {
    display: inline-block; }

div#key {
  width:200px;
  position:fixed;
  right:0;
  top:0;
  background:#f2f5f7;
  border:1px solid white;
}
div.config {
  display: block;
  width: 400px;
  float: left;
  background: #f7f5f2;
  border: 1px solid #aaa;
  margin: 2px;
  padding: 2px;
  z-index: 10; }
  div.config div {
    width: 300px;
    float: left; }

div#container {
  padding-top: 20px;
  position:relative;
  z-index: 0; }

.simplepage #map {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 300px;
  height: 300px;
  border: 1px solid white;
  z-index: 10;
  box-shadow: 3px 3px 3px #aaa; }

.mappage #map {
  position: fixed;
  left: 450px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  /*   padding-left:400px; */
  /*   border-left:450px solid rgba(0,0,0,.5); */
  background: #eee;
  /*   width:70%; */
  /*   height:80%; */
  z-index: 0; }

/*# sourceMappingURL=website.css.map */
