body
{
    font-family: rooney-web, serif;
    color: #000;
    background-color: #eee;
}

.overskrift
{
    font-size: x-large;
    font-weight: bold;
}
.landingpage
{
    margin: 0px;
    background-color: #ddd;
    background-image: none;
    font-family: "Franklin Gothic Book";
}
.landingpage .redArrow td
{
    background-image: url('/images/pil.gif');
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 15px;
}
.landingpage .mainTable
{
    margin: 0 auto;
}
.landingpage A, .lovsamling A
{
    text-decoration: none;
}
.landingpage A:link
{
    color: #000000;
}
.landingpage A:visited
{
    color: #000000;
}
.landingpage td
{
    text-align: left;
}
.landingpage .contentTable tr:nth-child(even)
{
    background-color: #d1d1d1;
}
.landingpage .contentTable td
{
    vertical-align: top;
    font-size: 15px;
}
.lovsamling A:link
{
    color: #008400;
}
.lovsamling A:visited
{
    color: #008400;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}
.smalltable
{
    width: 300px;
}
.highlight
{
    background-color: yellow;
}

.searchBox
{
    position: fixed;
    top: 10px;
    right: 0px;
    width: 100px;
    height: 40px;
    background-color: white;
}

.skjult, .jugmail, .fphitcounter, .fptimestamp
{
    display: none;
}
#leftFrameDynContent
{
    position: fixed;
    top: 80px;
    left: 0;
    width: 250px;
    height: 100%;
}

#topFrameDynContent
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    border-top: 2px solid #008700;
    border-left: 2px solid #008700;
}
/* ****************** Topbar ************************/
#topFrameDynContent .brandtext
{
    height: 80px;
    width: 250px;
    text-align: center;
    padding-top: 11px;
    font-weight: bold;
    font-size: 40px;
    font-family: rooney-web, serif;
    letter-spacing: -0.87px;
    opacity: 1;
    display: inline-block;
    padding-right: 30px;
}
#topFrameDynContent .brandtext a, .toplinks a
{
    color: #178E14;
    text-decoration: none;
}
#topFrameDynContent .topsearch, .narrowsearch
{
    display: inline-block;
    top: -8px;
    position: relative;
}

#topFrameDynContent .searchBoxInput
{
    border: 2px solid #D5D5D5;
    border-radius: 20px;
    opacity: 1;
    width: 472px;
    height: 42px;
    padding-left: 45px;
    font-size: 15px;
    line-height: 26px;
    font-family: Open Sans;
    letter-spacing: -0.38px;
    opacity: 0.8;
    background: transparent url('/images/2020design/noun_Search_3107569.png') 18px 14px no-repeat padding-box;
}

