/****
// @fname	inc.styles.css
// @project	bitexma, Herbertingen
// @ftype	css
// @descr	Stylesheet
// @creator	brain-at-work GmbH - Bahnhofstraße 21 - 88299 Leutkirch
// @author	Thomas Autenrieth - t.autenrieth@brain-at-work.de
// @date	03.02.2004
// CHANGELOG
*/

/* ********************************************
/*		Allgemeines
/* ********************************************/

	body {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0px;
	}

	.nichtgefunden{	/* fuer meldung "Inhalt nicht gefunden" */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color:#E20D15;
	}

	td {   /* Definition einer Schriftart, die in Tabellen verwendet werden soll */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
	}
	
	a {	/* Anker-Tag allgemein (insbesondere vom ActiveX-Editor erzeugte Links */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		color:#000000;
		text-decoration:underline;		
	}
	
/* ********************************************
/*		Navigation
/* ********************************************/	

	.menuzelle1 { /* Text-Ausrichtung */
		padding: 3px 0px 3px 27px;
	}

	a.menu1{ /* Menu Links Ebene 1*/
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:13px;
		font-weight: bold;
		letter-spacing: 1px;
		color:#585858;
		text-decoration:none;
	}

	a.menu1:hover{ /* Menu Links Ebene 1 - Mouse Over */
		color:#EA047E;
		text-decoration:underline;
	}

	a.menuactiv1{ /* Menu Links Ebene 1 - Markierung der aktuellen Kategorie */
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:13px;
		color:#EA047E;
		font-weight:bold;
		letter-spacing: 1px;
		text-decoration:none;
	}

	.menuzelle2 { /* Text-Ausrichtung */
		padding: 3px 0px 3px 27px;
	}

	a.menu2{ /* Menu Links Ebene 2*/
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:13px;
		color:#585858;
		letter-spacing: 1px;
		text-decoration:none;
	}
	
	a.menu2:hover{ /* Menu Links Ebene 2 - Mouse Over*/
		color:#EA047E;
		text-decoration:underline;
	}

	a.menuactiv2{ /* Menu Links Ebene 2: Markierung der aktuellen Kategorie */
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:13px;
		color:#EA047E;
		font-weight:bold;
		letter-spacing: 1px;
		text-decoration:none;
	}

	.menuzelle3 { /* Text-Ausrichtung */
		padding: 2px 0px 2px 40px;
	}

	a.menu3{ /* Menu Links Ebene 2*/
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:13px;
		letter-spacing: 1px;
		color:#585858;
		text-decoration:none;
	}
		
	a.menu3:hover{ /* Menu Links Ebene 2 - Mouse Over*/
		color:#EA047E;
		text-decoration:underline;
	}

	a.menuactiv3{ /* Menu Links Ebene 2: Markierung der aktuellen Kategorie */
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		letter-spacing: 1px;
		color:#EA047E;
		text-decoration:none;
	}

	.menuzelle4 { /* Text-Ausrichtung */
		padding: 2px 0px 2px 50px;
	}

	a.menu4{ /* Menu Links Ebene 2*/
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:12px;
		letter-spacing: 1px;
		color:#585858;
		text-decoration:none;
	}
		
	a.menu4:hover{ /* Menu Links Ebene 2 - Mouse Over*/
		color:#EA047E;
		text-decoration:underline;
	}

	a.menuactiv4{ /* Menu Links Ebene 2: Markierung der aktuellen Kategorie */
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		letter-spacing: 1px;
		color:#EA047E;
		text-decoration:none;
	}

	.locator{ /* Locator: Link*/
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#000000;
		text-decoration: none;
	}

	.locator:hover { /* Locator: Hover Effekt */
		color:#000000;
		text-decoration: underline;
	}

	.locatorlast{ /* Locator: normaler Text (nicht klickbar) */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color: #737373;
		
	}


