
/**** CSS for content elements ****/

BODY {
  font-family: Arial, Helvetica, sans-serif;
  
}


/**** text elements ****/

#maincontent, #maincontent .bodytext, #maincontent TABLE {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
  line-height: 16px;
}

#maincontent .bodytext, #maincontent P.flies {
  margin-left: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 12px;
}

.fliesFett {
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}

#rightcontent P {
  margin: 0px 0px 5px 0px;
}


/**** links ****/

#maincontent TD A, #maincontent P A {
  text-decoration: underline;
  color: #000;
}

A.gross {
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  color: #000000;
  font-weight: bold;
}

P.bodytext A {
  color: #e11117;
}

#rightcontent A {
  color: #e11117;
}

#rightcontent A img{
  border: 0px
}
/**** headlines ****/

form { margin-left: 10px; }

#maincontent H1, #maincontent .grossrot, .Ueberschrift1rot {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin: 0px 0px 0px 10px;
  color: #000000;
  font-weight: normal;
}

#maincontent H2, #maincontent .Ueberschrift1  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0px 0px 14px 0px;
  color: #000000;
  font-weight: normal;
}

#maincontent H3  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0px 0px 0px 10px;
  color: #000000;
  font-weight: normal;
}

#maincontent H4  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0px 5px 2px 5px;
  color: #000000;
  font-weight: bold;
}

#maincontent IMG {
  border: 0px solid white;
}

#rightcontent H3  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
  color: #000000;
  font-weight: bold;
}

/**** lists ****/

#maincontent UL {
  margin-top: 2px;
}


/**** others ****/

#rightcontent HR {
  margin: 3px 0px 4px 0px;
  height: 1px;
  border-top: 1px solid #FCD4D5;
  border-bottom: 1px solid white;
  border-left: 0px solid white;
  border-right: 0px solid white;
  color: white;
}


/**** universal styles ****/

.padding-10 {
  padding: 10px;
}

.gray_box {
  background-color: #f0f0f0;
  padding: 10px;
  margin: 5px;
}

.red_font {
  color: #e11117;
}


.headline_black {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 24px;
  margin: 0px;
  color: #000000;
  font-weight: bold;
}

.small {
  font-size: 10px;
  padding-left: 5px;
  margin: 0px 0px 5px 0px;
}

.hvlp {
  color:#00B96E;
}

.rp {
  color:#1217BD;
}

/**** empty classes for usage in JS ****/
.branche0 { display: inline; }
.branche1 { display: none; }
.branche2 { display: none; }
.branche3 { display: none; }
.branche4 { display: none; }
.branche5 { display: none; }

.box-gradient { background:none; margin:0; }

