/* CSS Document */

/*Allgemeine Angaben*/

.red{
  color:red;
  font-weight:bold;
}

.bold{
  font-weight:bold;
}

.center{
  text-align: center;
}

.fontSmall{
  font-size:9px;
}

.fontSmallBold{
  font-weight:bold;
  font-size:9px;
}

.pictureBorder{
  border: solid 1px #333333;
}

.floatRight{
  float:right;
}
