#css-body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #000;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 15px;
}
#container {
    /*width: 990px;*/
}
#top {
    display: none;
}
#topMenu {
    display: none;
}
#mainCenter {
    /*width: 721px;*/
    float: left;
}
#box1, #box2, #box3, #box4 {
    width: 338px;
    margin: 30px 10px;
    /*padding: 10px;*/
    float: left;
}
#box3, #box4 {
    margin-top:0;
}
#column1Sub {
    display: none;
}
#column2Sub, #column2ms {
    /*width: 700px;*/
    margin: 0 10px;
    /*padding: 10px;*/
    float: left;
}
.breadcrumb {
    margin: 10px 0 0 0;
    border-bottom: 1px solid #dadadc;
    color: #999;
}
#mainTextArea {
    margin: 30px 0;
}
/*STYLE TIL FRONTTEASER-KOMPONENTEN*/
.frontTeaser {
    background: #fff url("../images/bg_box.jpg") no-repeat bottom;
    border: 1px solid #dadadc;
    padding: 10px;
}
a img {
    border: none;
}
.frontTeaser a,
.frontTeaser a {
    display: block;
}
.frontTeaser a:hover,
.frontTeaser a:hover {
    background-image: none;
    background-color: #f8f8f8;
}
/*END STYLE TIL FRONTTEASER-KOMPONENTEN*/
#box1 .frontBox,
#box2 .frontBox {
    /*color: #666;*/
}
#fullWidthDiv {
    width: 721px;
    float: left;
    /*margin: 0 10px 30px 10px;*/
}
#bottomDiv {
    width: 701px;
    float: left;
    margin: 0 10px 30px 10px;
}
#column3 {
    display: none;
}
#footer {
    color: #a7a7a7;
    /*text-align: center;*/
    margin: 10px;
    clear: both;
}
/*STYLE TIL NYHEDS-KOMPONENTEN*/
.news ul {
    margin: 0;
    padding: 0;
}
.news ul li {
    list-style: none;
    border-bottom: 1px solid #dadadc;
}
.news ul li a {
    padding: 15px 0;
    display: block;
}
.news ul li a .newsHeader {
    font-family: trebuchet MS, arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.news ul li a .newsSynopsis {
    /*color: #666;*/
}
.news ul li a:hover {
    background-color: #f8f8f8;
}
/*.news ul li:last-child {
    border-bottom:none;
}*/
/*END STYLE TIL NYHEDS-KOMPONENTEN*/
/*#extraDiv1 {
    background-image: url("../new_img/skyline2.png");
    background-position: center;
    background-repeat:no-repeat;
    position:fixed;
    bottom: 0;
    *//*height: 271px;*//*
    height: 491px;
    z-index: -1;
    width: 100%;
}*/
/*STYLE TIL OVERSKRIFTER*/
h1, h5, .headline, .documentTitle, .quickmenu_thead_header {
    font-size: 15px;
    font-family: trebuchet MS, arial, sans-serif;
    /*color: #72a5d8;*/
}
.headline, .documentTitle {
    display: block;
    font-weight: bold;
    /*line-height: 33px;*/
    margin: 9px 0 10px 0;
}
h5 {
    /*color: #666;*/
    margin: 20px 0 0 0;
    line-height: 20px;
    font-weight: normal;
}
/*END STYLE TIL OVERSKRIFTER*/
a, a:active, a:hover, a:visited, a:link {
    color: #72a5d8;
    text-decoration: none;
}
a:hover {
    background-color: #f8f8f8;
}
a:hover.noBg {
    background-color: transparent;
}
table {
    border-collapse: collapse;
}
td {
    padding: 0;
}