/* Diese Datei enthaelt die StyleSheets fuer zentrale HTML-Formate */

/* Seiteneigenschaften */
body { margin:0px; background-color:#fff; color:#000; } 

/* Schriftart */
p, div, th, td, ul, ol, li, dt, dd, nobr, input, option, textarea, h1, h2, h3, h4, h5, h6 { font-family:verdana,arial,helvetica,sans-serif; }

/* Schriftgroesse */
p, div, th, td, ul, ol, li, dt, dd, nobr, input, option, textarea { font-size:12px; }

/* Ueberschriften */
h1 { font-size:20px; } /* 1. Ordnung */
h2 { font-size:18px; } /* 2. Ordnung */
h3 { font-size:15px; } /* 3. Ordnung */
h4 { font-size:13px; } /* 4. Ordnung */
h5 { font-size:12px; } /* 5. Ordnung */
h6 { font-size:10px; } /* 6. Ordnung */

/* Links */
a:link { color:#003366; text-decoration:underline; } /* Noch nicht besuchter Link */ 
a:visited { color:#003366; text-decoration:underline; } /* Bereits besuchter Link */
a:hover { color:#b00000; text-decoration:underline; } /* Hover-Effekt */
a:active { color:#003366; text-decoration:underline; } /* Gerade angeklickter Link */

/* Listen */
ul { list-style-type:square; } /* Unnummerierte Liste */
ol { list-style-type:decimal; } /* Nummerierte Liste */
dl { } /* Definitionsliste */

/* Grafiken */
img { border:0px; } /* Grafik */

/* Layout-Elemente */
hr { height:1px; color:#000000; } /* Horizontale Linie */

/* Formulare */
form { margin:0px; } /* Formular */
input { } /* einzeiliges Textfeld, Checkbox, Radiobutton, Dateiupload, Button etc. */
label { } /* Beschriftung fuer Formularfeld */
textarea { } /* mehrzeiliges Textfeld */

/* Logische Textauszeichnungen */
abbr { } /* Abgekuerzte Schreibweise (z. B. "WWW") */
acronym { } /* Abkuerzung (z. B. "z. B.") */
address { } /* Adresse */
blockquote { } /* Zitat als Block */
big { } /* Groessere Schrift */ 
code { } /* Quelltext */
cite { } /* Zitat */
del { } /* Ungueltiger Text */
dfn { } /* Definition */
em { } /* Stark hervorgehobener Text */
ins { } /* Neu hinzugekommener Text */
kbd { } /* Tastatureingabe */
pre {} /* Vorformatierter Text */
samp { } /* Beispiel */
small { } /* Kleinere Schrift */
strong { } /* Hervorgehobener Text */
var { } /* Variable */

