/* PD.css reduziert */

BODY {
    /*
                background: #f1edec; 
                font-family: Lato, sans-serif;
                color: #000000;
    */
    line-height: 1em;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

td {
    font: 0.8em Lato, sans-serif;
}

th {
    font: 0.8em Lato, sans-serif;
    /*
                color: #006633;
    */
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/*
    A tag for the content
    */

a,
a.cont,
a.hyperlink {
    font-family: Lato, sans-serif;
    /*
                color: #000099;
    */
}


/* style fÃƒÂ¼r Image Alt-tags (landkarte.htm)*/
.clDescriptionCont {
    position: absolute;
    width: 200px;
    visibility: hidden;
    z-index: 200;
}

.clDescription {
    width: 150px;
    left: 0;
    top: 0;
    font-family: Lato, sans-serif;
    color: #000099;
    overflow: hidden;
    padding: 3px;
}

.clLinks {
    position: absolute;
    left: 100px;
    top: 200px;
    z-index: 1;
}

.clCaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 157px;
    height: 15px;
    clip: rect(0px, 157px, 15px, 0px);
    font-size: 11px;
    font-family: Lato, sans-serif;
}


h1,
.h1 {
    font-family: Lato, sans-serif;
    font-size: 2em;
    font-weight: normal;
    color: #132843;

    line-height: 1.25em;
    font-weight: normal;
    padding-left: 1.25em;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

h2,
.h2 {
    font-family: Lato, sans-serif;
    font-size: 1.0em;
    margin-bottom: 1.0em;
    margin-top: 1.0em;
    /*
                font-weight : normal;
                color: #006633;
    */
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
    font-family: Lato, sans-serif;
    font-size: 1.0em;
    /*
                font-weight : normal;
                color: #006633;
    */
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}


/* in Absprache mit mit GR, MJ durch GH entfernt: p, 
    GR wieder dazugegeben da nicht gut fÃƒÂ¼r viele schon upgeloadete Seiten */
p,
p.Text,
p.MsoNormal {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mitglliste h1 {
    margin-top: 1em !important;
    margin-bottom: 0.5em !important;
}

.page-break {
    page-break-after: always;
    height: 0;
}