﻿body,html
{
    height:100%;
}

body
{
    margin:0px;
    margin-bottom:40px;
    background-color:#bf3a07;
    background-image:url(gfx/backdrop.png);
    background-position:top left;
    background-repeat:repeat-x;
    
    font-family:Trebuchet MS, Helvetica, Sans-Serif;
    font-size:14px;
    line-height:20px;
    color:#6f7067;
}

img {
    border:none;
}

p {
    margin:0px;
    margin-bottom:10px;
}

a {
    color:#c53e0d;
}

em {
    font-size:12px;
    line-height:16px;
}

ul {
    margin:20px;
    padding:0px;
}
li {
    list-style-type:square;
    margin:0px;
    padding:0px;
    margin-bottom:5px;
    margin-top:5px;
}


h1 {
    color:#544c2b;
    font-family:Georgia;
    font-size:30px;
    line-height:32px;
    font-weight:normal;
    margin:0px;
    margin-bottom:20px;
}
h2 {
    color:#544c2b;
    font-family:Georgia;
    font-size:20px;
    line-height:22px;
    font-weight:normal;
    margin:0px;
    margin-bottom:15px;
}
h2 a {
    color:#544c2b;
    text-decoration:none;
}


#header {
    height:230px;
    width:820px;
    background-image:url(gfx/backdrop_leaves.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    position:relative;
}

#footer {
    clear:both;
    padding-left:120px;
    padding-top:20px;
    padding-bottom:20px;
    color:#e6eae4;
    font-size:10px;
    line-height:14px;
}
#footer a {
    text-decoration:underline;
    color:#81b0c1;
}

#pageTitle {
    position:absolute;
    left:75px;
    top:70px;
}

.tabshadow 
{
    position:absolute;
    top:198px;
    left:109px;
}

#tabs {
    margin:0px;
    padding:0px;
    position:absolute;
    top:196px;
    left:118px;
}
#tabs li {
    float:left;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
#tabs img {
    width:140px;
    height:34px;
}

#contentArea {
    background-color:#e6eae4;
    border-top:solid 5px #fff;
    border-bottom:solid 5px #fff;
    padding-top:35px;
    padding-bottom:35px;
    padding-left:120px;
}
#contentWrapper {
    width:770px;
}

.leftText {
    width:400px;
    float:left;
}

.leftTextSmall {
    width:150px;
    float:left;
    font-style:italic;
    font-size:12px;
    line-height:16px;
}

.lineRight {
    margin-right:40px;
}

.whiteBorder {
    border:solid 5px #fff;
}



table.litteratur-oversigt 
{
}

table.litteratur-oversigt td
{
    padding-right:20px;
    padding-bottom:20px;
    vertical-align:middle;
}
table.litteratur-oversigt td h2
{
    margin-bottom:5px;
}
