/*----------------------------------------------------*/
h1, h2, h3, h4 {
    line-height: 125%;
}
h1 {
    font-size: 20pt;
}
h2 {
    font-size: 18pt;
}
h3 {
    font-size: 16pt;
}
h4 {
}
.h3 {
    font-size: 16pt;
}
.normal {
    font-size: 11pt;
    line-height: 125%;
}
/*----------------------------------------------------*/
/*------------------- Boxen --------------------------*/
#center {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
#kopf {
    display: none;
}
/*----------------------------------------------------*/
#navi {
    display: none;
}
/*----------------------------------------------------*/
#seite {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
/*----------------------------------------------------*/
#inhalt, #inhalt.breit, #inhal.volle-breite {
    float: none;
    margin: 0;
    padding: 0 5%;
    width: 100%;
    font-size: 11pt;
    line-height: 15pt;
    background-color: #FFFFFF;
}
#inhalt table.farbig {
    width: 100%;
    border-collapse: separate;
}
#inhalt table.farbig thead tr th,
#inhalt table.farbig tr th {
    border-bottom: solid 1px #AFAFAF;
    font-size: 16pt;
    line-height: 125%;
}
#inhalt .hinweis {
    padding-left: 0;
}
#inhalt .hinweis-gross {
    padding-left: 0;
}
/*----------------------------------------------------*/
#links {
    display: none;
}
#links-sprungmarken {
    display: none;
}
#fuss {
    display: none;
}
.scrollbalken {
    display: none;
}