/* ********************************************
/*		Sucheingabe und Trefferliste
/* ********************************************/
	
	.searchzelle{
		padding: 5px 0px 0px 27px;
	}

	.searchtext{ /* Beschriftung Eingabefeld (nicht klickbar) */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #585858;
	}
	
	.searchfield{ /* Suche Eingabefeld */
		border-width:1px;
		border-color:#AAAAAA;
	}
	
	.searchfieldns{ /* Suche Eingabefeld fuer NETSCAPE*/
		border-color:#AAAAAA;
	}

	.searchstart{ /* Link, um Suche auszuführen */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: bold;
		color: #585858;
		text-decoration: none;
	}
	
	.searchstart:hover{ /* Mouseover-Link, um Suche auszuführen */
		color: #EA047E;
		text-decoration: underline;
	}
	
	.searchresult{ /* Textzeile "Die Suche ergab xx Fundstellen für xxx" */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color: #0098E8;
	}
		
	.searchhits{ /* Textzeile "Treffer:.." wie oft welcher Begriff gefunden wurde */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #0098E8;
		width: 100%;
		background-color: #E8E8E8;
	}
			
	.searchrespath{ /* Pfad der einzelnen Fundstelle */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-style: italic;
		color: #808080;
	}
				
	.searchreslink{ /* Überschrift der Fundstelle */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color: #000000;
	}
					
	.searchrestext{ /* Kurztext/Textanriss der Fundstelle */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #000000;
	}

/* ********************************************
/*		Topleiste Navigation
/* ********************************************/
	
	
	.topnav{ /* Links am oberen Bildschirmrand */
		font-family: WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #E4E4E4;
		text-decoration: none;
	}	
		
	.topnav:hover{ /* Links am oberen Bildschirmrand - Mouse Over */
		color: #4195E2;
		text-decoration: underline;
	}
	
	.topadresse{ /* Texte in inc.bereich_oben.php */
		font-family: WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:11px;
		color: #CCCCCC;
	}
		
	
/* ********************************************
/*		Fusszeile
/* ********************************************/

	.footertext { /* Copyright Text in Fusszeile */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
	}
	
	.toplink { /* top */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		text-decoration: none;
	}
	
	.toplink:hover { /* top */
		color:#FF0080;
		text-decoration:underline;
	}
		
	a.recommend{ /* weiterempfehlen */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		text-decoration: none;
	}

	a.recommend:hover { /* weiterempfehlen */
		color:#FF0080;
		text-decoration:underline;
	}		
		
	a.printlink{ /* Seite drucken */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		text-decoration: none;
	}

	a.printlink:hover { /* Seite drucken */
		color:#FF0080;
		text-decoration:underline;
	}
	
	.internalid { /* ID fuer interne Verweise */
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#AAAAAA;
		text-decoration: none;
	}
	
	.bawlink {
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#AAAAAA;
		text-align: right;
		text-decoration: none;
	}
	.bawlink:hover {
		color:#000000;
		text-decoration: underline;
	}
	
/* ********************************************
/*		Newsblock Startseite
/* ********************************************/
	
	.block1heading{ /* Block Auflistung Aktuellste News - Überschrift */
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:16px;
		color: #EA047E;
	}
	
	.block2heading{ /* Block Auflistung vorgeschobene Artikel - Überschrift */
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:16px;
		color: #4195E2;
	}

	.newslistheading{ /* Überschrift einzelner Artikel-Anriss */
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:13px;
		letter-spacing: 1px;
		color: #000000;
		text-decoration:none;
	}
	
	.newslistheading:hover{ /* Überschrift einzelner Artikel-Anriss */
		color: #EA047E;
		text-decoration:underline;
	}
		
	.newslisttext{ /* Kurztext News */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #000000;
	}
			
	a.newsmore{ /* mehr..-Link am Ende vom Kurztext */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #717271;
		white-space: nowrap;
	}
			
	a.newsmore:hover{ /* mehr..-Link am Ende vom Kurztext - Mouse Over */
		color: #EA047E;
		text-decoration:underline;
	}
		
	hr.trennlinie{ /* ueber block mit news und vorgeschobenen artikeln, TELEDATA-special */
		color:#0098E8;
	}