#topFrameDynContent .topFrameSearchButton
{
    /*background: transparent linear-gradient(180deg, #B1B1B1 0%, #178E14 100%) 0% 0% no-repeat padding-box;*/
    background-color: #178E14;
    border-radius: 15px;
    opacity: 1;
    width: 65px;
    height: 45px;
    color: #fff;
    font-weight: Bold;
    font-size: 17px;
    line-height: 26px;
    font-family: rooney-web, serif;
    letter-spacing: +0.2px;
    color: #FFFFFF;
    opacity: 1;
    position: relative;
    top: 2px;
    text-transform: uppercase;
    border: 1px solid #b1b1b1;
}
#topFrameDynContent .topFrameSearchButton:hover
{
    background: transparent linear-gradient(180deg, #B1B1B1 0%, #6C6C6C 100%) 0% 0% no-repeat padding-box;
}
#topFrameDynContent .narrowsearch
{
    display: none;
}
#topFrameDynContent .narrowsearch .topFrameSearchButton
{
    width: 180px;
    opacity: 0.8;
}
#topFrameDynContent .narrowsearch .topFrameSearchButton:hover
{
    background: #178E14;
    opacity: 1;
}

.toplinks
{
    display: inline-block;
    right: 0;
    position: absolute;
    top: 24px;
    text-align: right;
    padding-right: 15px;
}

.toplinks a
{
    padding-left: 10px;
    padding-right: 15px;
    font-weight: Bold;
    font-size: 18px;
    font-family: rooney-web, serif;
    letter-spacing: 0;
    color: #178E14;
}
.toplinks .sep
{
    border: 1px solid #DBDBDB;
    opacity: 0.6;
    height: 26px;
}

.toplinks .user
{
    opacity: 1;
    width: 22px;
    height: 22px;
    position: relative;
    top: 5px;
    left: -5px;
}

/* ********************* Content ***********************************/
.content
{
    background-color: #fff;
    padding: 20px;
    background-image: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 20px;
    min-height: 90%;
    padding-bottom:50px;
}
.box
{
    margin-right: 10px;
    padding: 15px;
    padding-left: 40px;
    font-style: italic;
    position: relative;
    font-size: 19px;
    line-height: 40px;
}
.lawlady
{
    position: absolute;
    width: 275px;
    right: 0px;
    top: 5px;
    bottom: 0;
    background-image: url(/images/2020design/graphic_lady_justice_grey.png);
    background-repeat: no-repeat;
    background-position: right 30px top 0px;
    background-size: 50%;
}

.box h1
{
    color: #178E14;
    margin: 0;
}
.forsideStylesTable
{
    width: 100%;
    height: 413px;
    border: none;
    font-family: "Franklin Gothic Demi";
}
.forsideStyles a
{
    color: #008400;
    text-decoration: none;
}

.topFrameTable
{
    height: 62px;
    font-family: verdana;
    font-size: 10px;
    color: white;
}

.topFrameTable a, .topFrameTable a:visited, .topFrameTable a:link
{
    color: white;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
}
.leftFrameTable a
{
    color: #dbffdd;
    font-size: 80%;
    text-decoration: none;
    font-family: tahoma;
}

.leftFrameTable #counter
{
    font-size: 140%;
}
.leftFrameTable .counterHolder
{
    color: #dbffdd;
    font-size: 100%;
    height: 230px;
}

.leftFrameTable #counter
{
    font-size: 140%;
    color: white;
}
.leftFrameTable .counterHolder_frame
{
    color: #dbffdd;
    font-size: 100%;
    height: 230px;
}

a:hover
{
    text-decoration: underline;
}

.frameLeftContainer
{
    width: 100%;
    height: 90%;
    padding-top: 20px;
    position: relative;
    min-height: 100%;
}
.frameLeftSeparator
{
    height: 20px;
    margin-left: 10px;
}

.desktop .counterHolderText
{
    text-align: left;
    font-size: 15px;
    font-family: rooney-web, serif;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0.7;
}

.form_beregninger
{
    display: table;
}

.form_beregninger .linje
{
    display: table-row;
}

.form_beregninger .question
{
    width: 200px;
    display: table-cell;
    padding-bottom: 20px;
}
.form_beregninger .answer
{
    display: table-cell;
}

.clear
{
    clear: both;
}

.betaling a
{
    color: #018402;
}

#resultSearchContent
{
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
}

#resultSearchBox
{
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    position: fixed;
    background-image: url("/images/sandston.gif");
}
.ui-widget
{
    font-size: 0.8em;
}

.frameLeftElement
{
    cursor: pointer;
    height: 24px;
}
.frameLeftElement a
{
    font-family: rooney-web, serif;
    font-style: italic;
    font-size: 19px;
    font-height: 58px;
    letter-spacing: -0.28px;
    color: #FFFFFF;
    padding-left: 2px;
    display: block;
    height: 24px;
}
.frameLeftElement a:hover
{
    text-decoration: underline;
}

.frameLeft
{
    height: 1200px;
}

.watermark
{
    background: url('/images/watermark.gif') repeat-y;
}
div.oversigtsside
{
    margin-right: 10px;
    padding: 20px;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 25px;
}
div.oversigtsside, div.box, div.content
{
    background-image: url(/images/sandston.gif);
    margin-right: 20px;
    border: 2px #ccc solid;
    border-radius: 3px;
    font-family: Times New Roman;
}
div.box
{
    font-family: rooney-web, serif;
}

div.oversigtsside .tr
{
    margin-left: 40px;
    margin-top: 10px;
}
div.oversigtsside .td
{
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
}
div.oversigtsside .td:last-child
{
    min-width: 240px;
}
div.oversigtsside A
{
    text-decoration: none;
    font-family: rooney-web, serif;
    font-weight: bold;
}
div.oversigtsside A:link, .footer a:link
{
    color: #008400;
}
div.oversigtsside A:visited, .footer A:visited
{
    /*color: #551A8B;*/
    color: #008400;
}

.frameLeftContainer .formularerikon
{
    background-image: url(/images/2020design/icon_menu_formularer.png);
    background-repeat: no-repeat;
    background-position-x: 25px;
    background-position-y: 14px;
    background-size: 21px;
}

.frameLeftContainer .beregningerikon
{
    background-image: url(/images/2020design/icon_menu_beregning.png);
    background-repeat: no-repeat;
    background-position-x: 25px;
    background-position-y: 14px;
    background-size: 21px;
}

.frameLeftContainer .lovsamlingikon
{
    background-image: url(/images/2020design/icon_menu_lovsamling.png);
    background-repeat: no-repeat;
    background-position-x: 25px;
    background-position-y: 14px;
    background-size: 21px;
}

.frameLeftContainer .emnerikon
{
    background-image: url(/images/2020design/noun_Law_1800020.png);
    background-repeat: no-repeat;
    background-position-x: 25px;
    background-position-y: 14px;
    background-size: 21px;
}

h1.emner
{
    background-image: url(/images/2020design/noun_Law_1800020.png);
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 35px;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 10px;
}

.gronoverskrift
{
    font-family: rooney-web, serif;
    color: #178E14;
}
.soegeside
{
    min-height: 777px;
}

div.emner
{
    border-bottom: 1px solid #efefef;
}
.hitcounternumber
{
    border: 1px solid #efefef;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff;
}

.hitcounter
{
    font-size: 25px;
    color: #55ff00;
    background-color: Black;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: -3px;
    margin-right: 1px;
    border-left: 1px solid #fff;
}
.forsiden .hitcounter
{
    font-size: 17px;
    color: #55ff00;
    background-color: Black;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: -3px;
    margin-right: 1px;
    border-left: 1px solid #fff;
}

#frontpagecounter, #frontpagecounter .hitcounter
{
    font-size: small;
    color: red;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-right: 0px;
    background-color: white;
}
.footer
{
    color: #000;
    height:100px;
}
.hitcounterWrapper
{
    font-size: 18px;
}
.content 
{
    position:relative;
}

.lastmodified, .sidstopdateret
{    
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-align: right;
}
.bottomright
{
    float: right;
    padding-right: 20px;
    padding-bottom: 20px;
}
.fphitcounter
{
    display: none;
}

.headline:hover, .jsToggleAll
{
    cursor: pointer;
}

div.fullText
{
    display: block;
    margin-left: 30px;
}

p.no-text
{
    margin: 0;
}

#searchBox
{
    position: fixed;
    top: 0px;
    right: 10px;
}

.loginnoegle
{
    cursor: pointer;
}
.show500
{
    display: none;
}

div > salgsopstillingcontainer
{
    max-width: 1200px;
}
table > salgsopstillingcontainer
{
    max-width: 800px;
}
.salgsopstillingtilbagelink
{
    display: none;
    text-align: left;
    padding-bottom: 25px;
}

.cf, .row
{
    zoom: 1;
}
.cf:after, .row:after
{
    clear: both;
}
.cf:after, .cf:before, .row:after, .row:before
{
    content: "";
    display: table;
}

.nav
{
    width: 100%;
}
ul.simple-toggle
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
}
ul.simple-toggle li
{
    display: block;
    text-align: left;
}
ul.simple-toggle li a
{
    display: block;
}

