/* Content-Inhalte: Allgemeine TAG-Definitionen */

P {
  font-family:Tw Cen MT, Century Gothic, Verdana, Helvetica, Geneva, "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: rgb(0,0,0);
  margin: 5px 0px 10px 0px;
}

H1 {
  font-family:Tw Cen MT, Century Gothic, Verdana, Helvetica, Geneva, "Arial", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: rgb(101,179,46);
  margin: 5px 0px 10px 0px;
}

H2 {
  font-family:Tw Cen MT, Century Gothic, Verdana, Helvetica, Geneva, "Arial", sans-serif;
  font-size:24px;
  font-weight: bold;
  color: rgb(0,0,0);
  margin: 5px 0px 10px 0px;
}

H3 {
  font-family:Tw Cen MT, Century Gothic, Verdana, Helvetica, Geneva, "Arial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: rgb(0,0,0);
  margin: 5px 0px 10px 0px;
 }

H4 {
  font-family:Tw Cen MT, Century Gothic, Verdana, Helvetica, Geneva, "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: rgb(255,0,0);
  margin: 5px 0px 10px 0px;
}
 
H5 {
  font-family:Tw Cen MT, Century Gothic, Verdana, Helvetica, Geneva, "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: rgb(32,36,112);
  margin: 5px 0px 10px 0px;
}

H6 {
  font-family:Tw Cen MT, Century Gothic, Verdana, Helvetica, Geneva, "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: rgb(32,36,112);
  margin: 5px 0px 10px 0px;
}

OL {
  font-family:Tw Cen MT, Century Gothic, Verdana, Helvetica, Geneva, "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  list-style: decimal;
}

UL {
  font-family:Tw Cen MT, Century Gothic, Verdana, Helvetica, Geneva, "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  list-style : disc;
}

A {
  font-family:Tw Cen MT, Century Gothic, Verdana, Helvetica, Geneva, "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration : underline;
}

A:hover{
  font-family:Tw Cen MT, Century Gothic, Verdana, Helvetica, Geneva, "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration : underline;
}