BODY {
    background: #ebebeb; /* #6699bb - #e2f2c6 */
    font-family: 'Arial', sans-serif;
    color: #376266;
    margin: 2% 3%; /* 2% auto */
    min-width: 40em; /* 540px */
    max-width: 55em;
}
A {
    color: #376266;
}
H1 A, H2 A {
    text-decoration: none;
}
H1 {
    font-size: 180%;
    letter-spacing: -.02em;
}
H2 {
    font-weight: normal;
    font-size: 130%; /* 120% */
    font-style: italic;
    margin-top: -.4em;
}
H2 A {
    margin-left: .6em;
    color: #bbb;
}
H3 {
    font-weight: normal;
    font-size: 130%; /* 120% */
    font-style: italic;
    margin-bottom: -.2em;
    margin-left: .6em;
    color: #bbb;
}
H4 {
    color: #376266;
    font-family: 'Arial', sans-serif;
    font-size: 80%;
    padding-bottom: 0;
}
P {
    margin: 1em .8em 1em 0;
}
.news {
    margin: .4em .8em 1em 1em;
}
SMALL {
    font-size: 80%;
}
#content {
    padding: 1.6em 0;
    line-height: 1.1em;
    font-family: 'Tahoma', 'Arial', sans-serif;
    color: #4a4a4a;
}
#navigation {
    position: relative;
    float: left;
    top: -2.4em; /* -1.2em */
    width: 8.6em;
    line-height: 140%;
    font-size: 1em;
}
.lang {
    margin-bottom: 1.2em;
}
#navigation A {
    text-decoration: none;
    font-weight: bold;
    padding-left: .8em;
    margin-right: 1em;
}
#navigation A:hover, #navigation A.current {
    border-bottom: 1px solid #376266;
}
#footer {
    font-size: 65%;
}
.fwnormal {
    font-weight: normal;
    letter-spacing: 0.02em;
}
#footer P {
    margin: 0 0 2% 0;
}
H1, H2, #content, #footer {
    float: left;
    border-right: 1px solid #376266;
    width: 78%;
}