/* Erweiterung des Basis-CSS für den Bereich Mediensprache */

h3           { background-image:url('/images/struktur/ms/linie_gr_390.gif'); background-repeat:no-repeat; background-attachment:scroll; }

h4           { background-image:url('/images/struktur/ms/linie_kl_390.gif'); background-repeat:no-repeat; background-attachment:scroll; }

ul.link      { list-style-image: url('/images/struktur/ms/plus_gr.gif') }

ul.pfeil     { list-style-image: url('/images/struktur/ms/pfeil.gif') }

p.linkzeile  { font-size: 12px; line-height: 125%; margin-top: 0px; margin-bottom: 10px; background-position: left center; 
               padding-left:15px; background-image: url('/images/struktur/ms/plus_gr.gif'); background-repeat:no-repeat }


/* Farbe Überschrift Kasten rechts */
h6           { color: #0A6283; background-position: left center; padding-left:12px; background-image:
               url('/images/struktur/ms/plus_kl.gif'); background-repeat:no-repeat; }


/* Farbe für Tabelle */
.tab         { background-color: #F5F8FA; }
.tab th      { background-color: #CEE3E8; }
.tabth       { background-color: #CEE3E8; }
.tabCellDark { background-color: #0A6283; color:#FFFFF0; letter-spacing:1px; margin:3px 10px }


/* Zellen gerahmt für Reiterkarten-Tabelle */
.tdReiterOff { border-left: 1px solid #0A6283; border-right: 1px solid #0A6283; 
               border-bottom: 1px solid #0A6283; background-color:#CEE3E8 }

.tdReiterOn  { border-left: 1px solid #0A6283; border-right: 1px solid #0A6283; background-color:#CEE3E8 }

.tdReiterLeer { border-bottom: 1px solid #0A6283 }

.tdReiterZelle { border:1px solid #0A6283; background-color:#CEE3E8 }

.tdReiterBG { background-color:#CEE3E8 }


/* Striche oben,unten Navigation links */
td.navi      { border-top: 1px solid #0A6283; border-bottom: 1px solid #0A6283}


/* Hyperlinks allgemein */
a:link       { color: #0A6283 }
a:visited    { color: #0A6283 }
a:hover      { color: #000000 }
a:active     { color: #000000 }


/* Hyperlinks für Navigation links */
a:link.anavi1      { color: #0A6283; text-decoration: none; }
a:visited.anavi1   { color: #0A6283; text-decoration: none; }
a:hover.anavi1     { color: #0A6283; text-decoration: none; }
a:active.anavi1    { color: #0A6283; text-decoration: none; }


/* (c) 2002 Runkehl/Siever, Seelze */
