html {
    background: /*#dad5cf*/ #897661 repeat-x top url('img/html_bg.gif');
}

body {
    color: #222222;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a {
    font-weight: normal;
    text-decoration: underline;
    color: #7d6a55;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

img {
    border: 0px;
}

input {
    background-color: #dad5cf;
}

a:hover {
    text-decoration: none;
}

div#doc {
    width: 980px;
    background: white;
}

div#hd {
    font-size: 11px;
}

div#hd_left {
    float: left;
    background: no-repeat url('img/hd_left.gif');
    width: 413px;
    height: 180px;
}

div#logo {
    height: 161px;
    cursor: pointer;
}

div#hd_right {
    float: left;
    background: no-repeat url('img/hd_right.gif');
    width: 567px;
    height: 180px;
}

div#hd_right.red {
    background: no-repeat url('img/hd_right_red.gif');
}

.yui-skin-sam .yuimenubar {
    border: none;
    background: none;
    font-size: 11px;
    line-height: 15px;
}

.yui-skin-sam .yuimenubaritemlabel {
    margin: 0;
    padding: 0 3px;
    border: none;
    cursor: pointer;
}

.yui-skin-sam .yuimenubaritem-selected {
    background: none;
}

div#menu-top {
    float: left;
    margin-left: 46px;
}

div#menu-top a {
    color: #7d6a55;
    text-decoration: none;    
}

div#menu-top .yuimenubaritem-selected a {
    text-decoration: none;
    color: #98012e;
}

div#menu-top li {
    border-left: 1px solid white;
    display: inline;
    padding: 2px 5px;
}

div#menu-top li.first-of-type {
    border: none;
}

div#menu-top li.first {
    border: none;
}

form#search {
    float: left;
    display: inline;
    margin: 162px 0 0 220px;
    color: white;
}

form#search input {
    border: 1px solid #ebe6df;
    vertical-align: text-top;
}

form#search input#search-text {
    margin-left: 10px;
    height: 14px;
    width: 100px;
    background: #dad5cf;
}

form#search input#search-submit {
    height: 16px;
    background: #7d6a55;
    font-weight: bold;
    color: white;
}

div#lang-links {
    margin: 162px 0 0 400px;
    color: #bbb2a4;
}

div#lang-links a {
    color: #bbb2a4;
    text-decoration: none;
}

div#lang-links a.selected {
    color: white;
}

div#menu-user {
    background-color: #7d6a55;
    padding-left: 50px;
    line-height: 30px;
}

div#menu-user a {
    margin-right: 79px;
    text-decoration: none;
    font-weight: bold;
    color: #bbb2a4;
}

div#menu-user a.yuimenubaritemlabel-selected {
    color: white;
}

div#menu-main {
    padding-left: 50px;
    line-height: 30px;
}

div#menu-main a {
    margin-right: 18px;
    text-decoration: none;
    font-weight: bold;
    color: #bbb2a4;
}

div#menu-main li#yui-gen5.active a, 
    div#menu-main li#yui-gen5.yuimenubaritem a:hover,
    div#menu-main li#yui-gen30.active a,
    div#menu-main li#yui-gen30.yuimenubaritem a:hover {
    color: #b2710e;
}

div#menu-main li#yui-gen6.active a,
    div#menu-main li#yui-gen6.yuimenubaritem a:hover,
    div#menu-main li#yui-gen31.active a,
    div#menu-main li#yui-gen31.yuimenubaritem a:hover {
    color: #778e1d;
}

div#menu-main li#yui-gen10.active a,
    div#menu-main li#yui-gen10.yuimenubaritem a:hover,
    div#menu-main li#yui-gen35.active a,
    div#menu-main li#yui-gen35.yuimenubaritem a:hover {
    color: #6f8ec2;
}

div#menu-main li.active a,
    div#menu-main li.yuimenubaritem a:hover {
    color: #98012e;
}

.yui-skin-sam .yui-carousel {
    border: none;
}

div#lightbox {
    text-align: center;
}

div#lightbox td {
    width: 500px;
    height: 500px;
    text-align: center;
    vertical-align: middle;
}

div#lightbox .prev {
    cursor: pointer;
    vertical-align: middle;
    margin: 0 20px;
}

div#lightbox .next {
    cursor: pointer;
    vertical-align: middle;
    margin: 0 20px;
}

div#lightbox a {
    text-decoration: none;
    cursor: pointer;
    margin: 0 5px;
    font-size: 13px;
}

div#lightbox a.selected {
    text-decoration: underline;
    font-weight: bold;
}

div#carousel-container {
    text-align: center;
    margin: auto;
}

