body {
    background: #f1efe4;
}

a {
    font-family: "Lucida Grande", Tahoma, Verdana;
    font-size: 11px;
    color: #47a75e;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #a28;
}

.error {
    color: #f00;
    font-weight: bold;
}

p {
    font-family: "Lucida Grande", Tahoma, Verdana;
}

#contentContainer {
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    width: 852px;
    border-left: solid 1px #efede6;
    border-right: solid 1px #efede6;
}

#contentInnerContainer {
    border-left: solid 1px #d6d5cd;
    border-right: solid 1px #d6d5cd;
}

#header {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    background: url(/images/topbar_bg.jpg);
    background-repeat: repeat-x;
}

    #headerContainer {
        position: relative;
        height: 116px;
        left: -10px;
        background: url(/images/header.png);
        background-repeat: no-repeat;
    }

    #header img {
        position: relative;
        z-index: 2;
        left: -10px;
    }

    #linkToStart {
        position: absolute;
        display: block;
        height: 95px;
        width: 230px;
        z-index: 3;
    }

    #topMenu {
        position: relative;
        left: 670px;
        top: 21px;
        width: 163px;
        height: 42px;
        z-index: 3;
    }

#bigGreenBottomBorder {
    position: relative;
    z-index: 2;
    margin-top: -23px;
    border-bottom: solid 10px #abd183;
    background: url(/images/treeMenuBG.png); background-repeat: repeat-y;
}

.citat {
    color: #000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    font-style: italic;
}

.rubrik {
    color: #000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 40px;
}

.hrDiv {
    border-bottom: 1px dotted #bfbfbf;
    border-top: 1px solid #bfbfbf;
    height: 10px;
}

    .hrDiv a {
        position: relative;
        top: -3px;
    }

    .hrDiv img {
        position: relative;
        top: -1px;
    }


.uppdateradRubrik {
    color: #bbb;
    font-family: "Lucida Grande", Tahoma, Verdana;
    font-size: 11px;
    font-weight: bold;
}

.text {
    color: #333;
    font-family: "Lucida Grande", Tahoma, Verdana;
    font-size: 12px;
    line-height: 20px;
    display: block;
}

.bildtexter {
    font-family: "Lucida Grande", Tahoma, Verdana;
    display: block;
    font-size: 11px;
    color: #999;
    line-height: 13px;
}

.rubrikUnder1{
    font-family: "Lucida Grande", Tahoma, Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #00812D;
    text-transform: uppercase;
}

.rubrikUnder2{
    font-family: "Lucida Grande", Tahoma, Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #00812D;
}

.ingress{
    font-family: "Lucida Grande", Tahoma, Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #333;
}

.puffRubrik{
    font-family: "Lucida Grande", Tahoma, Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rightPuffText {
    font-family: "Lucida Grande",Tahoma,Verdana;
    font-size: 11px;
    color: #999;
    margin-bottom: 20px;
    margin-top: 10px;
}