/*
Definition:
bbp Farben
balu: rgb(0,105,198)
grau: rgb(74,73,74)
rot: rgb(222,40,41)
*/

/*generelle Formatierungen*/
body{
  font-family:Arial;
}

a{
  color:rgb(49,101,206);
  font-style:bold;
}

h1{
  color:rgb(0,105,198);
}

.bbpBlau{
  color: rgb(0,105,198);
}
.bbpRot{
  color: rgb(222,40,41);
}
.bbpGrau{
  color:rgb(74,73,74);
}

.contentVolleBreite{
  width: 100%;
}