div#carousel-container div {
    float: left;
}

div#carousel-container div.carousel-nav {
    width: 48px;
    height: 80px;
    cursor: pointer;
}

div#carousel-container div#carousel-prev {
    background: no-repeat url('img/prev.gif') center;
}

div#carousel-container div#carousel li {
    width: 80px;
    height: 80px;
    margin: 0 4px;
    line-height: 0;
    border: none;
}

div#carousel-container div#carousel li.yui-carousel-item-selected {
    border: none;
}

div#carousel-container div#carousel img {
    width: 65px;
    height: 65px;
    border: 7px solid #bbb2a4;
    background: no-repeat url('yui/build/assets/skins/sam/ajax-loader.gif') center;
}

div#carousel-container div#carousel div.yui-carousel-nav {
    display: none;
}

div#carousel-container div#carousel-next {
    background: no-repeat url('img/next.gif') center;
}

div#carousel-container div#carousel img.bit {
    background-image: url('img/thumb_bit.gif');
}

div#carousel-container div#carousel img.bit:hover, div#carousel-container div#carousel img.bit.selected {
    background-image: url('img/thumb_bit_active.gif');
}

div#carousel-container div#carousel img.maanedens {
    background-image: url('img/thumb_maanedens.gif');
}

div#carousel-container div#carousel img.maanedens:hover, div#carousel-container div#carousel img.maanedens.selected {
    background-image: url('img/thumb_maanedens_active.gif');
}

div#carousel-container div#carousel img.cat-1:hover,
    div#carousel-container div#carousel img.cat-15:hover,
    div#carousel-container div#carousel img.cat-1.selected,
    div#carousel-container div#carousel img.cat-15.selected {
    border-color: #778e1d;
}

div#carousel-container div#carousel img.cat-2:hover,
    div#carousel-container div#carousel img.cat-2.selected {
    border-color: #006990;
}

div#carousel-container div#carousel img.cat-3:hover,
    div#carousel-container div#carousel img.cat-12:hover,
    div#carousel-container div#carousel img.cat-3.selected,
    div#carousel-container div#carousel img.cat-12.selected {
    border-color: #e5b53b;
}

div#carousel-container div#carousel img.cat-4:hover,
    div#carousel-container div#carousel img.cat-4.selected {
    border-color: #ab540f;
}

div#carousel-container div#carousel img.cat-5:hover,
    div#carousel-container div#carousel img.cat-5.selected{
    border-color: #b2710e;
}

div#carousel-container div#carousel img.cat-6:hover,
    div#carousel-container div#carousel img.cat-7:hover,
    div#carousel-container div#carousel img.cat-13:hover,
    div#carousel-container div#carousel img.cat-6.selected,
    div#carousel-container div#carousel img.cat-7.selected,
    div#carousel-container div#carousel img.cat-13.selected {
    border-color: #8d63ab;
}

div#carousel-container div#carousel img.cat-8:hover,
    div#carousel-container div#carousel img.cat-8.selected {
    border-color: #6f8ec2;
}

div#carousel-container div#carousel img.cat-10:hover,
    div#carousel-container div#carousel img.cat-10.selected {
    border-color: #7d6a55;
}

div#carousel-container div#carousel img.cat-11:hover,
    div#carousel-container div#carousel img.cat-11.selected {
    border-color: #696a6c;
}

div#carousel-container div#carousel img.cat-9:hover,
    div#carousel-container div#carousel img.cat-9.selected,
    div#carousel-container div#carousel img.cat-14:hover,
    div#carousel-container div#carousel img.cat-16:hover,
    div#carousel-container div#carousel img.cat-14.selected,
    div#carousel-container div#carousel img.cat-16.selected,
    div#carousel-container div#carousel img.cat-0.selected,
    div#carousel-container div#carousel img.cat-0.selected {
    border-color: #98012e;
}

/* Cat background */

div.cat-1,
    div.cat-15 {
    background-color: #778e1d;
}

div.cat-2 {
    background-color: #006990;
}

div.cat-3,
    div.cat-12 {
    background-color: #e5b53b;
}

div.cat-4 {
    background-color: #ab540f;
}

div.cat-5 {
    background-color: #b2710e;
}

div.cat-6,
    div.cat-7,
    div.cat-13 {
    background-color: #8d63ab;
}

div.cat-8 {
    background-color: #6f8ec2;
}

div.cat-9,
    div.cat-14,
    div.cat-16,
    div.cat-0 {
    background-color: #98012e;
}

div.cat-10 {
    background-color: #7d6a55;
}

div.cat-11 {
    background-color: #696a6c;
}

/* Cat text */

