/* Classes for all center pages */
.main_text{
    font-family: Verdana;
    font-size: 10px;
    color: #171411;
    text-align: left;
}
.main_text a{
    color: #da8c0b;
    text-decoration: none;
}
.undertitel{
    font-weight: bold;
}
.top{
    z-index: 10;
    margin-bottom: 16px;
}
.main_image{
    margin-bottom: 16px;
}
.main_headline{
    position: absolute;
    font-size: 14px;
    font-family: Verdana;
    color: #ffffff;
    text-align: left;
    z-index: 1;
    left: 5px;
}

/* Top text startside*/
#bransj_text{
    font-family: Verdana;
    font-size: 10px;
    color: #6f6f6f;
    text-align: left;
}
#bransj_text a{
    color: #da8c0b;
    text-decoration: none;
}
/* Mellan del*/
.bransj_upper{
    position: absolute;
    width: 156px;
}
#olje_energi{
    left: 165px;
}
#offentlig{
    right: 0px;
}
/* Lægsta del*/

.bransj_lower{
    position: absolute;
    width: 156px;
    top: 370px;
}
#GISdig{
    left: 165px;
}
#GISide{
    right: 0px;
}
.main_right{
    position: absolute;
    width: 230px;
    right: 0px;

}
.main_left{
    position: absolute;
    width: 230px;
}
#lowerSection{
    position: absolute;
    left: 0px;
    top: 220px;
}
#upperSection{
    left: 0px;
    position: absolute;
    top: 0px;
}

.rightColumn{
    position: absolute;
    left: 120px;
    list-style-type: none;
}
.leftColumn{
    position: absolute;
    left: -10px;
    list-style-type: none;
    width: 110px;

}


/*FOOTER*/
.footer{
    margin-top: 50px;
    font-family: Verdana;
    font-size: 10px;
    color: #6f6f6f;
    text-align: center;
    position: relative;
    left: 208px;
    width: 486px;
    background-color: white;
}
.footer a{
    text-decoration: none;
    color: #da8c0b;
}

#line{
    margin-bottom: 5px;
    border-top: 1px solid #6f6f6f;
}




