/***************************************************
 * UEBERSICHT

 * INTERNET: Ueberschriften
 * INTRANET: Ueberschriften
 * Allgemeine Textformatierungen
 * Spezielle Textformatierungen
 * Tabellenformatierungen
 * Hyperlink-Angaben
 * Geloeschte Stylesheets

 Version: 0.1
 Zuletzt editiert: 23.11.2003
 Anmerkungen bitte an: LisaBlum@gmx.de

 ***************************************************/



/***************************************************
 * INTERNET: Ueberschriften
 ***************************************************/

/* Internet: Seitenueberschrift im roten Balken */
.seitenueberschrift  {
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	color : white;
	font-family : arial,sans-serif;
}

/* Internet: Erweiterung der Seitenueberschrift im roten Balken - z.B. bei Publikationen, Themen */
/* vorher: .boldwhite --> gesplittet */
.seitenueberschrifterweiterung  {
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	color : white;
	font-family : arial,sans-serif;
}

/* Internet: Sub-Seitenueberschriften (unter dem roten Balken)   
 * Hinweis: Falls es keine Folgeueberschriften gibt, bitte statt Subseitenueberschriften Folgeueberschriften verwenden */
/* vorher: .head3 */
.subseitenueberschrift  {
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
}

/* Internet: Folgeueberschriften unter einer Subseitenueberschrift  */
/* vorher: .head4 */
.folgeueberschrift  {
	font-size : 11pt;
	font-weight : bold;
	font-style : normal;
	color : black;
    	font-family : arial,sans-serif;
}

/* Internet: Folgeueberschriften in rot - Verwendung fuer das rote C im CHE  */
/* vorher: head4red */
.rotefolgeueberschrift {
	font-size : 11pt;
	font-weight : bold;
	font-style : normal;
	color : #d21c1c;
    	font-family : arial,sans-serif;
}


/* Internet: Ueberschriften dritter Ordnung - also nach Folgeueberschriften */
/* vorher: bold --> gesplittet */
.textueberschrift  {
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
}


/* Internet: Teaserueberschrift */
.teaserueberschrift  {
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	color : white;
	font-family : arial,sans-serif;
}

/* Internet: Subueberschrift in Teasern */
/* vorher: .bold --> gesplittet */
.teasersubueberschrift  {
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
}

/* Internet: Ueberschriften bei News */
/* vorher: .bold --> gesplittet */
.newsueberschrift  {
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
}

/***************************************************
 * INTRANET: Ueberschriften
 ***************************************************/

/* Intranet: Seitenueberschrift im schwarzen Balken  */
/* vorher: .largeboldwhite */
.intranetseitenueberschrift  {
	font-size : 12pt; /* Internet: 10 pt, Intranet: 12 pt */
	font-weight : bold;
	font-style : normal;
	color : white;
	font-family : arial,sans-serif;
}

/* Intranet: Subseitenueberschrift unter dem schwarzen Balken  */
/* vorher: .largebold */
.intranetsubseitenueberschrift  {
	font-size : 11pt; /* Internet: 10 pt, Intranet: 11 pt */
	font-weight : bold;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
}

/* Intranet: Spaltenbezeichnungen in Tabellenfeldern mit schwarzem Hintergrund */
/* vorher: .boldwhite --> gesplittet */
.spaltenueberschrift  {
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	color : white;
	font-family : arial,sans-serif;
}



/***************************************************
 * Allgemeine Textformatierungen
 ***************************************************/

/* Standard-Text */
p  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
}

/* Standard-Text */
.text  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
}

/* Listen */
ul  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
}

/* Auszeichnungen im Fliesstext */
/* vorher: .bold --> gesplittet */
.bold  {
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
}

/* rotes C von CHE, Meldungen bei Formularen  */
.boldred  {
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	color : #D21C1C;
	font-family : arial,sans-serif;
}

/* Textformatierung */
/* vorher: .italic --> gesplittet */
.italic  {
	font-size : 10pt;
	font-weight : normal;
	font-style : italic;
	color : black;
	font-family : arial,sans-serif;
}

/* rotes C von CHE, Hinweise bei Eingabeformularen (z.B. Intranet: Projekte) */
.rot  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : #D21C1C;
	font-family : arial,sans-serif;
}

/* Intranet: - nur in html/Intranet/Themen.php*/
.weiss  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : white;
	font-family : arial,sans-serif;
}

/* Kommt im Intra-/ Internet nicht vor */
.inaktiv  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : gray;
	font-family : arial,sans-serif;
}

/***************************************************
 * Spezielle Textformatierungen
 ***************************************************/

