/* Karteikarten Team-Seiten*/

/* text-align = horizontale Ausrichtung */
/* justify = Blocksatz */
/* left = linksbündig */
/* center = zentriert */
/* right = rechtsbündig */

.center { text-align:center; }

.reiter {
  background-color: #4A4A4A;
  background-image: url(../../rafi_addon/images/bg_reiter_line.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 22px;
}

.rubrik {
  float: left;
  background-color: #c0c0c0;
  height: 20px;
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 6px;
  background-image: url(../../rafi_addon/images/ecke.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.rubrikaktiv {
  float: left;
  background-color: #ff8811;
  height: 20px;
  padding-top: 2px;
  padding-left: 6px;
  padding-right: 10px;
  font-weight: bold;
  color: #000000;
  background-image: url(../../rafi_addon/images/ecke_aktiv.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.reiterorange {
  background-color: #ff8811;
  height: 22px;
  text-align:left;
  font-weight: bold;
  color: #000000;
}

a.black:link { color:#000000; text-decoration:none; font-weight: bold;}
a.black:visited { color:#000000; text-decoration:none; font-weight: bold;}
a.black:hover { color: #ff8811; font-weight: bold;}
a.black:active { color:#000000; text-decoration:none; font-weight: bold;}

/* Ende Karteikarten Team-Seiten */

/* Fenster schliessen Bericht */

a.sub:link { font-size:8pt; color:#FFD35C; text-decoration:none; padding-right: 10px; }
a.sub:visited { font-size:8pt; color:#E0E0E0; text-decoration:none; padding-right: 10px; }
a.sub:hover { font-size:8pt; color: #FF8811; padding-right: 10px; }
a.sub:active { font-size:8pt; color:#FFFF80; text-decoration:none; padding-right: 10px; }

/* Ende Fenster schliessen Bericht */

.sub { font-size:11px; color:#C4C4C4;}
.subblock {
  font-size:10pt;
  color:#C4C4C4;
  text-align:justify;
  padding-left: 10px;
  padding-right: 10px;
 }