/**
 * CSS für Webseite<br>
 *
 * Versionshistory:<br>
 * 09.09.2005 / sb: initial release
 *
 * @package website-config
 * @author Samuel Braun <sbraun@swissonline.ch>
 *
 */


/**
 * Textformatierungen
 */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family: geneva, verdana, arial, sans-serif; }

.h1 				{ font-size:18pt; }
.h2 				{ font-size:14pt; }
.h2.title 	{ color:#ffffff; text-transform: uppercase; }
.h3 				{ font-size:10pt; }
.h4 				{ font-size:8pt; font-weight:bold; }
.h4.title 	{ color:#ffffff; text-transform: uppercase; }
.h5 				{ font-size:7pt; }
.err    		{ color:#ff0000; }
p						{ font-size:8pt; }

/**
 * Linkformatierungen
 */
a 			{ text-decoration:none; }
a:hover { text-decoration:underline; }

/**
 * Tabellendarstellungen: Zeile 1
 */
.Color1
{
  background-color: #E0E0E0;
}

/**
 * Tabellendarstellungen: Zeile 2
 */
.Color2
{
  background-color: #F0F0F0;
}

/**
 * Tabellendarstellungen: Kopfzeile
 */
.ColorHeader
{
  background-color: #a6a6a6;
}

/**
 * Zelle Seitentitel
 */
.Title
{
	background-color:#b11a3b;
}
