/* Erweiterung des Basis-CSS für den Bereich Mediensprache */

h3           { background-image:url('/images/struktur/ms/linie_gr_565.gif'); background-repeat:no-repeat; background-attachment:scroll; background-position-y:top }

h4           { background-image:url('/images/struktur/ms/linie_kl_565.gif'); background-repeat:no-repeat; background-attachment:scroll; background-position-y:top }

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: 5px; 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; }


/* 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 */
