/****
// @fname	inc.styles.css
// @project	Steuerberater Leonhard, Leutkirch
// @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: #F4ECDF;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #F4ECDF;
		scrollbar-3dlight-color: #BEBEBE;
		scrollbar-arrow-color: #2965B1;
		scrollbar-track-color: #EBDDC5;
		scrollbar-darkshadow-color: #000000;
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0px;
	/*	background-attachment: fixed;   */
	}

	.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;
		color:#4C4C4C;
	}
	
	a {	/* Anker-Tag allgemein (insbesondere vom ActiveX-Editor erzeugte Links */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:#953C10;
		text-decoration:underline;		
	}
	
	li {  /* Bullet-Formatierung */
		list-style-type: circle;
	}
	
/* ********************************************
/*		Navigation
/* ********************************************/	

	.menuzelle1 { /* Text-Ausrichtung */
		padding: 6px 0px 3px 32px;
	}

	a.menu1{ /* Menu Links Ebene 1*/
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color:#6F6256;
		text-decoration:none;
		width: 100%;
	}

	a.menu1:hover{ /* Menu Links Ebene 1 - Mouse Over */
		color: #6F6256;
		background-color: #FAF6F0;
	}

	a.menuactiv1{ /* Menu Links Ebene 1 - Markierung der aktuellen Kategorie */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#2965B1;
		text-decoration:none;
	}

	.menuzelle2 { /* Text-Ausrichtung */
		padding: 4px 0px 5px 45px;
	}

	a.menu2{ /* Menu Links Ebene 2*/
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#6F6256;
		text-decoration:none;
		width: 100%;
	}
	
	a.menu2:hover{ /* Menu Links Ebene 2 - Mouse Over*/
		color: #6F6256;
		background-color: #FAF6F0;
	}

	a.menuactiv2{ /* Menu Links Ebene 2: Markierung der aktuellen Kategorie */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		
		color:#2965B1;
		text-decoration:none;
	}
	
	.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, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
	}

	.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;
	}

	.locatorlast{ /* 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 32px;
	}

	.searchtext{ /* Beschriftung Eingabefeld (nicht klickbar) */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #000000;
	}
	
	.searchfield{ /* Suche Eingabefeld */
		border-width:1px;
		border-color:#000000;
	}
	
	.searchfieldns{ /* Suche Eingabefeld fuer NETSCAPE*/
		border-color:#000000;
	}

	.searchstart{ /* Link, um Suche auszuführen */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: bold;
		color: #000000;
		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:12px;
		font-weight:bold;
		color: #000000;
	}
		
	.searchhits{ /* Textzeile "Treffer:.." wie oft welcher Begriff gefunden wurde */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #000000;
	}
			
	.searchrespath{ /* Pfad der einzelnen Fundstelle */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		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:12px;
		color: #6F6256;
	}

/* ********************************************
/*		Topleiste Navigation
/* ********************************************/
	
	
	.topnav{ /* Links am oberen Bildschirmrand */
		font-family: WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #30579D;
		text-decoration: none;
	}	
		
	.topnav:hover{ /* Links am oberen Bildschirmrand - Mouse Over */
		color: #000000;
		text-decoration: underline;
	}	
	
/* ********************************************
/*		Fusszeile
/* ********************************************/

	.footertext { /* Copyright Text in Fusszeile */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#C6A562;
	}
	
	.toplink { /* top */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		color:#C6A562;
		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:10px;
		font-weight:bold;
		color:#C6A562;
		text-decoration: none;
	}

	a.recommend:hover { /* weiterempfehlen */
		color:#000000;
		text-decoration:underline;
	}		

	.internalid { /* ID fuer interne Verweise */
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#EEE2CD;
		text-decoration: none;
	}
	
	.bawlink {
		font-family:WarpSans, Verdana, 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, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight: bold;
		color: #A97007;
	}
	
	.block2heading{ /* Block Auflistung vorgeschobene Artikel - Überschrift */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight: bold;
		color: #A97007;
	}

	.newslistheading{ /* Überschrift einzelner Artikel-Anriss */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color: #3376A3;
		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;
		line-height: 18px;
	}
			
	a.newsmore{ /* mehr..-Link am Ende vom Kurztext */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color: #3376A3;
		text-decoration: none;
		white-space: nowrap;
	}
			
	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:#EBDDC5;
	}