/* ********************************************
/*		Kategorie- und Artikelauflistungen
/* ********************************************/

	.catlistheading{ /* Kategorieauflistung Überschrift */
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		letter-spacing: 1px;
		color: #000000;
	}

	.catlisttext{ /* Kategorieauflistung Einleitungstext */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height: 18px;
		color: #000000;
	}

	.catpiccaption{ /* Bildunterschrift für Kategorie-bilder */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#666666;
	}

	.listheading{ /* Überschrift Kateg./Artikel */
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:14px;
		font-weight: bold;
		letter-spacing: 1px;
		color: #000000;
		text-decoration:none;
		width: 95%;
		background-color: #E4E4E4;
	}
	
	.listheading:hover{ /* Überschrift Kateg./Artikel - Mouse Over */
		color: #EA047E;
		text-decoration:underline;
	}
		
	.listtext{ /* Kurztext Kateg. / Artikel */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #000000;
	}
		
	.listtextva{ /* Datum-Ort-Angaben bei Veranstaltungsartikel
					wird auch für Newsletter verwendet (Versand-Datum und Rubriken)
				 */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #0094E1;
	}
		
	a.listmore{ /* mehr..-Link am Ende vom Kurztext */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #000000;
		white-space: nowrap;
	}
			
	a.listmore:hover{ /* mehr..-Link am Ende vom Kurztext - Mouse Over */
		color: #EA047E;
		text-decoration:underline;
	}
	
	.imagemaplink{ /* Links unter ImageMap */
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color: #CACACA;
		text-decoration:none;
	}

	.imagemaplink:hover{ /* Links unter ImageMap */
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color: #CACACA;
		text-decoration:underline;
	}

/* ********************************************
/*		Artikel-Templates
/* ********************************************/


	.articleheading { /* Überschrift Artikel*/
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		letter-spacing: 1px;
		color: #000000;
		text-decoration: none;
	}

	.articlesubheading { /* Untertitel Artikel*/
		font-family:WarpSans, Geneva, Arial Narrow, Helvetica, sans-serif;
		font-size:14px;
		color:#4C4C4C;
		font-weight:bold;
	}
	
	.articleshorttext{ /* Artikel-Kurztext auf Detailseite */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height: 18px;
		color:#000000;
	}
	
	.articletext{ /* Artikeltext */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height: 18px;
		color:#000000;
	}

	.articletextva{ /* Veranstaltungsdaten über Artikeltext */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#0098E8;
	}

	.articletextdate{ /* VÖ-Datum Newsartikel  */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666666;
	}

	.articlepiccaption{ /* Bildunterschriften */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#666666;
		vertical-align:top;
	}
	
/* ********************************************
/*		Artikel-Templates
/* ********************************************/	


	.blaetternaktiv { /* Blättern Header : Aktive bzw. gerade dargestellte Seite  */
		font-family:Times New Roman,Times,serif;
		font-size:12px;
		font-weight:bold;
		color:#FFFFFF;
		padding: 2px;
		background-color: #0098E8;
		text-decoration:none;
	}
	
	.blaetterninaktiv { /* Blättern Header : inaktive bzw. nicht dargestellte Seiten */
		font-family:Times New Roman,Times,serif;
		font-size:12px;
		font-weight: bold;
		color:#000000;
	}
	
	.blaetterninaktiv:visited { /* Blättern Header : inaktive bzw. nicht dargestellte Seiten */
		font-family:Times New Roman,Times,serif;
		font-size:12px;
		font-weight: bold;
		color:#666666;
	}

	a.blaetternlinks{ /* Blättern weiter - zurück - Links*/
		font-family:Times New Roman,Times,serif;
		font-size:12px;
		color:#000000;
	}

	.blaetternstatus{ /* Blättern - welche Seite gerade gezeigt wird */
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#000000;
		text-decoration:none;
	}

