/* Style für Body (Hintergrund) - Style for body (Background)  */
body {background-color:#21382C;}

/* Style für die Tabellenüberschrift - Style were Table-Headline  */
td.head { background-color:#003B00;font-size:16px;font-weight:bold;}

/* Style für Tabelle wo der Überschrift Author erwähnt wird - Style were Headline Author is mentioned  */
td.author { background-color:#003B00;font-size:16px;font-weight:bold;}

/* Style für Tabelle wo die Überschrift Eintrag erwähnt wird - Style were Headline Entry is mentioned  */
td.entry { background-color:#003B00;font-size:16px;font-weight:bold;}

/* Style für Tabelle wo der Verfasser des Eintrags erwähnt wird - Style were Name of the Message is mentioned  */
td.name { background-color:#003B00;font-size:16px;font-weight:bold;}

/* Style für die Überschrift der Eintrags - Style for headline of Entry  */
td.title { background-color:#21382C;font-size:16px;font-weight:bold;}

/* Style für den Eintrag - Style for message  */
td.message { background-color:#21382C;font-size:16px;font-weight:normal;}

/* Style für die Zeitangabe - Style for time  */
span.time {font-size:10px;font-weight:normal;}

/* Eintragsformular  */
/* Style für Überschrift  - Style for Headline  */
th.headline { background-color:#003B00;font-size:16px;font-weight:bold;}
td.left { background-color:#003B00;font-size:16px;font-weight:bold;}
td.right{ background-color:#003B00;}

// Dein Eintrag wurde aufgenommen
span.newentry {font-size:20px;font-weight:bold;color:#D5FFC8;}
// Zurück zum Gäastebuch
a.newentryback:link {font-size:18px;font-weight:bold;color:#D5FFC8;}
a.newentryback:visited {font-size:18px;font-weight:bold;color:#D5FFC8;}
a.newentryback:active {ffont-size:18px;font-weight:bold;color:#000000;}

