@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,latin-ext);
 html,
body {
    background: #fff !important;
    height: 100%;
}
body {
    background: #fff !important;
    font: 14px/21px'PT Sans', sans-serif !important;
    color: #444 !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
a {
    color: #003366;
}
span.login-link {
    display: none;
}
#font-minus {display:none;}
#doc4 {
    min-height: 100% !important;
    height: auto !important;
    height: 100%;
    position: relative;
}
#page {
    min-height: 100% !important;
    height: auto !important;
    height: 100%;
}
#page-wrapper {
    min-height: 100% !important;
    height: auto !important;
    height: 100%;
    margin: 0 auto -45px;
}
.push {
    height: 45px !important;
}
#page,
#content-main {
    font-family: 'PT Sans', sans-serif !important;
    color: #444 !important;
}
#doc4 {
    padding: 0 !important;
    width: 100% !important;
}
#topbar {
    height: 177px;
    position: relative;
    background: url(images/header.png) no-repeat top left;
    width: 960px;
    margin: 0 auto !important;
    padding: 0 !important;
}
#topbar h1.sitetitle {
    display: inline-block;
    float: left;
    font-size: 36px;
    color: #003366;
    text-decoration: none;
    margin-top: 65px;
    font-family: 'PT Sans', sans-serif !important;
}
#topbar a.dyslex {
    height: 30px;
    line-height: 30px;
    border: 1px solid #555;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    top: 10px;
    right: 60px;
    position: absolute;
    color: #555;
}
.login-link a {
    height: 30px;
    line-height: 30px;
    border: 1px solid #003366;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    top: 10px;
    right: 83px;
    position: absolute;
    color: #003366;
}
#topbar a.dyslex:hover,
.login-link a:hover {
    color: #000 !important;
    border-color: #000 !important;
}
#bd {
    margin: 0 auto 20px auto !important;
    width: 960px;
    padding-top: 20px;
   padding-bottom:40px;
}
#topnav {
    width: 100%;
    height: 40px !important;
    line-height: 40px !important;
    background-color: #F5F5F5 !important;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    background-image: none !important;
}
#topnav .yui-g {
    width: 960px !important;
    margin: 0 auto !important;
}
#frieze {
    background: none !important;
    padding: 0 !important;
    margin: 0 auto!important;
    width: 960px;
}
#frieze #searchform {
    margin-top: 0 !important;
}
#topnav li a {
    color: #003366 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: 'PT Sans', sans-serif !important;
    padding: 0 15px !important;
    height: 38px;
}
#topnav li {
    border-right: 1px solid #E1E1E1;
    padding: 0 !important;
    height: 38px;
    margin-top: 1px;
}
#topnav li:last-child {
    border-right: 0 !important;
}
#topnav li:first-child a {
    padding-left: 0 !important;
}
#topnav li a:hover {
    background: none !important;
    color: #000 !important;
}
#topnav li a.current {
    color: #000 !important;
}
#searchform {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -30px;
    overflow: hidden !important;
}
#searchform input[type="text"] {
    border-bottom: 1px solid #CECECE !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: transparent;
    color: #494949;
    font-size: 14px;
    outline: none !important;
    height: 16px;
    margin: 0;
    padding: 2px 0 !important;
    line-height: 16px !important;
    float: left;
    width: 210px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    ;
    -webkit-border-radius: 0 !important;
}
#searchform input[type="text"]:focus {
    border-bottom: 1px solid #494949 !important;
}
#searchform *::-webkit-input-placeholder {
    color: #494949 !important;
    text-transform: uppercase !important;
    font-family: 'PT Sans', sans-serif !important;
}
input[type="submit"],
button,
input[type="button"] {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    height: 30px !important;
    line-height: 30px !important;
    border: 1px solid #003366;
    color: #003366;
    background: none !important;
    padding: 0 15px !important;
    outline: none;
    font-size: 14px !important;
    margin: 10px 0;
    width: auto !important;
}
input[type="submit"]:hover,
button:hover,
input[type="button"]:hover {
    color: #000;
    border-color: #000;
    cursor: pointer !important;
}
input[type=text],
input[type=password] {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    outline: none;
    color: #555;
    border: 1px solid #555;
    padding-left: 10px;
}
#font-plus,
#font-minus {
    height:32px !important;
}
.mce-btn button {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
#searchform input[type="submit"] {
    display: inline-block;
    height: 20px !important;
    width: 20px !important;
    background: transparent url(images/search.png) no-repeat !important;
    border: 0 !important;
    outline: none !important;
    cursor: pointer;
    text-indent: 9999px;
    margin: 0 !important;
}
#ft {
    height: 45px !important;
    background: transparent url(images/footer-darkblue.png) repeat-x !important;
    line-height: 45px !important;
    color: white !important;
    text-transform: uppercase !important;
    font-size: 11px;
    border-radius: 0 !important;
    ;
    -moz-border-radius: 0 !important;
    ;
    -webkit-border-radius: 0 !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#ft a {
    text-decoration: none !important;
}
ul#info-menu {
    display: table;
    margin-top: 16px;
    right: 135px;
    position:absolute;
}
ul#info-menu li {
    display: table-cell;
    float: none;
}
ul#info-menu li a {
    padding: 0 15px;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    border-right: 1px solid #555;
}
ul#info-menu li:last-child a {
    border-right: 0;
}
ul#info-menu li a:hover {
    color: #000;
}
.page-level-0 #content-main {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    ;
    -webkit-border-radius: 0 !important;
}
#content-right {
    border-left: 1px solid #E1E1E1;
    padding: 0 0 0 10px;
}
.ungdomssitet-content h1,
.ungdomssitet-content h2,
.ungdomssitet-content h3,
.ungdomssitet-content h4,
.ungdomssitet-content h5,
.ungdomssitet-content h6 {
    font-weight: 400 !important;
    color: #000 !important;
}
.ungdomssitet-content h1 {
    font-size: 150% !important;
}
.ungdomssitet-content h2 {
    font-size: 140% !important;
}
.ungdomssitet-content h3 {
    font-size: 130% !important;
}
h1#pagetitle {
    font-weight: 400 !important;
    color: #000;
}
#menu,
#submenu {
    border-style: solid;
    border-width: 1px;
    border-color: #f1f1f1 !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#yuimenu-menu > .bd,
