body {
    background-color: white;
    color: black;
    font-size: 9pt;
    font-family: arial, sans-serif;
}

div#logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

div#leftmenu {
	display: none;
}

div#topimg,
div#moviecontainer,
div.maincontent {
    float: left;
}

div#topimg {
    margin-right: 2px;
    margin-bottom: 2px;
}

div.maincontent {
    width: 620px;
}

div#topimg {
    width: 480px;
    height: 244px;
    background-color: #e8e8e8;
}

div#topimg img {
    display: block;
}

div.maincontent,
div#maincontent {
    background-image: none;
    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#moviecontainer {
    width: 318px;
    height: 244px;
    background-color: #eeeeee;
    margin-bottom: 2px;
}

div#factbox {
    background-color: white;    color: black;
    padding: 12px;
    width: 50%;}

div#bottom {
    background-color: white;
    background-image: none;
    background-repeat: repeat-y;
    background-position: right top;
    min-height: 174px;
}

div#factbox ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 12px;
    line-height: 1.2em;
}

#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.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 {
    padding-top: 4px;
    margin-bottom: 12px;
    font-size: 24px;
    margin-left: 12px;
}

/******
/* UTILITY STYLES
/***********************************************/
.clear {
    clear: both;
}

/****
/* Mailform styling
/***********************************************/
.csc-mailform-field {
    clear: left;
    line-height: 1.3em;
    margin-left: 12px;
}

.csc-mailform-field label {
    float: left;
    width: 5em;
    margin-right: 1em;
    line-height: 1.3em;
}

.csc-mailform-field input, .csc-mailform-field textarea {
    float: left;
    margin-bottom: .2em;
    width: 15em;
    font-family: arial, sans-serif;
    font-size: 9pt;
}