/* ********************************************
/*		Formulare (Kontakt, Weiterempfehlen)
/* ********************************************/
	
	.formhint{	/* Hinweistext auf Pflichtfelder mit Stern */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-style:italic;
		color:#0098E8;
	}
	
	.formfieldtitle{	/* Formulare : Feldbezeichnung */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		font-weight:bold;
	}
		
	.formcomment{	/* Formulare : Text Kommentar/Leerzeile */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
	}

	.formfield{  /* Darstellung Eingabefeld */
		border-width:1px;
		border-color:#E8E8E8;
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
	}
	
	.formfieldns{  /* Darstellung Eingabefeld fuer NETSCAPE*/
		border-color:#E8E8E8;
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
	}

	.formrequired{	/* Formulare : Required Stern */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#C83CFF;
	}
	
	.formsend{	/* Textbeschriftung Button */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#585858;
		text-decoration: none;
	}
	.formsend:hover{
		color:#EA047E;
	}
	
	.formerror{	/* Fehlermeldung und Hinweise */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color:#0098E8;
	}

	.popuplink{	/* Link fuer Text-Popup (Hilfe, Datenschutz etc.) */
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#585858;
		text-decoration:underline;		
	}

    /* Andreas, 2003-08-11: Formular-Verlinkung */
	.fvlink{	/* Linktext fuer Formular-Verlinkung */
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#008C95;
		text-decoration:underline;
	}

/* ********************************************
/*		Adressverzeichnis
/* ********************************************/	

.adressname1 {/* Liste Titel Eintrag */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color:#000000;
	}

.adressname2 {/* Liste Untertitel Eintrag */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
	}
	
.adresstext {/* Liste Strasse, Ort, Land, Nummern, eMail etc. */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
	}
	
.adresstitle {/* Liste Fon: Fax: Mobil: etc. */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#999999;
	}
	
.adressoption {/* Liste aufgezählte Optionen */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
	}
	
.adressshorttext {/* Liste Kurztext */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
	}

/* ********************************************
/*		sonstiges
/* ********************************************/

	.hyperlink{	/* fuer interne/externe/media-verweise innerhalb text */
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		text-decoration:underline;		
	}


