/****
// @fname	inc.styles.css
// @project	Seifenkisten.info
// @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.2003
// CHANGELOG
*/

/* ********************************************
/*		Allgemeines
/* ********************************************/

	body {
		/* scrollbar-face-color: #009DA7;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #B2B2B2;
		scrollbar-3dlight-color: #BEBEBE;
		scrollbar-arrow-color: #BEDDE6;
		scrollbar-track-color: #BEDDE6;
		scrollbar-darkshadow-color: #BEBEBE;  */
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0px;
	}

	.nichtgefunden{	/* fuer meldung "Inhalt nicht gefunden" */
		font-family:WarpSans, Verdana, 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, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
	a {  /* Definition für Links, die ohne Syntax mit dem Texteditor erstellt wurden */
		color: #000000;
	}
/* ********************************************
/*		Navigation
/* ********************************************/	

	.menuzelle1 { /* Text-Ausrichtung */
		padding: 4px 0px 3px 20px;
	}

	a.menu1{ /* Menu Links Ebene 1*/
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: bold;
		color:#CC0000;
		text-decoration:none;
	}

	a.menu1:hover{ /* Menu Links Ebene 1 - Mouse Over */
		color:#000000;
		text-decoration:underline;
	}

	a.menuactiv1{ /* Menu Links Ebene 1 - Markierung der aktuellen Kategorie */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#CC0000;
		font-weight:bold;
		font-style: italic;
		text-decoration:underline;
	}

	.menuzelle2 { /* Text-Ausrichtung */
		padding: 1px 0px 3px 40px;
	}

	a.menu2{ /* Menu Links Ebene 2*/
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#CC0000;
		text-decoration:none;
	}
	
	a.menu2:hover{ /* Menu Links Ebene 2 - Mouse Over*/
		color:#000000;
		text-decoration:underline;
	}

	a.menuactiv2{ /* Menu Links Ebene 2: Markierung der aktuellen Kategorie */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-style: italic;
		color:#CC0000;
		text-decoration:underline;
	}
	
	.menuabschnitt1{ /* Menu Links Ebene 1 - Abschnittsbildung per Kategorie "ohne Inhalt" */
	}
	
	.menuabschnitt2{ /* Menu Links Ebene 2 - Abschnittsbildung per Kategorie "ohne Inhalt" */
	}
	
	.menuinfobox{ /* Menu Infobox */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#999999;
		padding: 5px 0px 0px 20px;
	}

	.locator{ /* Locator: Link*/
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		text-decoration: none;
	}

	.locator:hover { /* Locator: Hover Effekt */
		color:#000000;
		text-decoration: underline;
	}

	.locatortext{ /* Locator: normaler Text (nicht klickbar) */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #737373;
		
	}


/* ********************************************
/*		Sucheingabe und Trefferliste
/* ********************************************/
	
	.searchzelle{
		padding: 5px 0px 0px 20px;
	}

	.searchtext{ /* Beschriftung Eingabefeld (nicht klickbar) */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #CC0000;
	}
	
	.searchfield{ /* Suche Eingabefeld */
		border-width:1px;
		border-color:#666666;
	}
	
	.searchfieldns{ /* Suche Eingabefeld fuer NETSCAPE*/
		border-color:#666666;
	}

	.searchstart{ /* Link, um Suche auszuführen */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight: bold;
		color: #CC0000;
		text-decoration: none;
	}
	
	.searchstart:hover{ /* Mouseover-Link, um Suche auszuführen */
		color: #000000;
		text-decoration: underline;
	}
	
	.searchresult{ /* Textzeile "Die Suche ergab xx Fundstellen für xxx" */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color: #CC0000;
	}
		
	.searchhits{ /* Textzeile "Treffer:.." wie oft welcher Begriff gefunden wurde */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #EC6F04;
	}
			
	.searchrespath{ /* Pfad der einzelnen Fundstelle */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-style: italic;
		color: #808080;
	}
				
	.searchreslink{ /* Überschrift der Fundstelle */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color: #000000;
	}
					
	.searchrestext{ /* Kurztext/Textanriss der Fundstelle */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #666666;
	}

/* ********************************************
/*		Topleiste Navigation
/* ********************************************/
	
	
	a.topnav{ /* Links am oberen Bildschirmrand */
		font-family: WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: bold;
		color: #CC0000;
		text-decoration: none;
	}	
		
	a.topnav:hover{ /* Links am oberen Bildschirmrand - Mouse Over */
		color: #CC0000;
		text-decoration: underline;
	}	
	
/* ********************************************
/*		Fusszeile
/* ********************************************/

	.footertext { /* Copyright Text in Fusszeile */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#777777;
	}
	
	.toplink { /* top */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#777777;
		text-decoration: none;
	}
	
	.toplink:hover { /* top */
		color:#000000;
		text-decoration:underline;
	}
		
	a.recommend{ /* weiterempfehlen */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#777777;
		text-decoration: none;
	}

	a.recommend:hover { /* weiterempfehlen */
		color:#000000;
		text-decoration:underline;
	}		

	.internalid { /* ID fuer interne Verweise */
		font-family:WarpSans, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#999999;
	}

/* ********************************************
/*		Newsblock Startseite
/* ********************************************/
	
	.block1heading{ /* Block Auflistung Aktuellste News - Überschrift */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color: #CC0000;
	}
	
	.block2heading{ /* Block Auflistung vorgeschobene Artikel - Überschrift */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color: #CC0000;
	}

	.newslistheading{ /* Überschrift einzelner Artikel-Anriss */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color: #000000;
		text-decoration:none;
	}
	
	.newslistheading:hover{ /* Überschrift einzelner Artikel-Anriss */
		color: #000000;
		text-decoration:underline;
	}
		
	.newslisttext{ /* Kurztext News */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #000000;
	}
			
	a.newsmore{ /* mehr..-Link am Ende vom Kurztext */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color: #000000;
	}
			
	a.newsmore:hover{ /* mehr..-Link am Ende vom Kurztext - Mouse Over */
		color: #000000;
		text-decoration:underline;
	}
		
	hr.trennlinie{ /* ueber block mit news und vorgeschobenen artikeln, TELEDATA-special */
		color:#CC0000;
	}

/* ********************************************
/*		Kategorie- und Artikelauflistungen
/* ********************************************/

	.catlistheading{ /* Kategorieauflistung Überschrift */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;
		color: #000000;
	}

	.catlisttext{ /* Kategorieauflistung Einleitungstext */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		line-height: 16px;
		color: #000000;
	}

	.catpiccaption{ /* Bildunterschrift für Kategorie-bilder */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#777777;
	}

	.listheading{ /* Überschrift Kateg./Artikel */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color: #000000;
		text-decoration:none;
	}
	
	.listheading:hover{ /* Überschrift Kateg./Artikel - Mouse Over */
		color: #CC0000;
		text-decoration:underline;
	}
		
	.listtext{ /* Kurztext Kateg. / Artikel */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #000000;
	}
		
	.listtextva{ /* Datum-Ort-Angaben bei Veranstaltungsartikel */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #CC0000;
	}
		
	a.listmore{ /* mehr..-Link am Ende vom Kurztext */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color: #000000;
	}
			
	a.listmore:hover{ /* mehr..-Link am Ende vom Kurztext - Mouse Over */
		color: #CC0000;
		text-decoration:underline;
	}
	
	.imagemaplink{ /* Links unter ImageMap */
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color: #777777;
		text-decoration:none;
	}

	.imagemaplink:hover{ /* Links unter ImageMap */
		text-decoration:underline;
	}

/* ********************************************
/*		Artikel-Templates
/* ********************************************/


	.articleheading { /* Überschrift Artikel*/
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#000000;
		font-weight:bold;
	}

	.articlesubheading { /* Untertitel Artikel*/
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#777777;
		font-weight:bold;
	}
	
	.articleshorttext{ /* Artikel-Kurztext auf Detailseite */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height: 16px;
		color:#000000;
	}
	
	.articletext{ /* Artikeltext */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height: 16px;
		color:#000000;
	}

	.articletextva{ /* Veranstaltungsdaten über Artikeltext */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#CC0000;
	}

	.articletextdate{ /* VÖ-Datum Newsartikel  */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
	}

	.articlepiccaption{ /* Bildunterschriften */
		font-family:WarpSans, Verdana, 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:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		background-color: #EF3535;
		color:#FFD77D;
		text-decoration:none;
	}
	
	.blaetterninaktiv { /* Blättern Header : inaktive bzw. nicht dargestellte Seiten */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
	}
	
	.blaetterninaktiv:visited { /* Blättern Header : inaktive bzw. nicht dargestellte Seiten */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#DDDDDD;
	}

	a.blaetternlinks{ /* Blättern weiter - zurück - Links*/
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
	}

	.blaetternstatus{ /* Blättern - welche Seite gerade gezeigt wird */
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
		text-decoration:none;
	}

/* ********************************************
/*		Formulare (Kontakt, Weiterempfehlen)
/* ********************************************/
	
	.formhint{	/* Hinweistext auf Pflichtfelder mit Stern */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-style:italic;
		color:#CC0000;
	}
	
	.formfieldtitle{	/* Formulare : Feldbezeichnung */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		font-weight:bold;
	}
		
	.formcomment{	/* Formulare : Text Kommentar/Leerzeile */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
	}
	
	.formfield{  /* Darstellung Eingabefeld */
		border-width:1px;
		border-color:#AAAAAA;
		font-family:monospace;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
	}
	
	.formfieldns{  /* Darstellung Eingabefeld fuer NETSCAPE*/
		border-color:#AAAAAA;
		font-family:monospace;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
	}

	.formrequired{	/* Formulare : Required Stern */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#CC0000;
	}
	
	.formsend{	/* Textbeschriftung Button */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#CC0000;
	}
	
	.formerror{	/* Fehlermeldung und Hinweise */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: bold;
		font-style: italic;
		color:#000000;
	}

	.popuplink{	/* Link fuer Text-Popup (Hilfe, Datenschutz etc.) */
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		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;
	}

/* ********************************************
/*		sonstiges
/* ********************************************/

	.hyperlink{	/* fuer interne/externe/media-verweise innerhalb text */
		font-family:WarpSans, Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		text-decoration:underline;		
	}