/* ********************************************
/*		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: 18px;
		color: #000000;
	}

	.catpiccaption{ /* Bildunterschrift für Kategorie-bilder */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#A97007;
	}

	.listheading{ /* Überschrift Kateg./Artikel */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color: #3376A3;
		text-decoration:none;
		vertical-align: top;
	}
	
	.listheading:hover{ /* Überschrift Kateg./Artikel - Mouse Over */
		color: #000000;
		text-decoration:underline;
	}
		
	.listtext{ /* Kurztext Kateg. / Artikel */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #000000;
		line-height: 18px;
	}
		
	.listtextva{ /* Datum-Ort-Angaben bei Veranstaltungsartikel */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #2965B1;
	}
		
	a.listmore{ /* mehr..-Link am Ende vom Kurztext */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color: #3376A3;
		text-decoration: none;
		white-space: nowrap;
	}
			
	a.listmore:hover{ /* mehr..-Link am Ende vom Kurztext - Mouse Over */
		color: #000000;
		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, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000000;
		font-weight:bold;
		text-decoration: none;
	}

	.articlesubheading { /* Untertitel Artikel*/
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666666;
		font-weight:bold;
	}
	
	.articleshorttext{ /* Artikel-Kurztext auf Detailseite */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height: 18px;
		color:#000000;
	}
	
	.articletext{ /* Artikeltext */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height: 18px;
		color:#000000;
	}

	.articletextva{ /* Veranstaltungsdaten über Artikeltext */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#2965B1;
	}

	.articletextdate{ /* VÖ-Datum Newsartikel  */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#D0A967;
	}

	.articlepiccaption{ /* Bildunterschriften */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#A97007;
		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:11px;
		font-weight:bold;
		color:#2965B1;
		text-decoration:none;
	}
	
	.blaetterninaktiv { /* Blättern Header : inaktive bzw. nicht dargestellte Seiten */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
	}
	
	.blaetterninaktiv:visited { /* Blättern Header : inaktive bzw. nicht dargestellte Seiten */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: bold;
		color:#666666;
	}

	a.blaetternlinks{ /* Blättern weiter - zurück - Links*/
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#2965B1;
	}

	.blaetternstatus{ /* Blättern - welche Seite gerade gezeigt wird */
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#2965B1;
		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:#953C10;
	}
	
	.formfieldtitle{	/* Formulare : Feldbezeichnung */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#6F6256;
	}
		
	.formcomment{	/* Formulare : Text Kommentar/Leerzeile */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#6F6256;
	}

	.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:#6F6256;
		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:#D90424;
	}
	
	.formsend{	/* Textbeschriftung Button */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#000000;
		text-decoration: none;
	}
	.formsend:hover {
		color:#000000;
		letter-spacing: 2px;
	}
	.formerror{	/* Fehlermeldung und Hinweise */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: bold;
		color:#ED4E1C;
	}

	.popuplink{	/* Link fuer Text-Popup (Hilfe, Datenschutz etc.) */
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#C6A562;
		text-decoration:underline;		
	}

    /* Andreas, 2003-08-11: Formular-Verlinkung */
	.fvlink{	/* Linktext fuer Formular-Verlinkung */
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
		text-decoration:underline;
	}

/* ********************************************
/*		Adressverzeichnis
/* ********************************************/	

.adressname1 {/* Liste Titel Eintrag */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color:#000000;
	}

.adressname2 {/* Liste Untertitel Eintrag */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
	}
	
.adresstext {/* Liste Strasse, Ort, Land, Nummern, eMail etc. */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
	}
	
.adresstitle {/* Liste Fon: Fax: Mobil: etc. */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#999999;
	}
	
.adressoption {/* Liste aufgezählte Optionen */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
	}
	
.adressshorttext {/* Liste Kurztext */
		font-family:WarpSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
	}

/* ********************************************
/*		sonstiges
/* ********************************************/

	.hyperlink{	/* fuer interne/externe/media-verweise innerhalb text */
		font-family:WarpSans, Verdana, Geneva,Arial, Helvetica, sans-serif;
		color:#953C10;
		text-decoration:underline;		
	}
	
	.topadresse{  /* oben Adresse unter Logo */
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:#FFFFFF;
		text-decoration:none;
	}