﻿body {
    font-size: 8pt;
    font-family: Verdana;
}

.kantlinje {
    border: #1E1959;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.linje {
    border: #1E1959;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
}

h1 {
    font-family: arial;
    font-size: 14pt;
    font-weight: bold;
    color: #1E1959;
}

.link {
    color: #1E1959;
    font-weight: bold;
    font-family: verdana;
    font-style: underline;
}

.button {
    background-color: #ffffff;
    color: #000000;
    border-color: #1E1959;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    font-size: 7pt;
    font-family: verdana;
}

.red {
    color: red;
}

.green {
    color: green;
}

.spaceTbl td {
    padding: 2px;
}


.menu {
    font-family: Verdana;
    overflow: hidden;
    margin: 0 10px;
}

    .menu a {
        float: left;
        font-size: 8pt;
        color: white;
        text-align: center;
        padding: 4px 8px;
        text-decoration: none;
    }

    .menu a.fright {
        float: right;
    }

.submenu {
    float: left;
    overflow: hidden;
}

.submenu .dropbtn {
    font-size: 8pt;
    border: none;
    outline: none;
    color: white;
    padding: 4px 8px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    cursor: pointer;
    font-weight: bold;
}

    .menu a:hover, .submenu:hover .dropbtn {
        text-decoration: underline;
    }

.submenu-content {
    display: none;
    position: absolute;
    background-color: #1E1959;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .submenu-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .submenu-content a:hover {
            /*background-color: #ddd;*/
        }

.submenu:hover .submenu-content {
    display: block;
}