
body {
    font-family: 'Open Sans', sans-serif;
}
div.left_border {
    width: 200px:0;
    position: absolute;
    top: 5px;
    left: 5px;
}
div.white_border {
    border: white;
    border-style: solid;
}
div.small_box {
    border: black;
    border-style: solid;
    border-width: 1px;
    background: white;
    width: 200px;
    padding: 0px;
#    padding-left: 10px;
#    padding-top: 15px;
#    padding-right: 10px;
#    padding-bottom: 15px;
    margin-bottom: 5px;
    box-shadow: 4px 4px 13px #CCCCCC;
}
div.heading {
    background: blue;
    height: 60px;
    vertical-align: middle;
    width: 800px;
    position:absolute;
    top:5px;
    left:205px;
    text-align: center
}

div.red_border {
    position: absolute;
    top:50%;
    border: red;
    border-width: 10px;
    width: 500px;
    height: 500px;
}
.day {
    font-weight: 600;
    text-align: left;
    padding-bottom: 5px
}
# table {
#     color:black;
#     font-weight: normal;
#     text-align: center;
#     position: relative;
# }
td.time {
#    position: relative;
#    text-align: right;
}
td.activity {
    position: relative;
    text-align: left;
}
img.top_corner {
    padding-bottom: 5px;
}
a.meny {
    color: black;
    display: block;
    text-decoration:none;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 5px;
}
h1.htopp {
    color: #E60000;
    border: #E60000;
#    border-style: solid;
#    border-width: 1px;
    font-weight: normal;
#    width: 800px;
    height: 45px;
    position:absolute;
    top:-30px;
    left:215px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 3em;
#    text-align: center;
#    box-shadow: 4px 4px 13px #E60000;
}

h1 {
    font-weight: normal;
}

.dayhr {
    padding-bottom: 10px;
}

div.text_field {
    position: absolute;
    max-width: 760px;
    height: 800px;
    top: 70px;
    left: 215px;
    padding: 0px 20px 20px 20px;
}
.mapfloat {
    float: right;
    padding: 10px;
}

td.kontakt {
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.nobmargin {
    margin-bottom: 0px;
}
.subhn {
    margin-top: 3px;
}
.question {
    font-style: italic;
    margin-bottom: 5px;
}
.answer {
    margin-top: 5px;
    margin-bottom: 25px;
}
.lang_float {
    float: right;
    padding: 10px;
}
