/* Linkformatierungen * * * * * * * * * * * * * * * */

a:link,
a:visited {
  color: #666666;
}

a:focus,
a:hover,
a:active {
  color: #FF0000;
}

/* multiButtonBackToTop  * * * * * * * * * * * * * * * * * * */

.buttonBackToTop a:focus,
.buttonBackToTop a:hover,
.buttonBackToTop a:active {
  color: #FF0000;
}



/* multiContentNavi  * * * * * * * * * * * * * * * * * * * * */

#multiContentNavi li a:focus,
#multiContentNavi li a:hover,
#multiContentNavi li a:focus,
#multiContentNavi li a.on:link,
#multiContentNavi li a.on:visited {
  color: #FF0000;
  background: url(../img/img_multiarrow_rot_hellgr.gif) 0 0.3em no-repeat;
}

/* multiFaqContentNavi  * * * * * * * * * * * * * * * * * * * */

.multiFaqContentNavi li a:focus,
.multiFaqContentNavi li a:hover,
.multiFaqContentNavi li a:active {
  color: #FF0000;
}


/* multiDownloadInfo * * * * * * * * * * * * * * * * * * * * */

body .multiDownloadInfo table,
.multiDownloadInfo caption,
.multiDownloadInfo th,
.multiDownloadInfo td {
  border-color: #FF0000;
}



/* multiDrucken  * * * * * * * * * * * * * * * * * * * * * * */

#multiDrucken a:focus,
#multiDrucken a:hover,
#multiDrucken a:focus {
  color: #FF0000;
}



/* multiListe  * * * * * * * * * * * * * * * * * * * * * * * */

body .multiListe li,
#multiTextFormat li {
  background-image: url(../img/img_bullet_rot.gif);
}



/* multiSpecialMenuSub * * * * * * * * * * * * * * * * * * * */

#multiSpecialMenuSub a.on:link,
#multiSpecialMenuSub a.on:visited,
#multiSpecialMenuSub a:focus,
#multiSpecialMenuSub a:hover,
#multiSpecialMenuSub a:active {
  color: #FF0000;
  background-image: url(../img/img_multiarrow_rot_weiss.gif);
}



/* multiTabelle  * * * * * * * * * * * * * * * * * * * * * * */
.multiTabelle table,
.multiTabelle caption,
.multiTabelle th,
.multiTabelle td,
#multiTextFormat table,
#multiTextFormat caption,
#multiTextFormat th,
#multiTextFormat td {
  border-color: #FF0000;
}



/* multiZurueckLink  * * * * * * * * * * * * * * * * * * * * */

.multiZurueckLink a:focus,
.multiZurueckLink a:hover,
.multiZurueckLink a:active {
  color: #FF0000;
  background: url(../img/img_multiarrow_rot_weiss_l.gif) 0 50% no-repeat;
}



/* Farbe des Sternchens fuer die Pflichtfeldkennzeichnung in Formularen */

.sternchen {
  color: #FF0000;
}



/* multiContentErweiterungRechts * * * * * * * * * * * * * * */


#multiContentErweiterungRechts h1 {
  background-color: #FF0000;
}

#multiContentErweiterungRechts li.on {
  color: #FF0000;
}


/* Sonderfall Tabelle im Special-Bereich: GB 15.12.04 * * * * */

#multiSpBuehne table,
#multiSpBuehne th, 
#multiSpBuehne td,
#multiSpBuehneBreit table,
#multiSpBuehneBreit th,
#multiSpBuehneBreit td
{
  border-color:#ff0000;	
}

/* Kennzeichnung von Links in Teaserfeldern */
#multiTextTeaser p a:link,
#multiTextTeaser p a:visited {
  color: #666666;
}

#multiTextTeaser p a:focus,
#multiTextTeaser p a:hover,
#multiTextTeaser p a:active {
  color: #ff0000;
}