#leftFrameDynContent
{
    width: 250px;
    background-color: #008700;
    position: fixed;
    top: 80px;
    left: 0;
    width: 250px;
    height: 100%;
    min-height: 830px;
}

.frameLeftContainer a div
{
    height: 58px;
    color: white;
    padding-left: 55px;
    line-height: 58px;
    font-family: rooney-web, serif;
    font-weight: bold;
    font-style: Normal;
    font-size: 19px;
}
.frameLeftContainer .sublink:visited, .frameLeftContainer .sublink:link
{
    height: 40px;
    color: white;
    padding-left: 53px;
    line-height: 40px;
    font-family: rooney-web, serif;
    font-weight: normal;
    font-style: Normal;
    font-size: 17px;
    opacity: 0.7;
}

.frameLeftContainer a
{
    text-decoration: none;
}
.frameLeftContainer a div:hover
{
    text-decoration: underline;
}

.desktop
{
    position: absolute;
    bottom: 130px;
    left: 50px;
    height: auto;
    top: auto;
}
.desktopimage
{
    padding-bottom: 10px;
    max-height: 77px;
    overflow: hidden;
}
.henvisningraekker
{
    flex: 1 auto;
}
.henvisning
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.pagetitle
{
    font-family: 'Bai Jamjuree' , sans-serif;
    font-size: xx-large;
    color: #008400;
}
.letters
{
    width: 5%;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}
