
 /* ========================================================================
    Created    : 19th of October 2004, 13:01 CET
          by   : Tina Holmboe <tina@greytower.net>

    Updated    : 19th of October 2004, 13:01 CET
            by : Tina Holmboe <tina@greytower.net>

    Media type : print
    Usage      : Main layout.


    Please note that, when updating stylesheets, the following rules are to
    be observed:

      - Rulesets start in column 0.

      - Blocks are written with the opening curly bracket following the rule
        name and the ending bracket in column 0, alone.

      - A declaration start in column 1. Properties are separated from values
        by a colon (":") in column 25. Declarations always end with one
        whitespace and a semi-colon (" ;") whether needed by syntax or not.

      - Short-hand properties are not used. margin- and padding- are exempt.

      - Short-hand RGB codes are not used.

    ======================================================================== */

* {
 font-family             : Garamond, "Bell MT", "Bauer Bodoni", Palatino, serif ;
 color                   : #000000 ;
 background-color        : #ffffff ;
}


html, body, #content {
 background-color        : #ffffff ;
 color                   : #000000 ;
}


html, body {
 margin                  : 0pt ;
 padding                 : 0pt ;
}


h1, h2, h3, h4, h5, h6 {
 font-family             : Andes, Bedford, Garamond, serif ;
 font-weight             : 100 ;
 margin-left             : 1in ;
 margin-right            : 2cm ;
 margin-bottom           : 1pt ;
 text-transform          : lowercase ;
 border-style            : none ;
}


h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter {
 color                   : #000000 ;
}


li ul {
 margin-top              : 1ex ;
 margin-bottom           : 3ex ;
}


p {
 margin-right            : auto ;
 margin-left             : 0.85in ;
}

ul, ol, dl {
 margin-right            : auto ;
 margin-left             : 0.95in ;
}


p, li {
 max-width               : 30pc ;
 font-size               : 11pt ;
 line-height             : 12pt ;
 text-align              : left ;
}


p + p {
 text-indent             : 0.5em ;
}


abbr {
 border-style            : none ;
 background-color        : transparent ;
}


#logotype {
 position                : fixed ;
 right                   : 0em ;
 top                     : 0em ;
 display                 : block ;
}


#content {
 border-style            : none ;
}


#content li {
 margin-bottom           : 1ex ;
 list-style-type         : circle ;
 line-height             : 10pt ;
}


p#copyright {
 width                   : 95px ;
 margin                  : 0pt ;
 padding                 : 0pt ;
 background-color        : #ffffff ;
 border-style            : none ;
 font-size               : 6pt ;
}


p#caveat {
 font-size               : 6pt ;
 font-weight             : 100 ;
}


#menubar {
 position                : fixed ;
 right                   : 11px ;
 top                     : 11px ;
 width                   : 100px ;
 height                  : 200px ;
 min-height              : 25% ;
 background-color        : #ffffff ;
 padding-left            : 0pt ;
}


#content a {
 text-decoration         : none ;
}


#skipNavigation, p#returnToTop {
 display                 : none ;
}


.hidden, .subMenu, #countryNavigation, #updated, #quickSearch, #news {
 display                 : none ;
}

