/* Standart-Style-Sheet für die Homepage des SAC Uzwil                        */
/* ===========================================================================*/
/*   
   Autor: Christian Frick, c_frick@gmx.ch
   Erstellt: 16. Januar 2007
   Version: 0.0.1                                                             */

/* Standart-Formatierungen
/*----------------------------------------------------------------------------*/
body
{
  font-family: Arial, Helvetica, sans-serif;
}

p
{
  margin-top: 2px;
}

p img
{
  margin: 4px;
}

p.Footer
/* Zeile am Ende einer Seite*/
{
  font-size: smaller;
  color: #444444;  
  text-align: center;
  padding: 1em;
  clear: both;  
}

a
{
  color: #444444;
}
a:hover { color: black }

table tr
/* In allen Tabellen standartmässig Text oben ausrichten */
{
  vertical-align: top;
}

/* Überschriften
/*----------------------------------------------------------------------------*/
h1
{
  font-size: 30px;
  font-weight: bold;
}

h1 em
{
  font-weight: normal;
  font-style: italic;
}

h1.SACTitle
{
  font-weight: normal;
}

h2
{
  font-size: 1.2em;
  font-weight: normal;
  color: #330099;	
  margin-bottom: 0.5em;
}

h2 em
{
  color: gray;
  font-style: normal;
  font-size: 0.9em;
}

/* Icons
/*----------------------------------------------------------------------------*/
.PrintIcon 
/* Seite Drucken... */
{
  position: absolute;
  right: 10px;
}
.PrintIcon img
{
  padding-right: 10px;
  border-style: none;
}

/* Berichte Auflistungen
/*----------------------------------------------------------------------------*/
ul.Report
{
  list-style-type: circle;
}