/* Bildunterschriften */
/* vorher: .small --> gesplittet */
.bildunterschrift  {
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
}

/* laengere Bildunterschriften, Angaben des Fotografen unter einem Foto  */
/* vorher: .verysmall */
.langebildunterschrift  {
	font-size : 7pt;
	font-weight : normal;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
}

/* laengere Zitate */
/* vorher: .italic --> gesplittet */
.zitat {
	font-size : 10pt;
	font-weight : normal;
	font-style : italic;
	color : black;
	font-family : arial,sans-serif;
}

/* Internet: Vorspann fuer News */
/* vorher: .italic --> gesplittet */
.newsvorspann {
	font-size : 10pt;
	font-weight : normal;
	font-style : italic;
	color : black;
	font-family : arial,sans-serif;
}

/* Footabschnitt-Text auf allen Seiten */
/* vorher: .small --> gesplittet */
.footer_small  {
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
}

/* rotes C von CHE im Footbereich  */
/* vorher: .smallrot */
.footer_smallrot  {
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	color : #D21C1C;
	font-family : arial,sans-serif;
}

/* Zusatzinformationen (z.B. bei Veranstaltungen) */
/* vorher: .small --> gesplittet */
.zusatzinfos  {
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
}

/***************************************************
 * Tabellenformatierungen
 ***************************************************/

/* Intranet: Tabellenspaltenhinterlegung - nur in html/Intranet/Themen.php  */
/* vorher: .gruen */
.aktivertabellenhintergrund  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : green;
	font-family : arial,sans-serif;
}

/* Die padding-top-Angabe aus den Internetseiten koennte im Intranet fuer Probleme sorgen */
td  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
	padding-top : 4px;
}

/***************************************************
 * Hyperlink-Angaben
 ***************************************************/

/* Links */
/* vorher: vlink="gray" alink="#D21C1C" link="#D21C1C" im bodytag definiert: bitte rausnehmen */
a:link  {
    	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : #D21C1C;
	font-family : arial,sans-serif;
}


a:visited  {	
    	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : gray;
	font-family : arial,sans-serif;
}

A:active  {
    	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : #D21C1C;
	font-family : arial,sans-serif;
}

a:hover  {}

/* Intranet: schwarze Links */
/* vorher: .atext */
.link_schwarz  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : black;
	font-family : arial,sans-serif;
	text-decoration : none;
}

/* Intranet: rote Links */
/* vorher: .arot */
.link_rot {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : #D21C1C;
	font-family : arial,sans-serif;
	text-decoration : none;
}




/***************************************************
 * Geloescht
 ***************************************************
 ------
 * Intranet: Verwendet in: html\Intranet\webservices\newsletter\newsletter.php ( Subueberschriften unter schwarzem Balken)
 *               html\Phorum\Include\Auth_db.php 
 * Bitte aendern in: .intranetsubseitenueberschrift
 * H1  {	font-size : 14pt;font-weight : bold; font-style : normal;color : black;font-family : Arial,sans-serif;}
 ------
 
 * Bitte aendern in: .intranetsubseitenueberschrift
 * Die Schrift wird damit groesser, aber besser an das Intranetlayout angepasst.
 * H2  {  font-size : 10pt;font-weight : bold;font-style : normal;color : black;	font-family : Arial,sans-serif;}
 ------ 
 
 * Internet: Sub-Seitenueberschriften (unter dem roten Balken)
 * Bitte aendern in: .subseitenueberschrift
 * H3  {	font-size : 12pt;font-weight : bold;font-style : normal;color : black;	font-family : arial,sans-serif;}
 ------

 Internet: Folgeueberschriften unter einer Subseitenueberschrift (h3)  
 * Bitte aendern in: .folgeueberschrift
 * H4  {	font-size : 11pt;font-weight : bold;font-style : normal;color : black;   font-family : arial,sans-serif;}
 ------
 
 * wird dieser Tag irgendwo verwendet?
 * Bitte aendern in: .bold / .teasersubueberschrift / .newsueberschrift ( je nach Verwendung)
 * b  {	font-size : 10pt;font-weight : bold;font-style : normal;color : black;font-family : arial,sans-serif;} 
 ------
 
 * Verwendung nur im Extranet - kommt im Internet und Intranet nicht vor
 * .large  {font-size : 12pt; font-weight : normal;font-style : normal;color : black;font-family : arial,sans-serif;}
 ------
 
 * im Inter-/Intranet nicht verwendet 
 * .AWEISS {font-size : 10pt;font-weight : normal;font-style : normal;color : white;font-family : arial,sans-serif;text-decoration : none;} */

/****************************************************/
