/****************************************************************
 * Stylesheet für:    http://Ulrichswoche.de/
 * Adresse:           http://Ulrichswoche.de/style.css
 * Medientyp:         screen
 * Autor:             J. Schlosser, webteam@Ulrichswoche.de
 * Erstellt:          14. Februar 2004 (ValentinsDay :-)
 * Letzte Aenderung:  18. Februar 2004
 * Kommentar:         Diese Datei enthält die allgemeinen Informationen
 *                    zu html, body, ... und legt das Standardaussehen fest
 ****************************************************************/

body {
  margin:0px;
  padding:3px;
  border:0px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:14px;
  background: url("/img/background.gif") left top repeat;
  background-color:#400080;
}


#PageTitle {
  text-align: center;
  border: 0px;
  margin: 25px;
}

h1 {
  font-size: 200%;
  padding: 5px;
  color: #808080;
  background-color: #f0f080;  
}


#PageContent {
  text-align: center;
  padding: 3px;
  border: 0px;
  margin: 0px;
}

.imgFatBorder {
  border:7px solid #8080a0;
  margin:0px;
  padding:5px;
}