#yuimenu-submenu > .bd {
    border: 0 !important;
}
#menu .hd {
    padding: 10px !important;
}
#menu .menu-title {
    color: #003366 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 0 0 10px !important;
    text-transform: uppercase !important;
    letter-spacing: normal !important;
    border-bottom: 1px solid #003366;
}
#menu ul {
    padding: 10px !important;
}
#menu ul li {
    padding: 0 !important;
}
#menu ul li a {
    padding: 5px 0 !important;
    border-bottom: 1px dashed #f1f1f1 !important;
    color: #555 !important;
}
#menu ul li a:hover {
    cursor: pointer !important;
}
#yuimenu-menu .yuimenuitem-selected,
#yuimenu-submenu .yuimenuitem-selected {
    background-color: transparent !important;
}
#yuimenu-menu .yuimenuitemlabel-selected,
#yuimenu-submenu .yuimenuitemlabel-selected {
    color: #000 !important;
}
.yui-skin-sam .yuimenuitem-hassubmenu {
    background-image: url(images/arrow.png) !important;
}
#yuimenu-menu .bd,
#yuimenu-submenu .bd {
    border-style: solid;
    border-width: 1px;
    border-color: #f1f1f1 !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
/*new boxes*/

.csc-box_element {
    border-bottom: 4px solid rgba(86, 86, 86, 0.2);
    float: left;
    width: 48%;
    margin-right: 4%;
}
#content-main > .csc-box_element:nth-child(2n+2) {
    margin-right: 0 !important;
}
.bgr-lightgray {
    border: 1px solid #F1F1F1;
    padding: 0 10px 5px 10px;
}
.bgr-lightgray .box_element_title {
    color: #000;
    border-bottom: 1px solid #003366;
    line-height: 32px;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
}
.bgr-lightgray .box_element_title b {
    font-weight: normal;
}
.bgr-lightgray .box_element_text p {
    font-size: 12px;
    line-height: 1.5;
    margin: 10px 0;
}
.bgr-lightgray .box_element_link {
    display: table;
    width: 100%;
}
.bgr-lightgray .box_element_link a {
    background: #003366 url(images/arrow-right.png) no-repeat right center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    display: inline-block;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 5px;
    line-height: normal;
    padding: 8px 12px 8px 10px;
    position: relative;
    float: right;
    border-right: 8px solid #003366;
}
.bgr-lightgray .box_element_link a:hover {
    background-color: #DDD;
    color: #222;
    border-color: #ddd;
}
#tx_indexedsearch table {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
#tx_indexedsearch table tr {
    float: left;
}
#tx_indexedsearch table td {
    display: inline-block;
    margin-right: 10px;
}
#tx_indexedsearch table td input[type=text] {
    width: 100% !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-color: #CECECE;
}
#tx_indexedsearch table td input[type=text]:focus {
    border-color: #494949;
}
#tx_indexedsearch table td input[type=submit] {
    margin: 0 !important;
}
.bgr-bordeaux {
    border: 1px solid #003366;
    padding: 0 10px 5px 10px;
    background: #003366;
}
.bgr-bordeaux .box_element_title {
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 32px;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
}
.bgr-bordeaux .box_element_title b {
    font-weight: 400;
}
.bgr-bordeaux .box_element_text p {
    font-size: 12px;
    line-height: 1.5;
    margin: 10px 0;
    color: white;
}
.bgr-bordeaux .box_element_link {
    display: table;
    width: 100%;
}
.bgr-bordeaux .box_element_link a {
    background: #003366 url(images/arrow-right.png) no-repeat right center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    display: inline-block;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 5px;
    line-height: normal;
    padding: 8px 12px 8px 10px;
    position: relative;
    float: right;
    border-right: 8px solid #003366;
}
.bgr-bordeaux ul {
    color: white;
}
.bgr-bordeaux ul li {
    font-size: 12px;
}
.bgr-bordeaux .box_element_link a:hover {
    background-color: #DDD;
    color: #222;
    border-color: #ddd;
}
.slicknav_menu {
    display: none;
}
#boxes {
    width: 960px;
    margin: 10px auto;
}
#boxes:after {
    content: "";
    display: table;
    clear: both;
}
#boxes .csc-box_element {
    width: 220px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}
