/*-----------------------------------------------------------------------------
Ebene0

Body = Hintergrundbild, Default-Font und Default-Textfarbe
Spalte11 = Copyrightzeile mit Standardbreite
Leerzeile3 = Zeilen ohne Text in Höhe wie Schrift 3
HeadStyle1 = Schriftzug
HeadStyle2 = Untertitel

--- Vor Änderung 29.06.08 ---
body { background: url(../images/hintergrund1a.jpg) repeat; font-family: Arial,Helvetica; color: #000000; }

-----------------------------------------------------------------------------*/
body { background: url(../images/hintergrund1a.jpg) fixed; font-family: Arial,Helvetica; color: #000000; margin: 0px; }

.Spalte11 { font-size: 10px; text-align: center; line-height: 12px; width: 660px; }
.LeerZeile2 { line-height: 15px; margin-top: 10px; margin-bottom: 10px; }
.LeerZeile3 { line-height: 21px; margin-top: 15px; margin-bottom: 15px; }

#HeadStyle1 { position: absolute; left: 10px; top: 38px; }
#HeadStyle2 { position: absolute; left: 10px; top: 120px; width: 437px; line-height: 30px; vertical-align: baseline; font-size: 24px; text-align: right; color: #006699; }

