/* Style für Body (Hintergrund) - Style for body (Background)  */
body {background-color:#FFFFFF;background-image:url(../../images/back.jpg);background-repeat:repeat; background-attachment:fixed;}

a:link {text-decoration:none;
 	    font-weight:bold;
 		color:rgb(253,240,217);
 		font-size:14pt;}

a:visited {text-decoration:none;
 		   font-weight:bold;
 		   color:rgb(253,240,217);
 		   font-size:14pt;}

a:hover {text-decoration:none;
 		 font-weight:bold;
 		 color:#FFFF00;
 		 font-size:14pt;}

a:active {text-decoration:none;
 	      font-weight:bold;
 		  color:rgb(253,240,217);
 		  font-size:14pt;}

i {color:#FCFFB7}

/* Style für die Tabellenüberschrift - Style were Table-Headline  */
td.head { background-color:#00E0FF;color:#000000;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:#00E0FF;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:#00E0FF;font-size:18px;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:#00E0FF;font-size:18px;font-weight:bold;}

/* Style für die Überschrift der Eintrags - Style for headline of Entry  */
td.title { background-color:#000000;color:#FFFFFF;font-size:22px;font-weight:bold;}

/* Style für den Eintrag - Style for message  */
td.message { background-color:#00007F;color:#FFFFFF;font-size:18px;font-weight:bold;}

/* 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:#FFCC53;font-size:16px;font-weight:bold;}
td.left { background-color:#F0EED6;font-size:16px;font-weight:bold;}
td.right{ background-color:#FEFFFF;}

// Dein Eintrag wurde aufgenommen
span.newentry {font-size:20px;font-weight:bold;color:#c60000;}
// Zurück zum Gästebuch
a.newentryback:link {font-size:18px;font-weight:bold;color:#00FFFF;}
a.newentryback:visited {font-size:18px;font-weight:bold;color:#00FFFF;}
a.newentryback:active {ffont-size:18px;font-weight:bold;color:#00FFFF;}