#boxes > div.csc-box_element:first-child {
    margin-left: 0;
}
#boxes > div.csc-box_element:last-child {
    margin-right: 0;
}
.tx-notes-comment #listNotes ul li {
    border-bottom: 1px dotted #E1E1E1 !important;
    display: table !important;
    width: 100%;
}
.tx-notes-comment #listNotes ul li:nth-child(2n+2) {
    background: #f1f1f1;
}
.tx-notes-comment #listNotes ul li:nth-child(even) {
    background: #f1f1f1;
}
.tx-notes-comment #listNotes .noteslinkstext {
    float: none !important;
}
.tx-notes-comment .comment_body {
    font-size: 14px;
    border: 0 !important;
    padding: 10px 0 !important;
    border-radius: 0 !important;
    height: auto !important;
}
.tx-notes-comment a:link,
.tx-notes-comment a:visited {
    color: #555 !important;
    font-size: 14px !important;
    text-decoration: none !important;
}
.tx-notes-comment a:hover {
    color: #003366 !important;
}
.yui-menu-shadow-visible {
    background-color: transparent !important;
}
.yui-skin-sam .yuimenu ul {
    min-width: 220px !important;
}
.ungdomssitet-content textarea,
.ungdomssitet-content input[type=text],
.ungdomssitet-content input[type=password] {
    width: 50% !important;
}
select,
input,
textarea,
button {
    font-family: 'PT Sans', sans-serif !important;
    border: 1px solid #555;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#frieze .lining {
    min-height: 100% !important;
    background-size: auto 100%;
}
.yui-g .yui-u {
    width: 80% !important;
}
#topbar .login-link .dyslexie-font,
#topbar a.dyslex.dyslexie-font {
    padding: 0 4px !important;
}

body.font-bigger {
    font: 18px/26px'PT Sans', sans-serif !important;
}

body.font-bigger #topbar h1.sitetitle {
    font-size: 40px;
}

body.font-bigger #topbar .login-link .dyslexie-font {
    right: 175px;
}

