/************************************************
print.css von dti uebernommen und grob angepasst
*************************************************/

html {
    height: 100%;
    width: 100%;
    text-align: left;
}

body {
    padding: 0px;
    margin: 0px;
    border: 0px none;
    font: normal 0.8em verdana, arial, serif;
    background-color: #FFFFFF;
    color:#000000;
    text-align: left;
    width: 100%;
}

body * {
    vertical-align: top;
    text-align: left;
}

input, textarea {
    font: normal 1em verdana, arial, serif;
}

div, form, img, table, tr, td {
    border: 0px none;
    padding: 0px;
    margin: 0px;
}

input.checknradio {
    border: 0px none;
}

ul, ol, dl {
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

hr {
    background-color: #FFFFFF;
    color: #03CF45; /* Pantone Green 354c, CMYK 90c 80g  */
    height: 1px;
}

/* --- Master-Layout --- */



/* --- generelle Elemente --- */

h1, h2 {
    font-size: 1em;
    font-weight: bold;
}

h1, h1 a {
    color: #0029B3; /* Pantone Reflex Blue C, 90c 70m */
    margin: 0 0 13px 0;
}

h2, legend, h2 a {
    color: #03CF45; /* Pantone Green 354c, CMYK 90c 80g  */
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-decoration: none;
}

div.links {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

div.rechts {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

div.zentriert {
    float: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    clear: both;
}

div.imtext {
    margin-top: 5px;
}

div.rand {
    border: 1px solid #008ac9;
}

div.bildtext {
    padding: 2px;
    font-size: 11px;
}

/* --- Seiten-Funktionen --- */
div.seitenfunktionen {
    text-align: right;
    width: 100%;
}

/* --- Startseite --- */
a.startseitenteaser {
    background-color: #ffffff;
    font-weight: normal;
    display: block;
}

a.startseitenteaser:hover {
    text-decoration: none;
}

a.startseitenteaser img {
    float: right;
    border: 1px solid #157ca9;
    margin-left: 4px;
    margin-bottom: 4px;
}

a.startseitenteaser div.mehr {
    float: right;
    font-weight: bold;
    color: #008dd2;
}

/* --- Pressemeldungen Liste --- */
ul.pm {
    line-height: 1.2em;
    color: #000000;
    list-style-type: none;
}

ul.pm li{
    margin-left: -20px;
}

ul.pm a{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

/* --- Buchstabenindex Liste --- */

ul.index {
    display: none;
}


/* --- Link-Liste --- */

ul.linkliste a {
}

/* --- Tabellen im Text --- */
table.standard {
    border-top: 1px solid black;
}

table.box-rahmen {
    border-right: 1px solid black;
    border-left: 1px solid black;
}

table.standard td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 4px;
}

table.standard td.no-right-border {
    border-right: 0px;
}

/* --- Mitglieder-Liste --- */
h2.mitgliederliste {
    margin: 12px 0px 4px 0px;
}

ul.mitgliederliste {
    padding: 0px;
    margin-left: 15px;
    list-style: none;
}

ul.mitgliederliste li {
    margin-bottom: 2px;
}

ul.mitgliederliste li a {
    font-weight: normal;
}

/* --- Maß24 --- */

.map24-main {
    display: none;
}