/* Gesamte Datei */
.feedbackbody {
    font-family: Verdana, Arial, sans-serif;
    font-size:12px;
}

.feedbackbody table {
    width: 100%;
}

/* Tabelle mit den Kommentaren */
.feedbacktable {
    font-family: Verdana;
    font-size:12px;
}

/* Links */
.feedbacklink {
    font-family: Verdana;
    font-size:12px;
    color: green;
}
.feedbacklink:visited {
    color:gray;
}
.feedbacklink:active {
    color:red;
    text-decoration:none;
}
.feedbacklink:hover {
    color:red;
}

/* Eingabefeldbeschriftung */
.feedbacklabel {
    font-family: Verdana;
    font-size:12px;
}
td.feedbacklabel {
    width: 90px;
}

/* Fensterüberschrift */
.feedbackheader {
    font-family: Verdana;
    font-weight: bold;
    font-size:14px;
}

/* Kommentar */
.feedbackcomment {
    font-family: Verdana;
    font-size:12px;
}

/* Name und Uhrzeit */
.feedbackname {
    font-family: Verdana;
    font-size:12px;
    font-style: italic;
}

/* Eingabefelder */
.feedbackinput {
    font-family: Verdana;
    font-size:12px;
    width:100%;
    border-color : #808080 ;
    color: green;
    background: #F5F5F5;
}

/* Kommentareingabefeld */
.feedbackcommentinput {
    font-family: Verdana;
    font-size:12px;
    height:10em;
    width:100%;
    border-color : #808080 ;
    color: green;
    background: #F5F5F5;
}

/* Abschickenknopf */
.feedbackbutton {
    font-family: Verdana;
    font-size:12px;
    border-color : #808080 ;
    color: green;
    background: #F5F5F5;
}

/* Eingabefeld incl. Label */
#feedbackinput-name {
}

/* Eingabefeld incl. Label */
#feedbackinput-email {
}

/* Eingabefeld incl. Label */
#feedbackinput-url {
}

/* Fehlermeldung */
.feedbackerror {
    font-family: Verdana;
    font-size:12px;
    color:red;
}

/* Anmerkungen */
.feedbackannotation {
    font-family: Verdana;
    font-size:12px;
}

/* Horizontale Striche */
.feedbackseparator {
    color:black;
    width:227px;
    text-align:left;
}
