﻿/* Include file for large document (Johannes) */
div.mainregion
{
    /* no minium height for minutes (2col index) */
    min-height: 0em;
}
p
{
    margin-top: 1em;
}

div.documentheader
{
    border: solid 1px #000000;
    padding: 5px;
}

/* Remove link style in bookmarks */
div.mainbody h1 a,
div.mainbody h2 a,
div.mainbody h3 a,
div.mainbody h4 a,
div.mainbody h5 a,
div.mainbody h6 a
{
    color: #333333;
    text-decoration: none;
}

/* Structure styles - 2col page with partly 3 cols */
div#maincontainerin2col
{
    margin: 0em;
    padding: 0em;
    padding-left: 1em;
    width: 80em;
    float: left;
    position: relative;
    overflow: hidden;
    background: #ffffff url(/Web/Images/rightmenubg.png) repeat-y 57em 0em;
}

/* Beslutninger */

/*
span.beslo-endring
{
    font-style: italic;
}
*/

span.beslo-italic
{
    font-style: italic;
}
    
table.beslo-table
{
    margin-top: 10px;
}

td.beslo-cell-align-left
{
    text-align: left;
}

td.beslo-cell-align-right
{
    text-align: right;
}

td.beslo-cell-align-center
{
    text-align: center;
}

ul.beslo-list-none
{
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.beslo-list-lower-alpha
{
    /* list-style-type: lower-alpha; */
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.beslo-list-upper-alpha
{
    /* list-style-type: upper-alpha; */
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.beslo-list-decimal
{
    /* list-style-type: decimal; */
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.beslo-list-lower-roman
{
    /* list-style-type: lower-roman; */
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.beslo-list-upper-roman
{
    /* list-style-type: upper-roman; */
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.beslo-list-fri
{
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.beslo-list-opprams
{
    /* list-style-type: disc; */
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.beslo-list-strek
{
    /* list-style-type: disc; */
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.beslo-list-disc
{
    /* list-style-type: disc; */
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

/* Innstillinger */

/*
div.innst-blksit
{
    margin-top: 1em;
    margin-left: 3em;
    margin-bottom: 1em;
}
*/

/*
span.innst-endring
{
    font-style: italic;
}
*/

span.innst-italic
{
    font-style: italic;
}

table.innst-table
{
    margin-top: 10px;
}

td.innst-cell-align-left
{
    text-align: left;
}

td.innst-cell-align-right
{
    text-align: right;
}

td.innst-cell-align-center
{
    text-align: center;
}

ul.innst-list-none
{
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.innst-list-lower-alpha
{
    /* list-style-type: lower-alpha; */
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.innst-list-lower-decimal
{
    /* list-style-type: decimal; */
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.innst-list-lower-roman
{
    /* list-style-type: lower-roman; */
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.innst-list-disc
{
    /* list-style-type: disc; */
    /*list-style-type: none;*/
    list-style-image: url(/Web/images/line.gif);
    
    
    margin-left: 1.2em;
    
    list-style-position: outside;
}

/* Dok8 */

/*
div.dok8-anf
{
    margin-top: 1em;
    margin-left: 3em;
    margin-bottom: 1em;
}

div.dok8-blksit
{
    margin-top: 1em;
    margin-left: 3em;
    margin-bottom: 1em;
}

span.dok8-endring
{
    font-style: italic;
}
*/

span.dok8-italic
{
    font-style: italic;
}

td.innst-cell-align-left
{
    text-align: left;
}

td.innst-cell-align-right
{
    text-align: right;
}

td.innst-cell-align-center
{
    text-align: center;
}

ul.dok8-list-none
{
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.dok8-list-lower-alpha
{
    /* list-style-type: lower-alpha; */
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.dok8-list-arab
{
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.dok8-list-lower-roman
{
    /* list-style-type: lower-roman; */
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

ul.dok8-list-disc
{
    /* list-style-type: disc; */
    list-style-type: none;
    margin-left: 2em;
    list-style-position: inside;
}

div#moveleft
{
    position: relative;
    display: block;
    margin-left: -2em;
}

/* TOC documents */
ul.stdoc
{
    margin: 0em;
    padding: 0em;
    float: left;
    position: relative;
    width: 37em;
    
}
ul.stdoc li
{
    list-style: none;
    float: left;
    position: relative;
    display: block;
    width: 100%;
    margin-left: 0em;
    margin-top: 0.3em;
}
ul.stdoc ul li 
{
    padding-left: 3em;
}
