body {
    color: black;
    background-color: white;
    margin: 0;
}

p {
}

td {
}

a:link {
    color: #000000;
    background-color: inherit;
        text-decoration: underline;
}

a:visited {
    color: #000000;
    background-color: inherit;
        text-decoration: underline;
}

a:hover {
    color: #000000;
    background-color: inherit;
        text-decoration: underline;
}

a:active {
    color: #000000;
    background-color: inherit;
        text-decoration: underline;
}

.page_content {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.page_header {
    position: relative;
    width: 1024px;
    height: 140px;
}

.top_logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 200px;
    height: 80px;
}

.site_tree_icon {
    padding-top: 9px;
    float: left;
    padding-right: 5px;
}

.site_tree_icon img{
    vertical-align: bottom;
    height: 18px;
    
}

.printerfriendly_icon {
    padding-top: 9px;
    float: left;
    padding-right: 5px;
}

.printerfriendly_icon img{
    vertical-align: bottom;
}

.add_favorite_icon {
    padding-top: 9px;
    float: left;
    padding-right: 5px;
}

.add_favorite_icon img{
    vertical-align: bottom;
    height: 19px;
    
}

.lang_nor {
    position: absolute;
    top: 50px;
    left: 960px;
    width: 20px;
    height: 12px;
}

.lang_eng {
    position: absolute;
    top: 50px;
    left: 990px;
    width: 20px;
    height: 13px;
}

.link_home {
    position: absolute;
    top: 50px;
    left: 840px;
    width: 50px;
    height: 20px;
}

.link_home a , .link_intranet a{
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    text-align: left;
    font-style: italic;
    font-size: 1.2em;
    text-decoration: none;
    color: #000000;
    background-color: inherit;
}

.link_intranet {
    position: absolute;
    top: 50px;
    left: 890px;
    width: 60px;
    height: 20px;
}

.menu_line {
    z-index: -100;
    position: absolute;
    top: 130px;
    width: 1024px;
    height: 7px;
    background-color: #909090;
    color: inherit;
}

.main_content {
    margin-top: 14px;
        min-height: 482px;
}

.content_left {
    width: 190px;
    float: left;
}

.content_left_frontpage {
    width: 180px;
    float: left;
        margin: 20px 20px 0 0;
}

.content_right_frontpage {
    width: 180px;
    float: right;
        margin: 20px 0 0 20px;
}

.content_center {
    float: left;
    padding :0px;
    width: 640px;
}

.boxTitleNarrow {
    font-size: 2.15em;
    color: red;
    font-weight: normal;
    background-color: inherit;
}

.news_article {
    padding-bottom: 1em;
}

.newsList a, .newsList a:visited, .newsList a:hover {
    text-decoration: underline;
    color: #000000;
    background-color: inherit;
        font-size: 1.2em;
       font-weight: normal;
}

a.news_title, a.news_title:visited, a.news_title:hover,
a.titleList, a.titleList:visited, a.titleList:hover {
    text-decoration: underline;
    color: #000000;
    font-weight: bold;
    background-color: inherit;
        font-size: 1.2em;
}

a.news_readmore, a.news_readmore:visited, a.news_readmore:hover, a.readMore, a.readMore:visited, a.readMore:hover {
    color: #638A94;
    text-decoration: none;
    background-color: inherit;
}

.news_publishdate {
    display: none;
}

.headTitle {
    font-size: 1.5em;
    color: red;
    font-weight: bold;
    background-color: inherit;
        margin-bottom: 0.5em;
}

.trailTxtDiv {
    margin-bottom: 5px;
}

a.trailTxt, a.trailTxt:visited {
    color: #4D4D4D;
    text-decoration: none;
    background-color: inherit;
}

a.trailTxt:hover {
    color: black;
    background-color: inherit;
    font-weight: bold;
}

.menu {
    margin: 0;
    list-style-type: none;
    padding: 0 0 0.5em 0;
}

li.menu a, li.menu a:visited {
    text-decoration: none;
    color: #4D4D4D;
    font-size: 1.2em;
    background-color: inherit;
}

li.menu a:hover {
    color: black;
    font-weight: bold;
    background-color: inherit;
}

#active-link, li.menu a.active-path {
    color: black;
    font-weight: bold;
    background-color: inherit;
}

li.menu ul.menu li.menu ul.menu li.menu #active-link {
    color: #737373;
    background-color: inherit;
}

li.menu ul.menu {
    padding: 0 0 0.5em 2em;
}

.page_footer {
    float: right;
    width: auto;
    text-align: right;
    padding-top: 9px;
}

.page_footer_text, .page_footer_text a, .page_footer_text a:visited {
    background-color: inherit;
    font-weight: normal;
    color: #313131;
    font-size: 1em;
    text-decoration: none;
}

.page_footer_text a, .page_footer_text a:visited {
       text-decoration: underline;
}

.page_footer_text a:hover {
    color: #000000;
    background-color: inherit;
}

.page_footer_divider {
    float: left;
    clear: both;
    margin-top: 13px;
    width: 1024px;
    height: 4px;
    background-color: #ACAA00;
    color: inherit;
}