.letters.wide
{
    width: 135px;
}
.bornebidrag, .formatterettabel
{
    width: 100%;
}
.bornebidrag, .bornebidrag td, .formatterettabel td
{
    border: 1px solid #000;
    padding: 2px;
}
.col2
{
    width: 48%;
    padding-left: 10px;
}
.col3
{
    width: 31%;
    padding-left: 10px;
}

.col4
{
    width: 25%;
}
.col5
{
    width: 20%;
}

/* ***************************** BREAD CRUMP ******************************************/
.breadcrump
{
    display: none;
    position: fixed;
    top: 82px;
    padding-top: 5px;
    width: calc(100% - 312px);
    padding-left: 5px;
    left: 277px;
    padding-bottom: 5px;
    background-color: #efefef;
    
}
.breadcrump a
{
    color: #444;
    text-decoration: none;
    padding-right: 0px;
    padding-bottom: 10px;
}
.breadcrump a:last-child
{
}
.breadcrump a:hover
{
    color: rgb(0, 0, 238);
    text-decoration: underline;
}
td
{
    vertical-align: top;
}
table
{
    width: 100%;
}

form table
{
    width: 100%;
    max-width: 1000px;
}
form table.small
{
    max-width: 600px;
}
:target::before
{
    content: '';
    display: block;
    height: 100px;
    margin-top: -100px;
    pointer-events: none;
}

input:focus, textarea:focus, select:focus
{
    outline: none;
}
.username
{
    display: none;
}

/* ***************************** MEDIA QUERIES ******************************************/
@media print
{
    img.showMore
    {
        display: none;
    }

    #duplicateCopy
    {
        display: block;
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg);
        color: #CCC;
        font-weight: bold;
        letter-spacing: 5px;
        position: absolute;
        z-index: 1000;
        top: 35%;
        left: 15%;
        opacity: 0.2;
        filter: alpha(opacity=50);
    }
    #leftFrameDynContent, #topFrameDynContent, #searchBox, .hitcounterWrapper, .lastmodified, .breadcrump
    {
        display: none;
    }
}

@media screen
{
    body
    {
        margin-left: 275px;
        margin-top: 105px;
    }
}

@media (min-width:1600px)
{
    .username
    {
        display: inline-block;
    }
    .fullusername
    {
        display: none;
    }
    div.oversigtsside .td
    {
        min-width: 350px;
    }
}

@media (max-width:1480px)
{
    div.oversigtsside .td
    {
        min-width: 240px;
    }
    div.oversigtsside .tr
    {
        margin-left: 0;
    }
    div.oversigtsside, div.box, div.content
    {
        margin-right: 0;
    }

    #topFrameDynContent .toplinks a
    {
        font-size: 15px;
        padding-left: 2px;
        padding-right: 2px;
    }
    #topFrameDynContent .searchBoxInput
    {
        width: 350px;
    }
    .toplinks .user
    {
        left: 0;
    }
    #topFrameDynContent .brandtext
    {
        padding-right: 0;
    }
}
@media (max-width:1180px)
{
    #topFrameDynContent .searchBoxInput
    {
        width: 250px;
    }
    div.oversigtsside .td
    {
        min-width: 230px;
    }
}
@media (max-width:1050px)
{
    #topFrameDynContent .searchBoxInput
    {
        width: 150px;
    }
}
@media (max-width:980px)
{
    .toplinks .brugerundersogelse
    {
        display: none;
    }
}
@media (max-width:900px)
{
    #topFrameDynContent .username
    {
        display: none;
    }
}
@media (max-width:825px)
{
    .toplinks .tilmelding
    {
        display: none;
    }
}
@media (max-width:750px)
{
    #topFrameDynContent .topsearch
    {
        display: none;
    }
    #topFrameDynContent .narrowsearch
    {
        display: inline-block;
    }
    .breadcrump
    {
        left: 10px;   
        width:100%;
        z-index:100;    
        top:71px; 
    }
}

