body {
    font: 100% / 1.5em Verdana, Arial, Helvetica, sans-serif;
    background: rgb(102, 102, 102);
    padding: 10px;
    margin: 0px;
    min-width: 850px;
    line-height: 1.55;
}

h1 {
    font-size: 150%;
    font-family: "Trebuchet MS", "Futura Light", Verdana, sans-serif;
}

h2 {
    font-size: 150%;
    font-family: "Trebuchet MS", "Futura Light", Verdana, sans-serif;
    font-weight: normal;
}

h3 {
    font-size: 150%;
    font-family: "Trebuchet MS", "Futura Light", Verdana, sans-serif;
}

h4 {
    font-size: 150%;
    font-family: "Trebuchet MS", "Futura Light", Verdana, sans-serif;
}

h5 {
    font-size: 150%;
    font-family: "Trebuchet MS", "Futura Light", Verdana, sans-serif;
}

h6 {
    font-size: 150%;
    font-family: "Trebuchet MS", "Futura Light", Verdana, sans-serif;
}

h1 {
    border-bottom: 1px solid rgb(197, 197, 197);
    border-top: 1px solid rgb(197, 197, 197);
    color: rgb(0, 61, 133);
    font-family: 'Trebuchet MS', 'Futura Light', Verdana, sans-serif;
    font-size: 25px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    padding: 8px 12px 8px 12px;
    text-transform: uppercase;
}

#border {
    background: white;
    padding: 10px;
    min-width: 550px;
}

input#coord {
    width: 100px;
    height: 40px;
}

#header {
    background: url(5000_screen_da_DK.png) no-repeat;
    height: 100px;
    margin: 0px 0px 10px 15px;
}

#header-en {
    background: url(5000_screen_en_GB.png) no-repeat;
    height: 100px;
    margin: 0px 0px 10px 15px;
}

#header-bar {
    background: url(section_header_bg.jpg) repeat-x;
    height: 60px;
}

div#navigation strong {
    font-weight: normal;
}

div#navigation strong {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 100%;
    text-transform: uppercase;
}

#navigation {
    color: rgb(0, 61, 133);
    padding: 12px 16px 11px;
}

#navigation a {
    color: rgb(0, 61, 133);
    text-decoration: none;
}

#navigation a:hover {
    text-decoration: underline;
}

#login-area {
    color: rgb(0, 61, 133);
    padding: 12px 16px 11px;
    float: right;
}

#login-area a {
    color: rgb(0, 61, 133);
    text-decoration: none;
}

#login-area a:hover {
    text-decoration: underline;
}

#menu {
    background: url(section_nav_bg.gif) repeat-x 0% 0%;
    margin: 0px 12px 16px 16px;
    min-height: 522px;
    overflow: hidden;
    padding: 12px;
    float: left;
    width: 175px;
}

#menu a {
    display: block;
    margin: 0 0 0 -20px;
    padding-left: 20px;
}

#menu ul {
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
}

#menu li {
    background: url(bullet.gif) no-repeat 0px 0.15em;
    line-height: 1.4em;
    list-style: none outside none;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    margin-bottom: 0.75em;
    padding-left: 20px;
}

#menu li.selected {
    background: url(bullet_selected.gif) no-repeat 0px 0.15em;
    color: rgb(0, 61, 133);
    font-weight: bold;
}

#menu li.branch {
    background: url(branch.gif) no-repeat 0px 0.15em;
}

#menu li.branchselected {
    background: url(branch_selected.gif) no-repeat 0px 0.15em;
}

#menu a {
    text-decoration: none;
    color: rgb(51, 51, 51);
}

#menu a:hover {
    text-decoration: underline;
}


#menu h3 {
    font-size: 11pt;
    color: rgb(0, 61, 133);
    margin: 0px 0px 0px 0px;
    font-size: 12pt;
    padding: 8px 0px 8px 0px;
    width: 175px;
}

#main {
    min-height: 600px;
    margin-left: 240px;
    /*
    line-height: 16px;
    */
    padding-bottom: 15px;
}

a {
    color: rgb(0, 61, 133);
}

.schedule {
    border: 1px solid black;
    border-collapse: collapse;
}

.schedule th {
    border: 1px solid black;
    background-color: rgb(240, 240, 240);
    padding: 10px;
}

.schedule tr {
    border: 0px;
    overflow: scroll;
}

.schedule td {
    border: 1px solid black;
    padding: 5px;
}

.schedule .entry {
    white-space: nowrap;
    text-align: center;
}

#footer {
    background: url(footer_bg.jpg) repeat-x 0% 100%;
    border-bottom: 8px solid rgb(0, 61, 133);
    border-top: 1px solid rgb(197, 197, 197);
    padding: 1em 1em 10px 20px;
    color: rgb(51, 51, 51);
    font-size: 12px;
    text-align: right;
}

tr.header {
    color: rgb(0, 61, 133);
}

table.overview {
    border: 1px solid gray;
    border-spacing: 0;
    border-collapse: separate;
    *border-collapse: collapse; /* hack is needed for IE7 also */
}

table.overview th, table.overview td {
    padding-left: 25px;
    padding-right: 25px;
}

table.overview th.reducedpadding, table.overview td.reducedpadding {
    padding-left: 10px;
    padding-right: 10px;
}

table.overview tr {
    border-bottom: 1px solid gray;
}

table.overview tr.odd {
    background-color: #f0f0f0;
}

table.overview tr.even {
    background-color: #fafafa;
}

table.overview td.multiple {
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
}

@media print {
    #menu, #navigation, #header, #header-bar, #footer {
        display: none;
    }

    #main {
        margin-left: 0px;
        font-size: 12pt;
        font-family: serif;
    }

    h1 {
        border: 0px;
    }
}

.citation {
    color: gray;
}

.buttonAsLink {
    font: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: rgb(0, 61, 133);
    background-color: transparent;
    padding: 0;
    border-width: 0;
    cursor: pointer;
    text-decoration: underline;
    float: right;
    margin-top: 1px;
}

.topmenu {
    float: right;
    text-align: right;
}

blockquote {
    border-bottom: 1px solid;
    border-left: 1px solid;
    margin: 0 0 0 20px;
}

div#au_nav_shortcuts li {
    background: url("simple_bullet.gif") no-repeat;
    padding-left: 18px;
    list-style: none outside none;
}

div#au_nav_shortcuts li a {
    line-height: 9pt;
}

div#au_nav_shortcuts a {
    color: #8C8C8C;
    text-decoration: none;
}

div#au_nav_shortcuts div {
    background-color: #FFFFFF;
    float: right;
    max-height: 144px;
    min-height: 76px;
    min-width: 70px;
    overflow-y: auto;
    padding-top: 1.45em;
    /*width:16.8%;*/
}
