/* Style-Sheet für die Startseite des SAC Uzwil                               */
/* ===========================================================================*/
/* Diese Datei ist für die Formatierung der von Home.php erzeugten Codes 
   zuständig.
   
   Autor: Christian Frick, c_frick@gmx.ch
   Erstellt: 12. Januar 2007
   Version: 0.0.1                                                             */

/* Überschrift
/*----------------------------------------------------------------------------*/
h2 
{ 
  color: black;
  margin-top: 2em;
  margin-bottom: 2em;
}

/* Übersicht
/*----------------------------------------------------------------------------*/
.EventList td
/* Zellen der Übersicht */
{
  border-top-style: solid;
  border-top-width: 1px;
}

.EventList .Header
/* Headers der Übersicht */
{
  font-size: 1.2em;
  padding-bottom: 6px;
  text-align: center;  
}

.Header .EventsTitle, .Header .GBTitle
/* Headers für Events und Gästebuch */
{
  text-align: left;
}

.EventList .Type
/* Type des Anlasses (für nächste Anlässe */
{
  padding-left: 15px;
  color: gray;
}

.EventList .Title a
/* Titel des Anlasses */
{
  color:#330099;
  text-decoration:none
}
.EventList .Title a:hover { text-decoration:underline; }

.EventList .GBName, .EventList .GBDate
/* Person und Datum des letzten Gästebucheintrages */
{
  background-color: #C8E1FA;
  color: blue;
  border-color: black;
  padding-top: 4px;
  padding-bottom: 4px;  
}
.EventList .GBName { font-weight: bold; }
.EventList .GBDate { text-align: right; }

.EventList .GBText
/* Text des letzten Gästebucheintrages */
{
  border-top-style: none;
}

td.Gallery
/* Zelle in der das Fenster für die neueste Fotogalerie angezeigt wird */
{
  vertical-align: middle;
  text-align: center;
}

.Gallery table
/* Anzeige der neusten Fotogalerie (Rahmen) */
{
  border-color: black;
  border-style: solid;
  border-width: 1px;
  margin: 8px;
}

.Gallery td
/* Anzeige der neusten Fotogalerie (Zeilen) */
{
  text-align: center;
  border-style: none;
}

.Gallery td.GalleryText
/* Zeile der Beschriftung */
{
  background-color: #C8E1FA;  
}

.Gallery .GalleryTitle
/* Titel der Fotogalerie */
{
  font-weight: normal;  
  font-size: 1em;
  color: black;  
}  

.Gallery .GalleryDate
/* Datum der Fotogalerie */
{
  font-weight: normal;
  font-size: 1em;		
}  	