a.cat-1,
    a.cat-15 {
    color: #778e1d;
}

a.cat-2 {
    color: #006990;
}

a.cat-3,
    a.cat-12 {
    color: #e5b53b;
}

a.cat-4 {
    color: #ab540f;
}

a.cat-5 {
    color: #b2710e;
}

a.cat-6,
    a.cat-7,
    a.cat-13 {
    color: #8d63ab;
}

a.cat-8 {
    color: #6f8ec2;
}

a.cat-9,
    a.cat-14,
    a.cat-16,
    a.cat-0 {
    color: #98012e;
}

a.cat-10 {
    color: #7d6a55;
}

a.cat-11 {
    color: #696a6c;
}

div#bd {
    padding: 15px 52px;
}

div.yui-t3 div#yui-main div.yui-b {
    margin-left: 250px;
}

div.yui-t3 div#yui-main div.yui-b div.full, div.yui-t3 div#yui-main div.yui-b p {
    overflow: auto;
}

div.yui-b.left {
    width: 220px;
    height: 900px;
}

div.yui-b.left table {
    margin: 5px;
}

div.yui-b.left td {
    padding: 2px;
    vertical-align: top;
}

div.yui-b.left a {
    text-decoration: none;
}

div.yui-u img {
    float: left;
    margin: 5px;
}

div.top-bar {
    background: repeat-x url('img/top_bar_bg.gif');
    line-height: 27px;
    padding-left: 10px;
    font-size: 14px;
    color: white;
    margin-bottom: 5px;
}

div.top-bar a {
    color: white;
    text-decoration: none;
    margin: 0 6px;
}

div.top-bar a.selected, div.top-bar a:hover {
    color: #98012e;
    text-decoration: underline;
}

div.top-bar div.cat-1,
    div.top-bar div.cat-15 {
    background: no-repeat right url('img/cat_1.gif');
}

div.top-bar div.cat-2 {
    background: no-repeat right url('img/cat_2.gif');
}

div.top-bar div.cat-3,
    div.top-bar div.cat-12 {
    background: no-repeat right url('img/cat_3.gif');
}

div.top-bar div.cat-4 {
    background: no-repeat right url('img/cat_4.gif');
}

div.top-bar div.cat-5 {
    background: no-repeat right url('img/cat_5.gif');
}

div.top-bar div.cat-6,
    div.top-bar div.cat-7,
    div.top-bar div.cat-13 {
    background: no-repeat right url('img/cat_6.gif');
}

div.top-bar div.cat-8 {
    background: no-repeat right url('img/cat_8.gif');
}
div.top-bar div.cat-9,
    div.top-bar div.cat-14,
    div.top-bar div.cat-16,
    div.top-bar div.cat-0 {
    background: no-repeat right url('img/cat_9.gif');
}
div.top-bar div.cat-10 {
    background: no-repeat right url('img/cat_10.gif');
}
div.top-bar div.cat-11 {
    background: no-repeat right url('img/cat_11.gif');
}

div.portal {
    background: #eeebe8 no-repeat bottom url('img/portal.gif');
}

div.portal div.top-bar {
    color: #98012e;
}

div.portal a {
    color: #7d6a55;
    font-size: 11px;
}

div.maanedens {
    background: #b2710e no-repeat top url('img/maanedens.gif');
}

div.yui-b.left.maanedens table {
    margin-top: 650px;
}

div.arr {
    background: #e3e3e3 no-repeat bottom url('img/arr.gif');
}

div.left.aktuelt {
    background: #dad5cf no-repeat bottom url('img/aktuelt.gif');
}

div.left.bit {
    background: #6f8ec2 no-repeat bottom url('img/bit.gif');
}

div.maanedens table td, div.maanedens table th, div.maanedens table a {
    color: white;
    text-align: center;
    padding: 3px;
}

div.social img {
    padding: 20px 5px 20px 10px;
    vertical-align: middle;
}

div.social a {
    margin-right: 10px;
    text-decoration: none;
    font-size: 10px;
}

div.cats {
    padding: 10px 0;
    text-align: center;
}

div.cats a {
    text-decoration: none;
    margin: 3px 6px;
    display: inline-block;
}

img.zoomable {
    cursor: pointer;
}

a.zoom {
    margin-left: -30px;
    text-decoration: none;
    color: black;
    font-size: 25px;
    cursor: pointer;
}

div#yui-main table {
    margin-top: 5px;
}

div#yui-main td {
    font-size: 11px;
    padding: 3px;
}

div#yui-main table a {    
    text-decoration: none;
}

div#yui-main table a.selected, div.portal table a.selected {
    font-weight: bold;
    text-decoration: underline;
}