body.font-bigger #topnav li a,
body.font-bigger .bgr-bordeaux .box_element_title,
body.font-bigger ul#info-menu li a,
body.font-bigger .login-link a,
body.font-bigger #topbar a.dyslex,
body.font-bigger #searchform input[type="text"],
body.font-bigger #menu .menu-title,
body.font-bigger #content-main,
body.font-bigger input[type=text],
body.font-bigger input[type=password],
body.font-bigger input[type="submit"],
body.font-bigger button,
input[type="button"] {
    font-size: 18px !important;
}

body.font-bigger ul#info-menu {
    margin-right: 0px;
    position: absolute;
    width: 500px;
    right: 200px;
}

body.font-bigger .login-link a,
body.font-bigger #topbar a.dyslex {
    padding: 0 6px;
}

body.font-bigger .login-link a {right:150px;}
body.font-bigger #topbar a.dyslex {right:64px;}
body.font-bigger #font-plus {display:none;}
body.font-bigger #font-minus {display:inline-block;}


body.font-bigger .bgr-bordeaux .box_element_text p,
body.font-bigger .bgr-bordeaux ul li,
body.font-bigger .bgr-lightgray .box_element_title,
body.font-bigger .bgr-lightgray .box_element_text p,
body.font-bigger .bgr-lightgray ul li,
body.font-bigger .tx-notes-comment #listNotes .noteslinkspid,
body.font-bigger .tx-notes-comment #listNotes .noteslinkstext {
    font-size: 16px;
}

body.font-bigger #ft,
body.font-bigger .bgr-lightgray .box_element_link a,
body.font-bigger .bgr-bordeaux .box_element_link a {
    font-size: 15px;
}



