/* Style-Sheet für den Admin-Bereich der Homepage des SAC Uzwil               */
/* ===========================================================================*/
/*   
   Autor: Christian Frick, c_frick@gmx.ch
   Erstellt: 13. Januar 2007
   Version: 0.0.1                                                             */

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

p
{
  margin-top: 2px;
}
p em { color: #444444; }

a
{
  color: #444444;
}
a:hover { color: black }
a img { border-style: none }


/* Überschriften
/*----------------------------------------------------------------------------*/
h1
{
  font-size: 1.2em;
  font-weight: bold;
  color: #330099;	
  margin-bottom: 0.5em;
}

h2
{
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 2px;
}

/* Options-Listen
/*----------------------------------------------------------------------------*/
div#Options
{
  position: absolute;
  right: 0px;
  padding-right: 10%;
  padding-top: 30px;
  font-size: 1.2em;
}

#Options a
{
  color: blue;
}

ul
{
  list-style-type: circle;
  margin: 0px;
  padding-left: 20px; 
  padding-bottom: 8px;  
}

/* Meldungen
/*----------------------------------------------------------------------------*/
.Error
{
  color: red;
}
.Error em
{
  color: #FFA500;
}

.Info
{
  color: #FFA500;
}

.Success
{
  color: green;
}
