/* CSS Document */

P.rot {
  color: #990000;
}

SPAN.klein {
	font-size:10px;
}
SPAN.normal {
	font-size:11px;
}
SPAN.gross {
	font-size:14px;
}
SPAN.grossFett {
	font-size:14px;
	font-weight: bold;
}
SPAN.rot {
	color: #990000;
}
SPAN.fett {
	font-weight: bold;
}
SPAN.rotFett {
	color: #990000;
	font-weight: bold;
}

SPAN.color1 {
      color: white;
   }
SPAN.color2 {
      color: black;
   }
SPAN.color3 {
      color: #7F0000;
   }
SPAN.color4 {
      color: #CA0000;
   }
SPAN.color5 {
      color: #FFD7B4;
   }
SPAN.color6 {
      color: #FFE6CD;
   }
SPAN.color7 {
      color: #FFF2E6;
   }

