/* BEREICH ANGEBOTE */

/* Links im Steuerframe bei den Angeboten */
.ang-inhalt:link    { color:black; TEXT-DECORATION: none }
.ang-inhalt:active  { color:red;   TEXT-DECORATION: none }
.ang-inhalt:visited { color:black; TEXT-DECORATION: none }
.ang-inhalt:hover   { color:red;   TEXT-DECORATION: none }

/* Titel der Angebote */
.ang-titel   { font-size:18pt; font-weight:bold; text-transform:uppercase; margin-top:10; margin-bottom:15 }

/* Zwischenüberschriften der Angebote */
.ang-zwischen { font-weight:bold; text-align:center; 
text-transform:uppercase; color:white; background:black; line-height:12pt;  }

