	/* Rahmen für gesamtes Dokument */
body {margin: 0.9 cm;}

/* Überschrift */
h1 {font-family: Arial, Helvitica, sans-serif; font-size:12pt; font-weight:bold; color: green;}

/* --- Text in Tabellen --- */
/*  Überschrift */
.table_head	{font-family: Arial, Helvitica, sans-serif;
		font-size: 11pt;
		font-weight: bold;
		color: black;
		background-color: #dddddd;}

/*  Zeile */
.table_row	{font-family: Arial, Helvitica, sans-serif;
		font-size: 11pt;
		font-weight: normal;
		color: black;
		background-color: #eeeeee;}

/* Normaler Text */
p {font-family: Arial, Helvitica, sans-serif; font-size:10pt;}

/* --- Links --- */
/* Normale Links */
/*
A:link    {font-family: Arial, Helvitica, sans-serif;
		   font-size: 10pt;
		   font-weight: normal;
		   color: #000080;
		   TEXT-DECORATION: none;
		   }
*/
/* Besuchte Links */
/*
A:visited  {font-family: Arial, Helvitica, sans-serif;
			font-size: 10pt;
			font-weight: normal;
			color: #000080;
			TEXT-DECORATION: none;
			}
*/
/* Aktiver Link */
/*
A:active  {font-family: Arial, Helvitica, sans-serif;
			font-size: 10pt;
			font-weight: normal;
			color: #000080;
			TEXT-DECORATION: none;
			}
*/

/* Überfahren des Links */
A:hover   {color: #ff9900}

/* Link zu aktiven Seite */
.normal_link {font-family: Arial, Helvitica, sans-serif;
			font-size: 10pt;
			font-weight: normal;
			color: #000080;
			TEXT-DECORATION: none;
			}

.actual_link {font-family: Arial, Helvitica, sans-serif;
			font-size: 10pt;
			font-weight: bold;
			color: green;
			TEXT-DECORATION: none;
			}


/* ------ Beispiele ------ */
	.bouton		{ background-color: #0066CC;
			    color: #ffffff;
			    cursor: hand;
			    font-family: Verdana,Arial,Helvetica;
			    font-size: 8pt;
			    font-weight: bold;
			    text-decoration: none;
			    width: 110; }
	.fineprint	{font: normal 8pt Verdana,Arial; color: 783579; }
	.breadcrumb	{ font: normal 8pt Verdana,Arial,Helvetica; padding: 3px 0px 3px 0px; }



