/* Randeinrückung links und rechts, Hintergrundbild, Schriftfamilie und Größe in Pixel */
/* Farben für Links */
/* h1 Größe und Abstand zur nächsten Zeile */
/* a: background-color:#EFEFEF; wird nicht interpretiert */
/* h3 { margin-top:25px; margin-bottom:25px; padding-top:5px; padding-bottom:5px; } */
/* 78534a Farbe für a:visited */
/* .red { color:#DF0000 } definiert einen roten Text in der css-Datei. */
/* angesprochen wird diese Zeile mit dem <div class="red">rote Zeile</div> in der HTML-Seite */

body { margin-top:80px; }
body { font-size:10px; font-family:VERDANA,ARIAL,HELVETICA; color:#FFD700; }
body { background-color:#000000; }

.bild300 { width:300px; text-align:center; margin-top:20px; margin-bottom:20px; border:2px solid; #FFD700; }
.bild400 { width:400px; text-align:center; margin-top:20px; margin-bottom:20px; border:2px solid; #FFD700; }
.bild450 { width:450px; text-align:center; margin-top:20px; margin-bottom:20px; border:2px solid; #FFD700; }

.eins { font-size:18px; margin-top:0px; margin-bottom:0px; text-align:center; font-weight:normal; }
.zwei { font-size:14px; margin-top:10px; margin-bottom:10px; font-weight:normal; text-align:center; }
.drei { font-size:11px; margin-top:3px; margin-bottom:0px; text-align:center; font-weight:normal; }
.copy { font-size:11px; font-weight:normal; text-align:center; }
.normal { font-weight:normal; margin-top:10px; }
.headline { font-size:22px; font-weight:normal; margin-right:10px; }
.link { margin-left:30px; }

a { font-weight:normal; }
a:link { color:#FFD700; text-decoration:none; }
a:visited { color:#FFD700; text-decoration:none; }
a:hover { color:#FFFACD; text-decoration:underline; }
a:active { color:#FFFACD; text-decoration:underline; }