@media (min-width:750px)
{
    .desktop
    {
        display: block;
        text-align: center;
        color: #fff;
    }
    .show500
    {
        display: none;
    }
    #mobilContent, .topFrameLogoMobil
    {
        display: none;
    }
    #leftFrameDynContent, #topFrameDynContent
    {
        display: block;
    }
}

@media only screen and (max-width: 750px)
{    

    h1
    {
        font-size: large;
    }
    .bornebidrag td
    {
        border: 1px solid #000;
        padding: 0px;
        font-size: small;
    }
    .henvisning
    {
        /* On small screens, we are no longer using row direction but column */
        flex-direction: column;
    }
    .henvisningraekker p
    {
        font-size: medium;
        margin: 0;
        padding-left: 10px;
        line-height: 35px;
    }
    .henvisningraekker p:nth-child(odd)
    {
        background-color: #efefef;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr
    {
        display: block;
    }
    .row p
    {
        margin-block-start: 1px;
        margin-block-end: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
        padding: 10px;        
    }
    .row p:nth-child(odd)
    {
        background-color: #efefef;
    }
    td
    {
        /* Behave  like a "row" */
        position: relative;
        width: auto !important;
    }
    .col2, .col3, .col4, .col5
    {
        width: 100%;
    }

    .show500
    {
        display: block;
    }

    body
    {
        margin-left: 15px !important;
        background-image: none;
    }
    #leftFrameDynContent
    {
        height: 60px;
        top: 0px;
        right: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        background-color: transparent;
        border-bottom: 2px dotted #138d14;
    }
    .frameLeftContainer
    {
        background-color: transparent;
    }
    #topFrameDynContent
    {
        height: 65px;
        overflow: hidden;
        position: fixed;
        opacity: 1;
        background-color: White;
    }
    .topFrameRounded, .frameLeftSeparator, ul.simple-toggle, .desktop
    {
        display: none;
    }
    .frameLeftContainer a div
    {
        height: 35px;
        line-height: 31px;
        opacity: 1;
        max-width: 200px;
        padding-left: 20px;
        font-weight: normal;
        background-image: none;
        color: #000;
    }

    .anchor-link
    {
        display: block;
        width: 35px;
        top: 14px;
        position: absolute;
        right: 25px;
    }
    .anchor-link img
    {
        width: 45px;
    }
    ul.open
    {
        display: block;
        margin: 0;
        padding: 0;
        position: fixed;
        right: 8px;
        top: 71px;
        width: 200px;
        z-index: 1500;
        background-color: #fff;
    }
    ul.open li
    {
        display: block;
        list-style: none;
        text-align: left;
        padding-left: 20px;
        border: 1px dotted #008400;
        margin-top: -1px;
        position: relative;
    }
    ul.open li a
    {
        display: block;
        text-decoration: none;
    }
    ul.open li a:hover
    {
        color: #fff;
    }
    .searchBoxInput
    {
        width: 100px;
    }
    .userlink
    {
        position: relative;
    }
    #mobilContent
    {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        height: 70px;
        border-bottom: 1px dotted #008400;
    }
    #mobilContent h1
    {
        margin: 13px;
        color: #008400;
        font-size: xx-large;
        display: inline-block;
    }
    .topFrameLogoMobil
    {
        display: block;
        font-family: 'Bai Jamjuree' , sans-serif;
        font-size: 30px;
        padding-left: 15px;
    }
    #leftFrameDynContent, #topFrameDynContent
    {
        display: none;
    }
}