/*
 * ----- Benutzer-Styles fuer Redakteure -----
 */
.dunkelrot_fett_gross {
    color: #800000;
    font-size: 24px;
    font-weight: bold;
}
.dunkelrot_fett {
    color: #800000;
    font-size: 12px;
    font-weight: bold;
}
.textmarker_gelb {
    background-color: #ffffb0;
}
.textmarker_gruen {
    background-color: #b0ffb0;
}
.link_blau {
    color: #6633ff;
}
/*
 * ----- Ende Benutzer-Styles fuer Redakteure -----
 */





p {
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.fliesstext {
    /* Fuer Text in Artikeln */
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 25px;
}

h1 {
    font-family: arial,helvetica,sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
}

h2 {
    font-family: arial,helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
}

th.galerie {
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
    background-color: #6c9ac1;
    text-align: center;
    padding: 5px;
}
td.galerie {
    color: #ffffff;
    background-color: #ffffff;
    text-align: center;
}
img.galerie {
    /* border: none; */
    border: 1px solid #6c9ac1;
}

div.beispiel { margin-top: 6px }





/* 
 * ----- Links allgemein -----
 */
a {
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold; 
    color: #0000ff;
    text-Decoration: underline;
}

a:hover {
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold; 
    color: #0000ff;
    text-Decoration: underline;
}

a:active {
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold; 
    color: #0000ff;
    text-Decoration: underline;
}

a:visited {
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold; 
    color: #0000ff;
    text-Decoration: underline;
}
.nolink {
    /* Fuer Vor/Zurueckblaettern */
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold; 
    color: #808080;
    text-Decoration: none;
}
/* 
 * ----- Ende Links allgemein -----
 */





/* 
 * ----- Hauptnavigation (linke Seite) -----
 */
a.link {
    display: block;
    width: 130px;
    padding: 5px;
    font-family: arial,helvetica,sans-serif;
    color: #FFFFFF;
    text-Decoration: none;
    background-color: #3171AD;
    margin: 0px 0px 12px 0px;
    border-left: 1px solid #000000;
    border-bottom: 2px solid #000000;
}

a.link1 {
    display: block;
    width: 130px;
    padding: 5px;
    color: #FFFFFF;
    text-Decoration: none;
    background-color: #3171ad;
    margin: 0px 0px 12px 0px;
    border-left: 1px solid #000000;
    border-bottom: 2px solid #000000;
}

a.link:hover {
    color: #3171AD;
    text-Decoration: none;
    background-color: #ff6500;
}

a.link:active {
    color: #ffffff;
    text-Decoration: none;
    background-color: #ff6500;
}

a.link1:active {
    color: #FFFFFF;
    text-Decoration: none;
    background-color: #ff6500;
}

a.link:visited {
    color: #ffffff;
    text-Decoration: none;
}
/* 
 * ----- Ende Hauptnavigation (linke Seite) -----
 */





/*
 * ----- Subnavigation (oben) -----
 */
div.subnavi_abstandshalter_hauptnavi {
    height: 28px;
}
/* Dummy, falls keine Subnavi vorhanden ist */
div.subnavi_dummy {
    height: 28px;
}
div.subnavi {
    height:18px;
    margin-bottom: 10px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #cedfef;
}
span.subnavi_delimiter {
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #3070E0;
}
a.subnavi_link{
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #3070E0;
    text-Decoration: underline;
}

a.subnavi_link:hover{
    font-size: 12px;
    font-weight: bold;
    color: #FF6500;
}
a.subnavi_link:active{
    font-size: 12px;
    font-weight: bold;
    color: #FF6500;
    text-Decoration: underline;
}
a.subnavi_link:visited{
    font-size: 12px;
    font-weight: bold;
    color: #3070E0;
    text-Decoration: underline;
}
/*
 * ----- Ende Subnavigation (oben) -----
 */





/*
 * ----- Newsticker -----
 */
.news {
    border-left: 1px dashed #3171AD;
    margin-top: 0px;
    padding: 5px;
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    text-align: left;
}
.news_header {
    border-left: 1px dashed #3171AD;
    margin-top: 0px;
    padding: 0px;
    padding-left: 5px;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #FF6500;
    text-align: left;
}
.news_item {
    /* Newsticker: Einzelne News */
    border-left: 1px dashed #3171AD;
    border-bottom: 1px dashed #3171AD;
    padding: 5px;
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    text-align: left;
}
.news_link {
    /* Newsticker: Link */
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
.news_link_mehr {
    /* Newsticker: Link "mehr" */
    color: #ff6500;
    text-decoration: underline;
}
/*
 * ----- Ende Newsticker -----
 */





/*
 * ----- Footer / Copyright -----
 */
td.footer_copyright {
    background-color: #CEDFEF;
    text-align: center;
    padding-top:3px;
    padding-bottom:3px;
    font-family: arial,helvetica,sans-serif;
    font-size: 10px;
    color:#000000;
}
a.footer_copyright{
    font-family:arial,helvetica,sans-serif;
    font-weight:normal;
    font-size:10px;
    color: #3070E0;
}
a.footer_copyright:hover{
    font-size:10px;
    font-weight:normal;
    color:#ff6500;
}
a.footer_copyright:active{
    font-size:10px;
    color: #ff6500;
}
a.footer_copyright:visited{
    font-size: 10px;
    font-weight:normal;
 }
/*
 * ----- Footer / Copyright -----
 */





li.text {
    margin-bottom: 6px;
    font-family: arial,helvetica,sans-serif;
    font-weight: normal; 
    font-size: 13px;
    color: #000000;
}
p.text{
    margin-bottom: 6px;
    margin-top: 6px;
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
}

th {
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
    background-color: #6c9ac1;
    color: #FFFFFF
}
td {
    font-family: arial,helvetica,sans-serif;
    font-size: 12px
}
