#map {
    width: 100%;
    height: 100%;
    display: block;
}
h1{
    font-size: small;
}
body, #tekst, input, textarea, label, td {
    font-size: smaller;
    font-family: tahoma, verdana, sans-serif;
}
body {
    margin: 0;
}
div#tekst {
    width: 20%;
    /*height: 80%;*/
    border: 2px solid black;
    background-color: white;
    position: absolute;
    right: 3%;
    top: 10%;
    padding: 5px;
    z-index: 9999;
}

input, textarea {
    border: none;
    border: 1px solid black;
}
form {
    margin: 0;
    display: none;
}
textarea.kommentar {
    width: 20em;
    height: 5em;
}
