﻿body, html {
    padding: 0;
    margin: 0;
}

.krop {
    min-height: 480px;
    margin: 20px;
    background-color: white;
    color: black;
    font: 13px monda, sans-serif;
    line-height: 15px;
}

.tabs {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    background-color: #578068;
    border-bottom: 1px solid #4F735D;
    height: 36px;
}

    .tabs li {
        position: relative;
        float: left;
    }

    .tabs a {
        display: block;
        float: left;
        background-color: #96B6A2;
        color: black;
        font: bold 13px monda, sans-serif;
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        text-align: center;
        border: 1px solid #4F735D;
        border-left: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        height: 36px;
        line-height: 37px;
        min-width: 100px;
    }

    .tabs > li:first-child a {
        border-left: 1px solid #4F735D;
    }

#activtab > a {
    background-color: white;
    border-bottom-color: transparent;
    color: black;
}

#activtab {
    margin-bottom: -1px;
}

.kliniknavn {
    color: white;
    font: bold 16px monda, sans-serif;
    background-color: #578068;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
}

.top_logo {
    position: absolute;
    top: 10px;
    right: 10px;
}

.tabs .disabled > a {
    color: #638E8B;
    cursor: default;
    pointer-events: none;
}

.tabs2 {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    background-color: #578068;
    border-bottom: 1px solid #4F735D;
    height: 80px;
}

    .tabs2 li {
        position: relative;
        float: left;
    }

    .tabs2 a {
        display: block;
        float: left;
        background-color: #96B6A2;
        color: black;
        font: bold 13px monda, sans-serif;
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        text-align: center;
        border: 1px solid #4F735D;
        border-left: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        height: 36px;
        line-height: 37px;
        min-width: 100px;
    }

    .tabs2 > li:first-child a {
        border-left: 1px solid #4F735D;
    }

#activtab2 > a {
    background-color: white;
    border-top-color: transparent;
    color: black;
}

.tabs2 .disabled > a {
    color: #638E8B;
    cursor: default;
    pointer-events: none;
}

#logud > a {
    color: white;
    background-color: #578068;
    border: 0px;
    text-decoration: underline;
}