BODY {
    background: #fcfcfc;
    padding: 1em;
    font-family: 'Arial', 'Helvetica', sans-serif;
}
#container1 {
    float: left;
    width: 53em;
    overflow:hidden;
    background: #5b7e83;
    position: relative;
    z-index: 1;
}
#container2 {
    float: left;
    width: 100%;
    right: 50%;
    background: #ebebeb;
    position: relative;
    right: 7em;
    z-index: 2;
}
#left {
    position: relative;
    width: 47em;
    left: 8.8em;
    float: left;
    z-index: 4;
}
#right {
    position: relative;
    width: 9em;
    left: 9.3em;
    float: left;
    z-index: 3;
    border-top: 1.5em solid #fcfcfc;
}
A {
    color: #376266;
}
H1 A, H2 A {
    text-decoration: none;
}
H1 {
    font-size: 180%;
    margin-top: .5em;
    letter-spacing: -.02em;
    height: 1.5em;
}
H2 {
    font-weight: normal;
    font-size: 130%;
    font-style: italic;
    top: 1.6em;
    float: left;
    position: absolute;
}
H2 A {
    margin-left: .7em;
    color: #aaa;
}
H3 {
    font-weight: normal;
    font-size: 130%;
    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 1em .5em 0;
    line-height: 1.2em;
    font-family: 'Tahoma', 'Arial', sans-serif;
    color: #4a4a4a;
    font-size: 105%;
}
#navigation {
    position: relative;
    float: left;
    top: -1em;
    line-height: 140%;
    font-size: 1em;
    padding: 2em .5em 2em 0;
}
.lang {
    margin-bottom: 1.2em;
}
#navigation A {
    text-decoration: none;
    font-weight: bold;
    padding-left: 1.2em;
    color: #fcfcfc;
}
#navigation LI.current {
    background-image: url('img/current.png');
    background-repeat: no-repeat;
    background-position: 0 .2em;
}
#footer {
    clear: left;
    background: #5b7e83;
    width: 63.5em;
    font-size: 70%;
    line-height: 2em;
    margin-left: 9em;
    padding-left: 1em;
}
#footer, #footer A {
    color: #fcfcfc;
    text-decoration: none;
}
.fwnormal {
    font-weight: normal;
    letter-spacing: 0.02em;
}
