body {
    background-color: white;
    color: black;
    font-size: 9pt;
    font-family: arial, sans-serif;
}

p {
    line-height: 1.4em;
}

a:link, a:visited, a:hover, a:active { color: #1F5F9E; }

div#container {
	width: 960px;
	margin: 0 auto;
}

div#logo {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}

div#payoff {
    float: right;
    margin: 20px 16px 20px 0;
    height: 27px;
}

div#payoff h2 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #5c5c5c;
    padding-top: 11px;
}

div#leftmenu,
div#topimg,
div#moviecontainer,
div#factbox,
div.maincontent {
    float: left;
}

div#leftmenu,
div#topimg {
    margin-right: 2px;
    margin-bottom: 2px;
}

div.maincontent {
    width: 620px;
}

div#leftmenu {
    width: 134px;
    height: 220px;
    background-color: #58585a;
    padding: 12px;
}


div#topimg {
    width: 480px;
    height: 244px;
    background-color: #e8e8e8;
}

div#topimg img {
    display: block;
}

div#topmenu {
    clear: both;
    height: 15px;
    border-bottom: 1px solid #1f5f9e;
    border-top: 1px solid #a2bdd7;
    padding: 4px 80px 4px 0;
    background-color: #004990;
    background-image: url(../system/topmenu.bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    margin-bottom: 3px;
}

div#leftmenu ul,
div#topmenu ul,
div#bottomfrieze ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#leftmenu ul.level2 {
	padding-left:15px;
}

div#topmenu ul {
    margin: 2px 0 0 12px;
    
}

div#leftmenu li {
    line-height: 1.5em;
}

div#leftmenu a {
    color: white;
    text-decoration: none;
    display: block;
}

div#leftmenu li a.act, div#topmenu li.active a  {
    color: gold;
}

div#leftmenu a:hover {
    color: gold;
    text-decoration: underline;
}

div#topmenu li,
div#bottomfrieze li {
    float: left;
}

div#topmenu li {
    border-left: 1px solid #f5f8fb;
    padding: 0 10px;
}

#topmenu li.last {
    border-right: 1px solid #f5f8fb;
}

#topmenu li a,
#bottomfrieze a {
    color: #f5f8fb;
    text-decoration: none;
}

#bottomfrieze li {
    min-width: 158px;
    margin-right: 2px;
}

#bottomfrieze li.last {
    margin-right: 0;
}

#bottomfrieze p {
    color: white;
    background-color: #58585a;
    text-align: center;
    line-height: 2em;
}

#bottomfrieze img {
    display: block;
    border: none;
}

div.maincontent,
div#maincontent {
    background-image: url(../system/content.bg.png);
    background-color: white;
    background-repeat: repeat-y;
    background-position: right top;
    min-height: 100px;
    padding: 26px 10px 10px 10px;
    line-height: 1.4em;
}

div.maincontent {
    background: transparent;
}

div#maincontent {
    padding-right: 400px;
    border-right: 1px solid #edeeee;
    border-top: 1px solid #edeeee;
}

div#flashbox { }

div#moviecontainer {
    width: 318px;
    height: 244px;
    background-color: #eeeeee;
    margin-bottom: 2px;
}

div#factbox {    color: white;
    padding: 12px;
    width: 294px;}

div#bottom {
    background-color: white;
    background-image: url(../system/bottom_bg.jpg);
    background-repeat: repeat-y;
    background-position: right top;
    min-height: 174px;
}

div#factbox h2 {
    padding: 3px 0 2px 0;
    border: 1px solid white;
    border-width: 1px 0;
    margin: 12px 0 15px 0;
    text-transform: uppercase;
}

div#factbox ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 12px;
    line-height: 1.4em;
}

div#factbox a:link,
div#factbox a:visited,
div#factbox a:hover,
div#factbox a:active {
    color: white;
}

#flashbox img {
    display: block;
}

#footer {
    padding: 8px 16px;
}

#oerskovref {
    float: right;
}

#oerskovref a {
    color: #e8e8e8;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

/****
/* HEADINGS
/************************************************/

div#maincontent h1,
div#moviecontainer h1,
div.maincontent h1 {
    text-transform: uppercase;
    color: #003785;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 16px;
}

div.maincontent p {
    margin-bottom: .8em;
}

div#moviecontainer h1 {
    font-size: 16px;
    padding-top: 8px;
    margin-bottom: 8px;
    margin-left: 12px;
}

/******
/* UTILITY STYLES
/***********************************************/
.clear {
    clear: both;
}

div.moreInfoContainer {
    margin: 10px 0;
}

div.moreInfoSwitch {
    text-decoration: underline;
    cursor: pointer;
}

div.moreInfoText {
    margin-top: 10px;
    display: none;
}

/****
/* Mailform styling
/***********************************************/
.csc-mailform-field {
    clear: left;
    line-height: 1.2em;
    margin-left: 12px;
}

.csc-mailform-field label {
    float: left;
    width: 5em;
    margin-right: 1em;
    line-height: 1.2em;
}

.csc-mailform-field input, .csc-mailform-field textarea {
    float: left;
    margin-bottom: .2em;
    width: 15em;
    font-family: arial, sans-serif;
    font-size: 9pt;
}
