/* ***** sone.dk CVS header ***********************
   Changed by :  $Author: psp $
   Last change:  $Date: 2009-09-11 22:07:08 $
   Version    :  $Revision: 1.5 $
   ************************************************ */

body {
    font-size: 13px;
    color: #204080;
    BACKGROUND-COLOR: #006699;
    font-family: Verdana, Arial, serif;
    margin: 5px 0 8px 0;
}

P {
    font-size: 11px;
    color: #204080;
    font-family: inherit;
}

TD {
    vertical-align: top;
    text-align: left;
    font-size: 13px;
    color: #000000;
    font-family: inherit;
}

.inputfield {
    font-size: 11px;
    font-family: Verdana, arial, serif;
    background-color: #EEEEEE;
    border-top: 1px #666666 solid;
    border-right: 1px #999999 solid;
    border-bottom: 1px #666666 solid;
    border-left: 1px #999999 solid;
}

.inputbutton {
    font-size: 10px;
    font-family: Verdana, Arial, serif;
    background-color: #CCCCCC;
    border: 1px solid;
}

A:link {
    color: blue;
}

A:visited {
    color: blue;
}

A:active {
    color: #CC0000;
}

A:hover {
    color: #336699;
}

/* Level 1 IKKE selected */
A.menu_level_1 {
    color: black;
}

/* Level 1 selected */
A:link.menu_level_1_selected {
    color: #FFCC00;
    text-decoration: none;
}

A:visited.menu_level_1_selected {
    color: #FFCC00;
    text-decoration: none;
}

A:active.menu_level_1_selected {
    color: #FF0000;
    text-decoration: none;
}

A:hover.menu_level_1_selected {
    color: #ffffff;
    text-decoration: none;
}

/* Level 2 IKKE selected */
A.menu_level_2 {
    color: #222222;
    text-indent: 5px;
}

A:visited.menu_level_2 {
    color: #666666;
}

A:active.menu_level_2 {
    color: #FF0000;
}

A:hover.menu_level_2 {
    color: #FFCC00;
}

/* Level 2 selected */
A:link.menu_level_2_selected {
    color: #ffcc00;
    text-decoration: none;
}

A:visited.menu_level_2_selected {
    color: #dd9900;
    text-decoration: none;
}

A:active.menu_level_2_selected {
    color: #FF0000;
    text-decoration: none;
}

A:hover.menu_level_2_selected {
    color: #FFFFFF;
    text-decoration: none;
}

/* CMS styles */
.section {
    font-family: Verdana, Helvetica, Arial;
    margin-bottom: 15px;
    clear: both;
}

h1 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12pt;
    padding-top: 0;
    margin-top: 2px;
    padding-bottom: 0;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

h5 {
    font-size: 10px;
    color: #999999;
    margin-bottom: 3px;
    padding-bottom: 0;
}

p.bodytext {
    font-size: 12px;
    color: #002040; /*margin-top: 5px;*/
    line-height: 130%;
}

td.body {
    border-bottom: thin solid #999999;
    padding: 15px;
}

.image_LEFT {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.image_LEFT font {
    background-color: #dddddd;
}

.image_RIGHT {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.image_RIGHT font {
    background-color: #dddddd;
}

.image_CENTER {
    text-align: center;
    margin-bottom: 10px;
}

div.topline {
    background-color: black;
    font-size: 6px;
}

td.menu {
    width: 210px;
}

td.menu ul {
    margin: 25px 0 20px 15px;
    padding: 0;
}

td.menu li {
    background-color: #ff8000;
    list-style: none;
    padding: 6px 6px 6px 6px;
    margin-bottom: 6px;
    border: #333333 solid 1px;
}

div.hvem_kan {
    margin-top: 40px;
    background-color: black;
    color: #ff8000;
    padding: 15px 10px 20px 15px;
}

div.body {
    border: 1px;
    padding: 20px 30px 10px 30px;
}

td.bund {
    background-color: #006666;
    color: #FFFFFF;
    font-size: 10px;
    padding-left: 4px;
}

@media print {
    .noprint {
        display: none;
    }

    div.menu {
        display: none;
    }

    div.body {
        width: 750px;
    }
}

