body, html {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

html {
    /* if always show scrollbar */
    overflow-y: scroll;
}

body {
    position: relative;
}

#frame {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
    /* if footer that is positioned at the bottom of the screen at any time. */
    /*margin:0 auto -78px;*/
    margin-bottom: -78px;
    width: 990px;
    margin: 0px auto;
}



/* top menu */

ul.menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    clear: both;
}

    ul.menu li {
        float: left;
        margin-right: 5px;
    }

        ul.menu li.last {
            clear: right;
        }


/* end top menu */

#middle_left {
    float: left;
}

#middle_content {
    float: left;
}



/* Put <div class='push'>&#160;</div> inside #frame and #footer outside #frame to create a footer 
   that is positioned at the bottom of the screen at any time. */
#footer {
}

/* hotspots */
.hotspot_link {
    background: black;
}


/* default skjema (app_form_public_edit) css */

form {
    margin-bottom: 20px;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    display: none;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type=text], textarea, select {
    margin-bottom: 10px;
    font-size: inherit;
    font-family: Arial;
    width: 100%;
}

textarea {
    font-size: 1.2em;
}

option {
    font-size: inherit;
    color: inherit;
}


/* spørreundersøkelse */
.survey-inner ul {
    list-style: none;
}


/* Breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 0;
}

    .breadcrumb li {
        display: inline;
    }

/* Related elements */
.related li a {
    padding-left: 20px;
}

/* Filearchive */
#filearhive {
    width: 600px;
    float: left;
}

#file_pane_top .thumb {
    float: left;
    margin-left: 20px;
}

    #file_pane_top .thumb img {
        cursor: pointer;
    }


/* OTHER CLASSES */



.clearer {
    content: ".";
    display: block;
    height: 0px;
    width: 0px;
    clear: both;
    visibility: hidden;
}

.clickable {
    cursor: pointer;
}

/* Mobile override box */
.mobile-override {
    width: 100%;
    height: 40px;
    padding-top: 20px;
    background: #000000;
    margin: 0px auto;
    text-align: center;
    position: relative;
}

.no_decoration_link {
    font-size: 30px;
    text-align: center;
    display: block;
    height: 100%;
    width: 100%;
    font-weight: bold;
    color: #ffffff;
}

/* Loginbox defaults. */
.login-container {
    text-align: left;
    float: left;
    width: 210px;
}

.login {
}

    .login .section {
        margin-bottom: 10px;
    }

    .login label {
        display: block;
        font-weight: 700;
        float: left;
        margin-right: 10px;
        margin-bottom: 0px;
        width: 90px;
    }

        .login label span {
            font-weight: 400;
        }

    .login input {
        float: left;
    }

    .login .clickable {
        float: left;
    }