BODY {
//    font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular;
    font-size: 11pt;
    line-height: 16pt;
    color: black;
    background: white; 
}

P, DIV, SPAN {
//    font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular;
    font-size: 11pt;
    line-height: 15pt;
    color: #333333;
    background-color: transparent;
}

H1, H2, H3, H4, H5, H6 {
    font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular;
    font-size: 11pt;
    line-height: 16pt;
    font-weight: normal;
    font-style: normal;
    color: black;
    background-color: transparent;
}

H1 {
   font-size: 18pt;
   line-height: 20pt;
   font-weight: 800; 
}

H2 {
    font-size: 15pt;
    line-height: 18pt;
    font-weight: bold; 
}

H3 {
    font-size: 12pt;
    line-height: 16pt;
    font-variant:small-caps; 
}

H4 {
    line-height: 12pt;
    font-style: italic; 
}

#content {
    position: relative;
    left:    0px;
    top:     0px;
    padding: 0px;
    margin:  50px;
    float: none;
    color: black;
    border: none;
}

#menu {
    display: none;
}

DIV.hdr1 {
    font-family: Tahoma, Arial, Geneva, Helvetica, Swiss, SunSans-Regular;
    font-size: 11pt;
    line-height: 16pt;
    color: black;      font-weight: bold;
    padding-left: 30pt;
}

DIV.hdr2 {
    font-family: Tahoma, Arial, Geneva, Helvetica, Swiss, SunSans-Regular;
    font-size: 16pt;
    line-height: 20pt;
    color: black; 
    padding-left: 30pt;
}

a:link, a:visited {
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   color: #666666;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#content a[href^="/"]:after {
   content: " (http://www.meteo.uni-bonn.de" attr(href) ") ";
}

.reference {
    position: relative;
    left: 20px;
    margin: 0pt;
}

.reference:first-line {
    position: relative;
    left: -20px;
}
