/**
* Datei-Ort : /css/startlogoseite.css
* Zweck     : CSS für Logoseite (erste Seite)
* Autor (c) : Thomas Tausz
* Website   : http://www.tausz.de
* Kontakt   : thomas@tausz.de
* Datum     : 01.02.2007
* Version   : 1.0
*/



/** ALLGEMEINE Seiteneinstellungen **/
body{
  text-align        : center;
  font-size         : 101%;
  margin            : 0px 0px;
  background-color  : #000000;
}
body, td, p{
  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  color       : #FFF;
}

