<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
/* div-Container-Formatierungen
   ----------------------------
	fuer die Seite
      ------------- */


/* Formatierung fuer die Vorrede der Seite */
#seite_vor {
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
	color: #FF0000;
	}

/* Formatierung fuer den Seitentitel der Seite */
#seite_titel {
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	}

/* Formatierung fuer die Inhaltsliste der Seite */
#seite_liste {
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	color: #00000;
	
	list-style-type: disc;
	}


/* div-Container-Formatierungen
	fuer die folgenden Abschnitte */


/* Formatierung fuer den Abschnitts-Titel der Seite */
#absatz_titel {
	font-family: Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	font-size: 16pt;
	font-weight: bold;
	color: #666666;
	}

/* Formatierung fuer einen Abschnitts-Text der Seite */
#absatz_txt {
	font-family: Times Roman, serif;
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	}

/* Formatierung fuer einen zentrierten Titel der Seite */
#zentr_titel {
	font-family: Times Roman, serif;
	text-align: center;
	vertical-align: top;
	font-size: 16pt;
	font-weight: bold;
	color: #666666;
	}

/* Formatierung fuer einen zentrierten Text der Seite */
#zentr_txt {
	font-family: Times Roman, serif;
	text-align: center;
	vertical-align: top;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	}

/* Formatierung fuer einen zentrierten Text 400 breit */
#zentr_txt400 {
	font-family: Times Roman, serif;
	text-align: center;
	vertical-align: top;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	width: 400;
	}
	
/* Formatierung fuer Statistiktext der Index-Seite */
#stat_txt {
	font-family: Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	}
	
/* Formatierung fuer einen kleinen Text der Seite */
#txt_s {
	font-family: Times Roman, serif;
	text-align: left;
	vertical-align: top;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	}
	
/*------------------------------------------*/
/*Formatierung fuer die Presseseite */

/*Artikelherkunft Datum Zeitung Autor etc.*/
#prdat {
	font-family: Times Roman, serif;
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	width: 400;
	}
	
/* Ueberschrift 1*/
#prh1 {
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: top;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	width: 400;
	}
	
/*Ueberschrift 2*/
#prh2 {
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: top;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
	width: 400;
	}
/*Ueberschrift 3*/
#prh3 {
	font-family: Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	width: 400;
	}

/*Fliesstext*/
#prtxt {
	font-family: Times Roman, serif;
	text-align: justify;
	vertical-align: top;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	width: 400;
	}

/*zentrierter Fliesstext*/
#prztxt {
	font-family: Times Roman, serif;
	text-align: center;
	vertical-align: top;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	width: 400;
	}

/*Bildunterschrift*/
#prbtxt {
	font-family: Times Roman, serif;
	font-style: italic;
	text-align: justify;
	vertical-align: top;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	width: 400;
	}

/*Bild*/
#prbild {
	align: left;
	vertical-align: top;
	width: 400;
	}


/* div-Container-Formatierungen
	fuer Tabellen */

/* Formatierung fuer den Text einer Tabellen-KopfZEILE */
#tab_kopf {
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: top;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	}

/* Formatierung fuer den Text einer Tabellen-KopfSPALTE */
#tab_spalte {
	font-family: Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	}

/* Formatierung fuer Text in einer Tabellen-Zelle */
#tab_txt {
	font-family: Times Roman, serif;
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	}

/* Formatierung fuer eine Tabellen-Zelle Sprung-TOP */
#tab_top {
	font-family: Times Roman, serif;
	text-align: right;
	vertical-align: top;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	}
	

/* Definition der Links */

	a: { text-decoration: none; }
	a:link { text-decoration: none; font-weight: bold; color: #000000; }
	a:visited { text-decoration:none; font-weight:bold; color:#000000; }
	a:hover { text-decoration:none; font-weight:bold; color:#e0e0e0; }
	a img {border: 0 none; }