/*        Projekt:  www.aktion-sorgenfelle.de
              Typ:  CSS-Datei
     Beschreibung:  Grundformate fuer saemtliche Browser
      Erstellt am:  12.12.2005, Frank Peter Neuendorf
Zuletzt geaendert:  21.02.2007 Frank Peter Neuendorf
 Niere Web-Design, www.webdesign-niere.de

*/

body
{ background-color:rgb(0,160,255);
  background-image:url(../grafik/hg-start.jpg);
  margin:0; text-align:center;
  overflow-x: hidden; overflow-y: hidden; }

#zentrierhilfe
{ text-align:center; position:absolute;
  top:18%; left:0px; width:100%; height:1px;
  overflow:visible; visibility:visible; }

h1
{ font:29px arial,sans-serif; font-weight:bold; color:#fff;
  letter-spacing:2px; margin:0; padding:0; }

#zahl
{ color:#EFEFEF; font:10px arial,sans-serif; letter-spacing:2px; text-align:center;
  padding:0px; margin:0px; width:350px }

a:active { font-family:tahoma,arial,helvetica,sans-serif; font-size:18px; letter-spacing:1px; color:#FFFFFF; text-decoration:underline; }
a:link   { font-family:tahoma,arial,helvetica,sans-serif; font-size:18px; letter-spacing:1px; color:#FFFFFF; text-decoration:underline; }
a:visited{ font-family:tahoma,arial,helvetica,sans-serif; font-size:18px; letter-spacing:1px; color:#FFFFFF; text-decoration:underline; }
a:hover  { font-family:tahoma,arial,helvetica,sans-serif; font-size:18px; letter-spacing:1px; color:#FFFF00; text-decoration:none; }