/* Andreas, 2003-10-01: Passwort-Schutz Komfort-Version für Standardprodukt */
/* ********************************************
/*		PWS Komfort und teilweise Newsletter
/* ********************************************/

	a.menulogin1{ /* Main-Menu Link "Login" */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color:#ff0000;
		text-decoration:none;
	}

	a.menulogin1:hover{ /* Main-Menu Link "Login" - Mouse Over */
		color:#0000ff;
		text-decoration:underline;
	}

	a.menuloginactiv1{ /* Main-Menu Link "Login" - Markierung der aktuellen Kategorie */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#00ff00;
		font-weight:bold;
		text-decoration:none;
	}

	a.menulogin2{ /* Sub-Menu Link "Login" */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#ff0000;
		text-decoration:none;
	}
	
	a.menulogin2:hover{ /* Sub-Menu Link "Login" - Mouse Over*/
		color:#0000ff;
		text-decoration:underline;
	}

	a.menuloginactiv2{ /* Sub-Menu Link "Login": Markierung der aktuellen Kategorie */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#00ff00;
		text-decoration:none;
	}

	a.menulogout1{ /* Main-Menu Link "Logout" */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color:#ff0000;
		text-decoration:none;
	}

	a.menulogout1:hover{ /* Main-Menu Link "Logout" - Mouse Over */
		color:#0000ff;
		text-decoration:underline;
	}

	a.menulogoutactiv1{ /* Main-Menu Link "Logout" - Markierung der aktuellen Kategorie */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#00ff00;
		font-weight:bold;
		text-decoration:none;
	}

	a.menulogout2{ /* Sub-Menu Link "Logout" */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#ff0000;
		text-decoration:none;
	}
	
	a.menulogout2:hover{ /* Sub-Menu Link "Logout" - Mouse Over*/
		color:#0000ff;
		text-decoration:underline;
	}

	a.menulogoutactiv2{ /* Sub-Menu Link "Logout": Markierung der aktuellen Kategorie */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#00ff00;
		text-decoration:none;
	}

	.logintable {  /* Tabelle fürs Login-Formular
					  wird auch für Newsletter-Abo-Formular verwendet
				   */
		width: 280px;
		border-style: solid;
		border-width: 2px 1px 1px 1px;
		border-color: #EC6F04;
	}

	.logintablediv {  /* DIV um Tabelle fürs Login-Formular
							wird auch für Newsletter-Abo-Formular verwendet
					  */
		text-align:center;
	}

	.loginfieldtitle{	/* Zellen Login-Formular: Feldbezeichnung + Eingabefeld
							wird auch für Newsletter-Abo-Formular verwendet
	                    */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#008C95;
		font-weight:bold;
		vertical-align: middle;
		padding: 5px;
	}

	.loginfield{  /* Login-Formular: Eingabefeld
					wird auch für Newsletter-Abo-Formular verwendet
	              */
		border-width:1px;
		border-color:#49ACA4;
		font-family:monospace;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
		vertical-align: middle;
	}
	
	.loginfieldns{  /* Login-Formular: Eingabefeld fuer NETSCAPE
					wird auch für Newsletter-Abo-Formular verwendet
	                */
		border-color:#49ACA4;
		font-family:monospace;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
		vertical-align: middle;
	}
	
	.loginsubmit{	/* Login-Formular: Einloggen-Link
					   wird auch für Newsletter-Abo-Formular verwendet
	                */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		padding: 1px 3px 1px 3px;
		color: #FFFFFF;
		background-color:#EC6F04;
		text-decoration: none;
		width: 75%;
		text-align: center;
	}
	
	.logintdsubmit {  /* Zellen, die Einloggen-Link + PW-Vergessen enthalten
					     wird auch für Newsletter-Abo-Formular verwendet
	                  */
		background-color: #DDDDDD;
		border-top-style: solid;
		border-top-width: 1px;
		border-color: #EC6F04;
		padding: 5px;
	}
	
	.loginpwforgotten{	/* Login-Formular: Passwort vergessen-Link */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		padding-left: 10px;
		color:#000000;
	}

	.loginregister{	/* Login-Formular: Registrieren-Link */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		padding: 1px 3px 1px 3px;
		color: #FFFFFF;
		background-color: #008C95;
		text-decoration: none;
		width: 75%;
		text-align: center;
	}
	
	.logintdregister {  /* Zellen, die Registrieren-Link enthalten */
		background-color: #CCCCCC;
		border-top-style: solid;
		border-top-width: 2px;
		border-color: #EC6F04;
		padding: 5px;
	}
	
	
/* 	Andreas, 2003-10-27: Newsletter - Standard-Version (Text-Newsletter) */
/* ********************************************
/*		Newsletter
/* ********************************************/

	.nlheadingbisher{	/* für Zwischenüberschrift "bisher verschickte Newsletter"
	                    */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#008C95;
		font-weight:bold;
		vertical-align: middle;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.nlformfielderror{	/* Markierung Fehler-Feld in Newsletter-Abo-Formular */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color:#E20D15;
		padding: 5px;
	}
	
/* ********************************************
/*		bitexma SPEZIAL
/* ********************************************/

	.techdatatable{  /* Tabellen im Texteditor für Technische Daten */
		border: solid 1px #DDDDDD;
		clear: both;
		width: 100%;
	}
	
	.techdatatitle{  /* Zell Titel "Technische Daten" */
		color: #000000;
		background-color: #DDDDDD;
	}
	
	.techdatafield{ /* Zelle Zeilenbeschriftung */
		color: #5874A8;
		border-top: 1px solid #DDDDDD;
		white-space: nowrap;
	}
	
	.techdatatext{ /* Zelle Textinhalte der Zeilen */
		color: #000000;
		border-top: 1px solid #DDDDDD;
	}
	