@media screen and (max-width: 959px) {
    #topbar,
    #bd,
    #topnav .yui-g,
    #frieze {
        width: 98% !important;
    }
    #boxes .csc-box_element {
        width: 24%;
        margin-right: 0.5%;
        margin-left: 0.5%;
    }
    #boxes > div.csc-box_element:first-child {
        margin-left: 0.5%;
    }
    #boxes > div.csc-box_element:last-child {
        margin-right: 0.5%;
    }
    #boxes {
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .yui-g .yui-u {
        width: 65%;
    }
    #boxes .csc-box_element {
        width: 24%;
        margin-right: 0.5%;
        margin-left: 0.5%;
    }
    ul#info-menu {
        position: absolute;
        right: 160px;
        float: none;
        margin-right: 0;
    }
    .yui-gb .yui-u,
    .yui-g .yui-gb .yui-u,
    .yui-gb .yui-g,
    .yui-gb .yui-gb,
    .yui-gb .yui-gc,
    .yui-gb .yui-gd,
    .yui-gb .yui-ge,
    .yui-gb .yui-gf,
    .yui-gc .yui-u,
    .yui-gc .yui-g,
    .yui-gd .yui-u {
        width: 38%;
    }
    .yui-gc div.first,
    .yui-gd .yui-u {
        width: 60%;
    }
    .noteForm {
        width: 99%;
    }
}
@media screen and (max-width: 767px) {
    #topbar,
    #bd,
    #topnav .yui-g,
    #frieze {
        width: 90% !important;
        margin: 0 auto;
    }
    .yui-g .yui-u,
    .yui-g .yui-g,
    .yui-g .yui-gb,
    .yui-g .yui-gc,
    .yui-g .yui-gd,
    .yui-g .yui-ge,
    .yui-g .yui-gf,
    .yui-gc div.first,
    .yui-gd .yui-u,
    .yui-gb .yui-u,
    .yui-g .yui-gb .yui-u,
    .yui-gb .yui-g,
    .yui-gb .yui-gb,
    .yui-gb .yui-gc,
    .yui-gb .yui-gd,
    .yui-gb .yui-ge,
    .yui-gb .yui-gf,
    .yui-gc .yui-u,
    .yui-gc .yui-g,
    .yui-gd .yui-u,
    #content-left,
    .yui-t2 .yui-b {
        width: 100% !important;
        float: none !important;
        margin: 0 auto !important;
    }
    .yui-g div.first,
    .yui-gb div.first,
    .yui-gc div.first,
    .yui-gd div.first,
    .yui-ge div.first,
    .yui-gf div.first,
    .yui-g .yui-gc div.first,
    .yui-g .yui-ge div.first,
    .yui-gc div.first div.first {
        float: none !important;
    }
    #content-right {
        border: 1px solid #E1E1E1;
        padding: 0 10px;
    }
    .yui-t2 #yui-main .yui-b {
        margin-left: 0 !important;
        width: 100%;
    }
    .slicknav_menu {
        display: block !important;
    }
    ul#subjects-menu {
        display: none;
    }
    input[type="button"],
    input[type="submit"],
    input[type="text"] {
        width: 468px;
    }
    /*#menu {display:none;}*/
    #searchform {
        width: 90%;
        left: 5%;
    }
    #searchform input[type="text"] {
        width: 85%;
    }
    #searchform input[type="submit"] {
        float: right !important;
    }
    #topbar {
        height: auto;
        min-height: 177px;
        background-size: contain;
    }
    #topbar h1.sitetitle {
        display: block;
        width: 100%;
        text-align: center !important;
        float: none;
        margin-top: 0;
        padding-top: 20px;
        font-size: 30px;
    }
    #topbar h1.sitetitle:after {
        content: "";
        display: table;
        clear: both;
    }
    ul#info-menu {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        margin-top: 20px;
        position: static !important;
    }
    #boxes {
        width: 90%;
        margin: 10px auto 0 auto;
    }
    #boxes .csc-box_element {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    .login-link a,
    #topbar a.dyslex {
        width: 90%;
        position: static;
        padding: 0;
        text-align: center;
        margin: 10px auto;
        display: block;
    }
    #ft {
        height: auto !important;
        background: #003366 !important;
        line-height: 16px !important;
        padding: 5px 0;
    }
    .yui-t1 #yui-main,
    .yui-t2 #yui-main,
    .yui-t3 #yui-main {
        float: none !important;
        margin: 0 auto !important;
    }
    p.kilde {
        padding-left: 0 !important;
    }
    .numberedcontent {
        margin-left: 0 !important;
    }
    ul#info-menu li a {
        font-size: 12px !important;
    }
    .yui-skin-sam .yuimenuitemlabel {
        padding: 5px 8px !important;
    }
    #menu {
        display: none;
    }
    .yuimenu {
        position: static !important;
        visibility: visible !important;
    }
    .yui-skin-sam .yuimenu .bd {
        border: 0 !important;
    }
    .yui-skin-sam .yuimenu ul {
        border: 0 !important;
    }
    .yuimenu li a {
        color: #555 !important;
    }
    #content-main img {
        max-width: 99% !important;
        height: auto !important;
        float: none !important;
    }
    .tx-comments-comment-form {
        border: 0 !important;
    }
    .tx-comments-comment-form label,
    .tx-comments-comment-form input[type="text"],
    .tx-comments-comment-form textarea {
        width: 100% !important;
    }
    .tx-comments-comment-form .buttons {
        margin: 0 !important;
    }
    input[type="submit"],
    input[type="button"] {
        width: 99.5% !important;
        margin: 5px auto !important;
        float: none !important;
        display: block !important;
    }
    .tx-notes-comment #oneform {
        float: none !important;
    }
    .ungdomssitet-content input[type=text],
    .ungdomssitet-content input[type=password],
    textarea,
    .ungdomssitet-content textarea {
        padding: 0 !important;
        width: 100% !important;
    }
    .tx-srfeuserregister-pi1 dt {
        width: 100%;
        text-align: left;
        float: none;
        margin: 0;
    }
    .ungdomssitet-content dl dd {
        width: 100%;
        margin: 0 !important;
        float: none;
    }
    .ungdomssitet-content dl {
        margin-left: 0 !important;
    }
    select,
    input,
    textarea,
    button {
        width: 100%;
        height: 30px;
    }
    select {
        border: 1px solid #555;
        outline: none;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    #bd iframe {
        width: 100% !important;
    }
    .tx-ungdomssitetencyclopedia-pi1 .columns-2 dl {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
    .csc-textpic-imagewrap,
    .csc-textpic-imagerow {
        width: 100% !important;
    }
    .csc-textpic-imagewrap .csc-textpic-image {
        /* display: block !important; */
        margin: 0 auto 20px !important;
        float: none !important;
        width: 100% !important;
        text-align: center;
    }
    .csc-textpic-imagewrap .csc-textpic-image img {
        width: 100% !important;
        height: auto !important;
    }
    .csc-box_element {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
    .yui-g .yui-u {
        width: 80% !important;
    }
    body.font-bigger .login-link a, body.font-bigger #topbar a.dyslex {padding:0 !important;}
    button#font-plus {
        width: 90% !important;
        display: block;
        float: none;
        margin: 10px auto;
    }
    button#font-minus {
        width: 90% !important;
        display: none;
        float: none;
        margin: 10px auto;
    }
    body.font-bigger #font-minus {display:block;}
    body.font-bigger ul#info-menu {width:100%;}
}
p.kilde 
{
  padding-left: 10em; font-size: 95%; color: #2F4F4F; font-style: italic; 
}

