/* Textformatierungen */
.inhalt,td { font-family:Verdana,Arial; color:black; font-size:12px; }
h1 { text-align:center; }
h3 { text-decoration:underline; }

.datum { text-align:center; font-style:italic; }

/* Tabellen */
td { vertical-align:top; }

#table_geruest { border-width:0px; border-style:none; width:100%; }

#table_normal { border-width:4px; border-style:ridge; border-color:#A29FA0; margin-left:auto; margin-right:auto; }
#table_normal td { border-width:1px; border-style:solid; padding:3px; vertical-align:middle; text-align:center; }
#table_normal th { border-width:1px; border-style:solid; padding:3px; vertical-align:middle; text-align:center; }

#table_bilder { border-width:4px; border-style:ridge; border-color:#A29FA0; margin-left:auto; margin-right:auto; margin-top:10px; }
#table_bilder td { border-width:1px; border-style:solid; padding:10px; vertical-align:middle; text-align:center; }

#table_no_border { border-width:0px; border-style:none; }
#table_no_border td { border-width:0px; border-style:none; padding:0px; vertical-align:top; text-align:left; }

/* Counter */
.counter_schrift { color:white; font-weight:bold; }

/* Letzte Aktualisierung */
.last_edit { color:white; font-size:12px; text-align:left; }