.tekstV16 {
  font-family: Verdana, Arial;
  font-size: 16px;
  color: #000000;
}

.tekstV14 {
  font-family: Verdana, Arial;
  font-size: 14px;
  color: #000000;
}

.inputbox {
  font-family: Arial, Verdana;
  font-size: 16px;
  color: #000000;
  width: 200px;
  padding: 3px 3px 3px; 3px;
  border: #666666;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}


.inputboxxx {
  font-family: Arial, Verdana;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  padding: 5px 10px 6px;
  border: #666666;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  width: 100px;
}

.inputknapp {
  font-family: Arial, Verdana;
  font-size: 16px;
  font-weight: bold;
  background-color: #2981e4;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #FFFFFF;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
}

.button, .button:visited {
  background-color: #222;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
  font-family: Arial, Verdana;


 }
 .button:hover {
  background-color: #111;
  color: #fff;
 }
 .button:active {
  top: 1px;
 }
 .button, .button:visited {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
 }
 .large.button, .large.button:visited {
  font-size: 26px;
  padding: 8px 14px 9px;
  width: 275px;
 }

 .green.button,.green.button:visited{background-color:#749a02;}
 .green.button:hover{background-color:#749a02;}

 .red.button,.red.button:visited{background-color:#e62727;}
 .red.button:hover{background-color:#e62727;}

 .blue.button,.blue.button:visited{background-color:#2981e4;}
 .blue.button:hover{background-color:#2981e4;}

 .yellow.button,.yellow.button:visited{background-color:#ffb515;}
 .yellow.button:hover{background-color:#ffb515;}

 .graylight.button,.graylight.button:visited{background-color:#BFC2C8;}
 .graylight.button:hover{background-color:#BFC2C8;}

   .labels {
     color: red;
     background-color: white;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 10px;
     font-weight: bold;
     text-align: center;
     width: 40px;     
     border: 2px solid black;
     white-space: nowrap;
   }

            html, body, #map-canvas {
            margin: 0;
            padding: 0;

width:100%;height:800px;
            }
