/* Defintion der Formatierung für die Forumseinträge (Aufbau des Formulars) */

/********************** Ausgabe *****************************/

#publiccomment a:link {color:#333366;text-decoration:underline;}

#publiccomment a:visited {color:#333366;text-decoration:underline;}

#publiccomment a:active {color:#333366;text-decoration:underline;}

#publiccomment a:hover {color:#333366;text-decoration:underline;}


/* Schrift-Formatierungen für Überschrift "Leserbriefe" */
.formular_leserbriefe {
      font-family:arial,verdana,sans-serif;
      font-size:9pt;
      font-weight:800;
      font-style: bold;
      text-decoration : none;
      color: #000000;
      }

/* Schrift-Formatierungen für Haupttext */
.formular_output {
      font-family:arial,verdana,sans-serif;
      font-size:8pt;
      font-weight:500;
      font-style: none;
      text-decoration : none;
      color: #25254B;
      text-align:right;
      }

/* Schrift-Formatierungen, fett für Haupttext */
.formular_output_bold {
      font-family:arial,verdana,sans-serif;
      font-size:8pt;
      font-weight:800;
      font-style: bold;
      text-decoration : none;
      color: #000000;
      }

/* Schrift-Formatierungen für den Titel des Postings */
.formular_output_headline {
      font-family:arial,verdana,sans-serif;
      font-size:10pt;
      font-weight:800;
      font-style: bold;
      text-decoration : none;
      color: #25254B;
      }


/* Schrift-Formatierungen für den Titel auf welches soch das Posting bezieht */
.subformular_output_headline {
      font-family:arial,verdana,sans-serif;
      font-size:8pt;
      font-weight:600;
      font-style: none;
      text-decoration : none;
      color: #25254B;
      }

/* Hintergrund-Farbe für die Sub-Überschricht "Beitrag posten" */
.elementeback_posting_output {
background-color: #FFFFE6;
text-align:right;
}

/* Formatierung für die Postings */
.elementeback_output {
background-color: #FFFFE6;
text-align:left;
}

/* Formatierung für Antwort-Link */
.elementeback_output_reply {
background-color: #FFFFE6;
text-align:right;
}

/* Linien-Farbe (Postings) */
#publiccomment .linien_output {
/*background-color: #CCCC99;*/
background-color:#15421A;
}

#publiccomment {
  position: relative;
  width: 580px;
}
html>body #publiccomment{
  width: 580px;
}

#publiccomment td{
background-color: #FDF4C8;
}
