body {
    font-family: "Trebuchet MS", Verdana, Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12pt;
    color: #ffffff;
}

#navi_liste li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    /*letter-spacing: -1px; */ 
    font-size: 80%;  
}

#subnavi_liste li a {
    color: #feffa5;
    text-decoration: none; 
    font-size: 80%;   
}

#subnavi_liste li .activepoint,
#subnavi_liste li a.active,
#subnavi_liste li a.focus {
    color: #f5cf00;
}

#content {
    line-height: 160%;
}

#content h1 {
    font-size: 360%;
    letter-spacing: -5px;
    word-spacing: 10px;
    line-height: 100%;
}

#content h2 {
    font-size: 200%;
    letter-spacing: -3px;
    word-spacing: 10px;
    line-height: 100%;
}

#content a {
    color: #baff70;
    text-decoration: underline;
}

#content a:hover,
#content a:active,
#content a:focus {
    color: #dfffbc;
    background: #456621;
}

span.fett {
    font-weight: bold;
}

#lang {
    font-size: 80%;
}

#lang a.fs1, #lang a.fs2, #lang a.fs3 {
    text-decoration: none;
    color: #ffffff;
}

#lang a.fs1:hover, #lang a.fs2:hover, #lang a.fs3:hover {
    background: none;
}

#lang a.fs1 {
    font-size: 100%;
}

#lang a.fs2 {
    font-size: 120%;
}

#lang a.fs3 {
    font-size: 140%;
}


.clear {
    clear: both;
}

