/* Erweiterung des Basis-CSS für den Bereich Websprache */

h3           { background-image:url('/images/struktur/wbs/linie_gr_390.gif'); background-repeat:no-repeat; background-attachment:scroll; background-position-y:top }

h4           { background-image:url('/images/struktur/wbs/linie_kl_390.gif'); background-repeat:no-repeat; background-attachment:scroll; background-position-y:top }

ul.link      { list-style-image: url('/images/struktur/wbs/plus_gr.gif') }

ul.pfeil     { list-style-image: url('/images/struktur/wbs/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/wbs/plus_gr.gif'); background-repeat:no-repeat }


/* Farbe für Tabelle */
.tab         { background-color: #F5FAFA; }
.tab th      { background-color: #C7DBDB; }
.tabth       { background-color: #C7DBDB; }
.tab thead td { background-color: #C7DBDB; }


/* Zellen gerahmt für Reiterkarten-Tabelle */
.tdReiterOff { border-left: 1px solid #40686A; border-right: 1px solid #40686A; 
               border-bottom: 1px solid #40686A; background-color:#C7DBDB }

.tdReiterOn  { border-left: 1px solid #40686A; border-right: 1px solid #40686A; background-color:#C7DBDB }

.tdReiterLeer { border-bottom: 1px solid #40686A}

.tdReiterZelle { border:1px solid #40686A; background-color:#C7DBDB }

.tdReiterBG { background-color:#C7DBDB }


/* Farbe Überschrift Kasten rechts */
h6           { color: #40686A; padding-left:12px; background-image:url('/images/struktur/wbs/plus_kl.gif'); background-repeat:
               no-repeat; background-attachment:scroll; background-position:left center; }


/* Striche oben,unten Navigation links */
td.navi      { border-top: 1px solid #40686A; border-bottom: 1px solid #40686A }


/* Hyperlinks allgemein */
a:link       { color: #40686A }
a:visited    { color: #40686A }
a:hover      { color: #000000 }
a:active     { color: #000000 }


/* Hyperlinks für Navigation links */
a:link.anavi1      { color: #40686A; text-decoration: none; }
a:visited.anavi1   { color: #40686A; text-decoration: none; }
a:hover.anavi1     { color: #40686A; text-decoration: none; }
a:active.anavi1    { color: #40686A; text-decoration: none; }


/* (c) 2002 Runkehl/Siever, Seelze */