p.kilde2 
{
  text-align: right !important; font-size: 95%; color: #2F4F4F; font-style: italic; 
}

p.byline 
{
  padding-left: 2em; color: black; font-family: Georgia; font-size: 95%; color: #003366; sans-serif; font-style: bold; font-style: italic; 
}

p.margin
{
  margin-left:50px;
}

span.ex
{
  !important; color: #348781; font-style: bold;
}

div.question,
p.question 
{
  font-style: italic;
}

div.answer,
p.answer 
{
}

p.align-center 
{ 
text-align: center !important; 
}

p.align-right 
{ 
text-align: right !important; 
}


/* Numbered content */
div.no-numbering, p.no-numbering, span.no-numbering {}

span.line-align-center 
{
display: inline-block;
text-align: center;
width: 100%;
}

span.line-align-right 
{
display: inline-block;
text-align: right;
width: 100%;
}

/* almindeligt indryk i tekst */
span.line-indent 
{
  padding-left: 1em;
}

/* Kvartstort indryk i tekst */
span.line-indent-kvartlarge 
{
  padding-left: 2em;
}

/* Halvstort indryk i tekst */
span.line-indent-fourem 
{
  padding-left: 4em;
}

/* Halvstort indryk i tekst */
span.line-indent-semilarge 
{
  padding-left: 7em;
}

/* Lidt stoerre end halvstort indryk i tekst */
span.line-indent-semilarge2 
{
  padding-left: 9em;
}

/* Stort indryk i tekst */
span.line-indent-large 
{
  padding-left: 12em;
}

/* Ekstra stort indryk i tekst */
span.line-indent-xlarge 
{
  padding-left: 15em;
}

/* Ekstra ekstra stort indryk i tekst */
span.line-indent-xxlarge 
{
  padding-left: 17em;
}

/* Ekstraordinaert stort indryk i tekst */
span.line-indent-xxxlarge 
{
  padding-left: 30em;
}

dfn[title] 
{
border-bottom: dotted 1px #007900; border-bottom-width: thin; color: #000000; font-style: normal;                                             border-bottom: dotted 1px #888;
}

/* superscript dvs. haevet skrift */
span.superscript 
{
  font-size: 75%;
  position: relative;
  top: -0.5em;
}

/* subscript dvs. sanket skrift */
span.subscript 
{
  font-size: 75%;
  position: relative;
  top: 0.5em;
} 

/* Understreg tekst */
span.underline 
{ 
  text-decoration: underline; 
}

/* Gennemstreg tekst */
span.line-through 
{
text-decoration:line-through;
}

/* mindre skrifttype, fx til noter */
p.small 
{
  font-size: 75%;
}

/* farvet skrift roed*/
span.emphasize 
{
    color:#880000 !important;
}

/* farvet skrift blaa*/
span.emphasizeblue 
{
    color:blue !important;
}

/* farvet skrift groen*/
span.emphasizegreen 
{
    color:green !important;
}

/* farvet skrift moerkorange*/
span.emphasizedarkorange 
{
    color:darkorange !important;
}

/* farvet skrift blaaviolet*/
span.emphasizeblueviolet 
{
    color:blueviolet !important;
}

.ungdomssitet-keywords {
    float: right;
    width: 25%;
    border: solid 1px grey;
    font-size: smaller;
    padding: 1em;
    margin: 0 0 1em 1em;
}

.ungdomssitet-keywords .hd h1 {
    margin: 0;
}

.ungdomssitet-keywords dl {
    margin: 0;
}

.ungdomssitet-keywords dt {
    margin: 0;
    float: left;
    clear: left;
    padding-right: 1em;
    font-weight: bold;
}

.ungdomssitet-keywords dd,
.ungdomssitet-keywords dd p {
    margin: 0;
}
