/* DATEI: hauptseite.css */

/* generelle Formatierungen */
h1,h2,h3,h4,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #003333; }

/* Überschriften-Formate */
h1 { font-size:26px; margin-bottom:18px; }
h2 { font-size:21px; margin-bottom:18px; }
h3 { font-size:16px; }
h4 { font-size:13px; }

/* Tabellen-Überschrift */
th { font-size:13px; font-weight: bold; }
/* Tabellen-Daten */
td { font-size:13px; }

/* Standard-Textformat */
p { font-size:13px; }

/* Pseudoformate für links - Reihenfolge beachten */
a:link { color:#0000CC; text-decoration:underline; font-weight:bold; } /* für links */
a:visited { color:#0000CC; text-decoration:none; font-weight:bold; } /* für besuchte links */
a:active { color:#0000CC; text-decoration:none; font-weight:bold; } /* für angeklickte Verweise */
a:hover { color: #FF3333; text-decoration:none; font-weight:bold; } /* für mouse wird über link bewegt */

/* Pseudoformate für Absätze */
a:first-line { } /* die erste Textzeile des Elements erhält die CSS-Eigenschaften */
a:first-letter { } /* der erste Buchstabe des Textes erhält die CSS-Eigenschaften */
a:first-child { } /* das erste Kindelement des Elements erhält die CSS-Eigenschaften */ 

