/****
// @fname	inc.leutkirch.css
// @project	Stadt Leutkirch / KLWA
// @descr	Stylesheet
// @creator	brain-at-work GmbH - Bahnhofstra�e 21 - 88299 Leutkirch
// @author	Georg Weiss - g.weiss@brain-at-work.de
// @date	01.02.2002
// 
// CHANGELOG
*/

/* ********************************************
/*		Allgemeines
/* ********************************************/
	
	body {
		
		scrollbar-face-color: #CDCDCD;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #B3B3B3;
		scrollbar-3dlight-color: #CDCDCD;
		scrollbar-arrow-color: #285991;
		scrollbar-track-color: #E6E6E6;
		scrollbar-darkshadow-color: #B3B3B3;
	}
	
	*	{ font-family:Arial, Helvetica, sans-serif; }
	
	a.submenu:link{ /* Menu Links */
		font-size:8pt;
		color:#2074A3;
		letter-spacing:0.2mm;
		font-weight:normal;
		text-decoration:none;
	}
	
	a.submenu:hover{ /* Menu Links - Mouse Over*/
		font-size:8pt;
		color:#F26522;
		letter-spacing:0.2mm;
		font-weight:normal;
		text-decoration:underline;
	}
	
	a.submenu:visited{ /* Menu Links - Bereits Betrachtet */
		font-size:8pt;
		color:#2074A3;
		letter-spacing:0.2mm;
		font-weight:normal;
		text-decoration:none;
	}
	
	a.submenu:visited:hover{ /* Menu Links - Bereits Betrachtet - Mouse Over*/
		font-size:8pt;
		color:#F26522;
		letter-spacing:0.2mm;
		font-weight:normal;
		text-decoration:none;
	}

	.locator{ /* Locator: Link*/
		font-size:8pt;
		color:#999999;
		text-decoration: none;
	}

	.locator:hover { /* Locator: Hover Effekt */
		font-size:8pt;
		color:#1A8B38;
		text-decoration: underline;
	}

	.locatortext{ /* Locator: normaler Text (nicht klickbar) */
		font-size:8pt;
		color: #999999;
		
	}

	.bildunterschrift{ /* Bildunterschrift f�r alle Bilder */
		font-size:7pt;
		color:#0C6478;
	}

	.fusszeile{ /* Copyright Text in Fusszeile */
		font-size:8pt;
		color:#758689;
	}

	.keineinfos{ /* Meldung : Keine Daten vorhanden */
		font-size:10pt;
		font-style:italic;
		color:#C73B10;
	}

/* ********************************************
/*		Tunnelseite
/* ********************************************/

	.startpageseperator{
		font-size:10pt;
		color:#0C6478;
	}
	
	.startpageweekday{
		font-size:10pt;
		color:#0C6478;
	}
	
	.startpagedate{
		font-size:10pt;
		color:#0C6478;
	}
	
	.startpagetime{
		font-size:10pt;
		color:#0C6478;
	}

/* ********************************************
/*		Kategorien Styles 
/*		(jede Kategorie besitzt andere Color)
/* ********************************************/
	
	.catlistheading{ /* �berschrift K&B*/
		font-size:11pt;
		font-weight:bold;
		color: #285991;
	}
	
	.adresselink{ /* Allgemeiner Link auf externe Seiten : Adressblock */
		font-size:10pt;
		font-weight:bold;
		color:#1A8B38;
	}
	.adresseemail{ /* Allgemeiner Mailto: Link  : Adressblock */
		font-size:10pt;
		font-weight:bold;
		color:#1A8B38;
	}

/* ********************************************
/*		Kategorieauflistungen
/* ********************************************/

	.katlistheading{ /* Kategorieauflistung �berschrift */
		font-size:10pt;
		font-weight:bold;
		color: #1A8B38;
	}
	
	.sahomekatlistheading{ /* Startseite : Kategorieauflistung �berschrift */
		font-size:9pt;
		font-weight:bold;
		color: #285991
	}

	.katlisttext{ /* Kategorieauflistung Text */
		font-size:8pt;
		line-height:11pt;
		font-weight:normal;
		color: #6B6F7E;
	}

	.katlisteinleitung { /* Einleitungstext bei Kategoriedetailseiten */
		font-size:9pt;
		color:#6B6F7E;
	}

/* ********************************************
/*		Artikelauflistung 1
		( Allgemeine Hilfe / Suchtipps / Nutzungsbed. / Impressum /...)
/* ********************************************/
	.artikeltext{ /* Artikel Auflistung Text z.b Suchtipps, hilfe, impressum */
		font-size:10pt;
		color:#6B6F7E;
	}

/* ********************************************
/*		Artikelauflistung 2
		(Veranstaltungskalender / Freizeiteinrichtungen / Sehenswuerdigkeiten / ...)
/* ********************************************/

	.alistheading { /* Link �berschrift */
		font-size:10pt;
		color:#285991;
		line-height:10pt;
		font-weight:bold;
	}

	.alisttext { /* Abriss Einleitungstext */
		font-size:9pt;
		color:#6B6F7E;
	}

	.alistdatum { /* Datum oder Zeitraum */
		font-size:9pt;
		color:#6B6F7E;
		font-weight:bold;
	}

	.alistkategorien { /* Kategorien im Veranstaltungskalender */
		font-size:9pt;
		color:#6B6F7E;
	}

	.alistort { /* Ort bzw. Teilort Angabe */
		font-size:9pt;
		color:#6B6F7E;
	}
	
	.alistzimmer { /* Zimmer Angabe */
		font-size:9pt;
		color:#6B6F7E;
	}

	.alistpreise { /* Preise Angabe */
		font-size:9pt;
		color:#6B6F7E;
	}

	.alistbetten { /* Betten Angabe */
		font-size:9pt;
		color:#6B6F7E;
	}

	.aliststerne { /* Sterne Angabe */
		font-size:9pt;
		color:#6B6F7E;
	}

	.alistqm { /* Tagungsstaetten Quadratmeter */
		font-size:9pt;
		font-weight:bold;
		color:#6B6F7E;
	}
	
	.alistpersonen { /* Tagungsstaetten Personen */
		font-size:9pt;
		color:#6B6F7E;
	}
	
	.alistbuehne { /* Tagungsstaetten Buehne */
		font-size:9pt;
		color:#6B6F7E;
	}
	
	.alistkueche { /* Tagungsstaetten Kueche */
		font-size:9pt;
		color:#6B6F7E;
	}
	
	.alistsortierung { /* Text "Sortierung nach:" */
		font-size:9pt;
		color:#6B6F7E;
	}
	
	.alistvereinkat { /* Vereinskategorien */
		font-size:9pt;
		font-weight:bold;
		color:#688088;
	}
	
	.blaetternaktiv { /* Bl�ttern Header : Aktive bzw. gerade dargestellte Seite (ROT) */
		font-size:10pt;
		color:#C73B10;
		font-weight:bold;
		text-decoration:none;
	}
	
	.blaetterninaktiv { /* Bl�ttern Header : inaktive bzw. nicht dargestellte Seiten (Blau) */
		font-size:10pt;
		color:#285991;
		text-decoration:none;
	}
	
	.blaetternlinks:link { /* Bl�ttern Footer Links */
		font-size:10pt;
		color:#285991;
		text-decoration:none;
	}
	
	.blaetternlinks:hover { /* Bl�ttern Footer Links */
		font-size:10pt;
		color:#F26522;
		text-decoration:none;
	}
	
	.blaetternlinks:visited { /* Bl�ttern Footer Links */
		font-size:10pt;
		color:#285991;
		text-decoration:none;
	}

/* ********************************************
/*		Artikelauflistung 3
		(Schulen / Archive / Europa Akademie / ...)
/* ********************************************/
	.alist3heading {
	/* �berschrift (z.b. Schulenname) */
	font-size:9pt;
	color:#1A8B38;
	font-weight:bold;
	text-decoration: underline;
}

	.alist3details { /* Link " >> Details" */
		font-size:10pt;
		color:#1A8B38;
		font-weight:bold;
		text-decoration:none;
	}

	.alist3zusatz{ /* Ausbildungsbereiche */
		font-size:8pt;
		color:#6B6F7E;
	}
	
	.schulenurl{ /* Internetadresse Schulen */
		font-size:10pt;
		color:#1A8B38;
	}

/* ********************************************
///		Artikelauflistung 4
//		(Stadtbereiche)
/* ********************************************/
	.alist4heading { /* Link �berschrift */
		font-size:10pt;
		color:#285991;
		font-weight:bold;
	}
	
	.alist4text { /* Abriss Einleitungstext */
		font-size:9pt;
		color:#6B6F7E;
	}

	.alist4ortschaft {/* Ort bzw. Teilort Angabe */
		font-size:9pt;
		color:#6B6F7E;
	}
	
	.alist4adressetext { /* Allgemeiner Mailto: Link  : Adressblock */
		font-size:10pt;
		font-weight:bold;
		color:#307080;
		padding-top: 5px;
	}
	
	.alist4adresselink { /* Allgemeiner Mailto: Link  : Adressblock */
		font-size:10pt;
		font-weight:bold;
		color:#1A8B38;
	}
	
	.alist4adresseemail { /* Allgemeiner Mailto: Link  : Adressblock */
		font-size:10pt;
		font-weight:bold;
		color:#1A8B38;
	}
	
	.alist4adressedot { /* Adressblock : Punkt Trenner */
		font-size:10pt;
		color:6B6F7E;
	}
	
/* ********************************************
/*		Anforderungsformulare
/* ********************************************/

	/* Auf Artikelseiten unten */
	
	/* Anforderungsformulare: Heading ("zum Thema bestellbar" oder so)
	*/
	.afheading{
		font-size:11pt;
		color:#637474;
		font-style:italic;
		font-weight:bold;
	}

	/* Anforderungsformulare: Text (Links) */
	.afbody{
		font-size:10pt;
		color:#1A8B38;
	}

	/* Anforderungsformulare: Gemeinde/allgemein */
	.afgemeinde{
		font-size:10pt;
		color:#6B6F7E;
		font-style:italic;
	}

	/* Hauptseite Anforderungsformulare */
	
	/* Einleitungstext */
	.aftext {
		font-size:10pt;
		color:#285991;
	}
	
	/* Abschnitte (Gemeinden / Adressdaten) */
	.afchapterhead {
		font-size:10pt;
		color:#285991;
	}
	
	.afchaptertext {
		font-size:10pt;
		color:#6B6F7E;
	}
	
	/* Formularfelder Texte*/
	.afformtext{
		font-size:10pt;
		color:#6B6F7E;
	}

/* ********************************************
/*		News-Bloecke
/* ********************************************/

	.newspfad{ /* Kategoriepfad News */
		font-size:8pt;
		color:#969AA8;
	}

	.newsheading{ /* �berschrift = Link */
		font-size:8pt;
		color:#1A8B38;
		font-weight:bold;
	}
	
	.newsheading:hover{
		font-size:8pt;
		color:#F26522;
		font-weight:bold;
	}
	
	.newstext{ /* Textabschnitt */
		font-size:8pt;
		color: #6B6F7E;
	}
	
	.newstextnonews{ /* Text Meldung "keine News" */
		font-size:10pt;
		color: #6B6F7E;
	}
	
/* ********************************************
/*		VA-Bloecke
/* ********************************************/

	.vapfad{ /* Kategoriepfad und Datum VA */
		font-size:8pt;
		color:#969AA8;
	}

	.vaheading{ /* �berschrift = Link VA */
		font-size:8pt;
		color:1A8B38;
		font-weight:bold;
	}
	
	.vaheading:hover{
		font-size:8pt;
		color:#F26522;
		font-weight:bold;
	}

/* ********************************************
/*		Templates
/* ********************************************/

	.templateheading{ /* �berschrift */
		font-size:12pt;
		color: #285991;
		font-weight:bold;
	}
	
	.templatedatum{ /* Datum und Pfad (bei News Artikeln) */
		font-size:8pt;
		color: #969AA8;
	}

	.templatetext{ /* Text */
	
		font-size:10pt;
		color:#6B6F7E;
		margin-left:20px;
	}

	.dateienzumthemaheading{ /* Dateien zum Thema : �berschrift */
		font-size:10pt;
		color:#285991;
		font-style:italic;
	}
	
	.dateienzumthemabullet{ /* Dateien zum Thema : Bullet */
		font-size:14pt;
		color:#1A8B38;
	}
	
	.dateienzumthemalink{ /* Dateien zum Thema : Link */
		font-size:10pt;
		color:#1A8B38;
	}
	
	.sonstigedatentable{ /* Tabellenhintergrund f�r Links zum Thema*/
		background-color:#FFFFEB;
	}

	.linkszumthematable{
	/* Tabellenhintergrund f�r Links zum Thema*/
		background-color : #FFFFEB;
}

	.linksapartnerheading{ /* Interessante Links zum Thema : Ansprechpartner �berschrift */
		font-size:10pt;
		color:#285991;
		font-style:italic;
	}
	
	.linksapartnertitel{ /* Interessante Links zum Thema : Ansprechpartner Titel */
		font-size:10pt;
		color:#1A8B38;
		font-weight:bold;
	}
	
	.linksapartnerlink{ /* Interessante Links zum Thema : Ansprechpartner Link */
		font-size:10pt;
		color:#1A8B38;
		font-weight:bold;
	}
	
	.linksdateienheading{ /* Interessante Links zum Thema : Dateien �berschrift */
		font-size:10pt;
		color:#285991;
		font-style:italic;
	}
	
	.linksdateienlink{ /* Interessante Links zum Thema : Dateien Link */
		font-size:10pt;
		color:#1A8B38;
	}
	
	.linksdateienlink:visited{ /* Interessante Links zum Thema : Dateien Link */
		font-size:10pt;
		color:#1A8B38;
	}

	.linksthemarubrik {
		font-size:10pt;
		color:#1A8B38;
	}
	.linksthemalink {
		font-size:10pt;
		color:#f4703e;
	}

	.elinktext{ /* externe Links in Standard-Templates */
		font-size:10pt;
		color:#1A8B38;
	}

	.ilinktext{ /* interne Links in Standard-Templates */
		font-size:10pt;
		color:#1A8B38;
	}

	.mailtotext{ /* externer Mailto Link in Standard-Templates */
		font-size:10pt;
		color:#1A8B38;
	}

/* ********************************************
/*		Formulare Allgemein
/* ********************************************/
	
	.formnewsearch{	/* Formulare : Meldung "neue Suche" */
		font-size:10pt;
		font-weight: bold;
		color:#305C98;
		
	}
	
	.formbereich{ /* Bereichs�berschrift */
		font-size:10pt;
		color:#285991;
		font-weight:bold;
	}
	
	.formheading{	/* Formulare : Feldbezeichnung */
		font-size:9pt;
		color:#6B6F7E;
		line-height:10pt;
		font-weight:bold;
	}
	
	h4
	{
		margin: 0;
		line-height: 130%;
		border-bottom: 1px solid #6B6F7E;
	}

	.formitem{	/* Text von Optionen Checkbox / Radio */
		font-size:9pt;
		color:#6B6F7E;
	}

	.formrequired{	/* Formulare : Required Stern */
		font-size:10pt;
		color:#C73B10;
	}

	.formerror{	/* Fehlermeldung und Hinweise */
		font-size:10pt;
		color:#C73B10;
	}

	/* fuer Formulare (hauptsaechlich fuer Netscape, damit dort bei Font-Preference-
	    Aenderungen die Eingabefelder nicht die Groesse aendern)
	*/
	.monospace {
		font-size:10pt;
		font-weight:normal;
		text-decoration:none;
	}
/*****************************************************
		Online Veranstaltungs-Eingabe im FrontEnd
*****************************************************/	
	.va_online_body
	{
	background-image:url(images/w_content.gif);
	
	}
	.formheading1{	/* Formulare : Feldbezeichnung */
		font-size:9pt;
		color:#6B6F7E;
		line-height:10pt;
		font-weight:bold;
		margin-left:20px;
		background-image:url(images/wall_underlines.gif);
	}
	.formonlineva
	{
	width:260px;
	}
	.formonlinesubmit
	{
	background-color:#E3E3E3;
	border:0;
	height:30px;
	width:130px;
	background-image:url(data/kategorien_lang/bild_online_va_melden_submit.gif);
	cursor:pointer;
	}

/* ********************************************
/*		Sitemap
/* ********************************************/

	a.smebene1:link{
		font-size:10pt;
		color:#285991;
		font-weight:bold;
		line-height:10pt;
		text-decoration:none;
	}

	a.smebene1:visited{
		font-size:10pt;
		color:#647B7B;
		font-weight:bold;
		line-height:10pt;
		text-decoration:none;
	}
	a.smebene2:link{
		font-size:9pt;
		color:#647B7B;
		line-height:10pt;
		font-style:normal;
		text-decoration:none;
	}

	a.smebene2:visited{
		font-size:9pt;
		color:#647B7B;
		line-height:10pt;
		font-style:normal;
		text-decoration:none;
	}
	
	a.smebene3:link{
		font-size:8pt;
		color:#83A0B7;
		font-style:normal;
		text-decoration:none;
	}

	a.smebene3:visited{
		font-size:8pt;
		color:#83A0B7;
		font-style:normal;
		text-decoration:none;
	}
	

/* ********************************************
/*		Adressverzeichnis
/* ********************************************/

	.adrebene1{
		font-size:10pt;
		color:#285991;
		line-height:10pt;
		font-weight:bold;
	}

	.adrebene2{
		font-size:9pt;
		line-height:10pt;
		color:#6793B4;
	}

	.adrebene3{
		font-size:8pt;
		color:#83A0B7;
		font-style:normal;
	}

	.adrverzfilter{ /* Gemeindename */
		font-size:8pt;
		color:#CB350D;
		font-style:normal;
	}

	a.adrverzkontakt:link{ /*Kontaktlink */
		font-size:8pt;
		color:#CB350D;
		font-style:normal;
		text-decoration:none;
	}

	a.adrverzkontakt:visited{
		font-size:8pt;
		color:#CB350D;
		font-style:normal;
		text-decoration:none;
	}

/* ********************************************
/*		Veranstaltungskalender (Formular)
/* ********************************************/

	.vkkategorien{ /* Veranstaltungskalender Detailseite : Veranstaltungskategorien */
		font-size:8pt;
		color:#C73B10;
		background-color: #CFDCDC;
	}
	
	.vkort{ /* Veranstaltungskalender Detailseite : Ort */
		font-size:10pt;
		color:#758689;
	}
	
	.vkzielgruppe{ /* Veranstaltungskalender Detailseite : Zielgruppe */
		font-size:10pt;
		color:#758689;
	}
	
	.vkeinleitung{ /* Veranstaltungskalender Detailseite : Einleitungstext */
		font-size:10pt;
		color:#758689;
	}

/* ********************************************
/*		Kalender
/* ********************************************/

	/* Kalender: sonntage */
	.calendarsunday{
		font-size:8pt;
		color:#C84418;
		text-decoration:none;
	}

	/* Kalender: grau */
	.calendargrey{
		font-size:8pt;
		color:#959595;
		text-decoration:none;
	}

	/* Kalender: offen */
	.calendaropen{
		font-size:8pt;
		color:#D1FFA4;
		text-decoration:none;
	}

	.calendarheading { /* �berschrift Kalender */
		font-size:10pt;
		color:#0C6478;
	}
	
	.calendardeactivated { /* Text "Kalender deaktiviert" */
		font-size:10pt;
		color:#0C6478;
	}

/* ********************************************
/*		K&B - Schulen (Detailseite)
/* ********************************************/
	.schulentext{ /* Einleitungstext */
		font-size:10pt;
		color:#0C6478;
	}

	.schulenausbildungheading{ /* Ausbildungsbereiche �berschrift */
		font-size:10pt;
		color:#86cdde;
		font-weight: bold;
	}

	.schulenausbildungtext{ /* Ausbildungsbereiche Text */
		font-size:10pt;
		color:#b6e7f3;
	}
	
	.schulenadresseheading{ /* Adresse �berschrift */
		font-size:10pt;
		color:#0C6478;
		font-weight:bold;
	}
	
	.schulenadressetext{ /* Adresse Text */
		font-size:10pt;
		color:#0C6478;
	}
	
	.schulenadresseemail{ /* Adresse Text */
		font-size:10pt;
		color:#0C6478;
	}

/* ********************************************
/*		allg. Standard Einleitung
/* ********************************************/
	.stdeinleitungtext{ /* Einleitungstext */
		font-size:9pt;
		color:#0C6478;
	}
	

/* ********************************************
/*		F&T - Teilortauswahl bei Vereine / Tagungsstaetten
/* ********************************************/

	.auflistungteilortelink { /* Liste der Teilorte z.b Vereine / Tagungsst�tten */
		font-size:10pt;
		color:#808f92;
		font-weight:bold;
	}
	
	.auflistungteilortetext { /* Liste der Teilorte z.b Vereine / Tagungsst�tten */
		font-size:10pt;
		font-weight:bold;
		color:#808f92;
		
	}


/* ********************************************
/*		F&T - allgemeiner Infoblock (grau)
/*		(bei Zimmerinformationen / Veranstaltungskalender)
/* ********************************************/

	.zusatzinfoheading { 
		font-size:8pt;
		color:#808f92;
	}
	
	.zusatzinfotext { 
		font-size:8pt;
		color:#0C6478;
	}
	
	.ftadressblockheading { /* linker Teil Addressblock */
		font-size:9pt;
		font-weight:bold;
		color:#0C6478;
		background-color:#F7F6DE;
	}

	.ftadressblocktext { /* rechter Teil Addressblock */
		font-size:9pt;
		font-weight:bold;
		color:#0C6478;
		background-color:#F7F6DE;
	}

	.leistungenheading { /* Hotelleistungen : �berschrift */
		font-size:9pt;
		color:#108DAC;
		line-height:10pt;
		font-weight:bold;
	}

/* ********************************************
/*		F&T - Zimmerinfo - Buchungsanfrage
/* ********************************************/
	.anfrageadresse{ /* Adresse des Betreibers */
		font-size:10pt;
		color:#0C6478;
	}
	
	.anfrageobjekt{ /* ausgew�hltes Objekt */
		font-size:10pt;
		color:#0C6478;
	}
	
/* ********************************************
/*		F&T - Zimmerinfo
/* ********************************************/

	.ftweiteredesbetreibers { /*  Ueberschrift "weitere Zimmer des Betreibers" */
		font-size:10pt;
		color:#0C6478;
	}
	.ftweiteredesbetreiberslink { /* Links */
		font-size:10pt;
		color:#108DAC;
		text-decoration:none;
	}

/* ********************************************
/*		F&T - Tagungsst�tten
/* ********************************************/
	.tagunginfoheading {
		font-size:9pt;
		color:#108DAC;
		line-height:10pt;
		font-weight:bold;
	}

	.tagunginfotext {
		font-size:9pt;
		color:#108DAC;
		line-height:10pt;
	}
	
	.tagungsstaettenheading{
		font-size:10pt;
		color:#108DAC;
		font-weight:bold;
	}
	
	.tagungsstaettenname{
		font-size:10pt;
		color:#F05410;
		font-weight:bold;
		text-decoration:none;
	}
	
	.tagungsstaettenzusatzinfo{
		font-size:10pt;
		color:#108DAC;
	}
	
	.tagungsstaettendetaillink{
		font-size:8pt;
		color:#687478;
		text-decoration:none;
	}
/* ********************************************
/*		F&T - Vereine
/* ********************************************/

	.vereinelistelink { /* Detail-Link */
		font-size:10pt;
		color:#F05410;
		font-weight: bold;
	}
	
	.vereinelisteort { /* Liste Ortsangabe */
		font-size:10pt;
		color:#0C6478;
	}
	
	.vereinedresseheading{ /* Adresse �berschrift */
		font-size:10pt;
		color:#0C6478;
		font-weight:bold;
	}
	
	.vereineadressetext{ /* Adresse Text */
		font-size:10pt;
		color:#0C6478;
	}
	
	.vereineadresseemail{ /* Adresse Text */
		font-size:10pt;
		color:#0C6478;
	}
	
	.vereineinternet{ /* Internet URL */
		font-size:10pt;
		font-weight: bold;
		color:#1A8B38;
	}
	
	.vereineinfoblock { /* zus�tzliche Info's Block */
		font-size:10pt;
		color:#0C6478;
	}
	
	.vereinekontaktblock { /* Kontaktblock Hintergrund */
		font-size:10pt;
		color:#b6e7f3;
		background-color:#F7F6DE;
	}
	
/* ********************************************
/*		F&T - Pressebereich
/* ********************************************/
	.presselistheading{ /* �berschrift Presse Kategorie */
		font-size:12pt;
		color:#C73B10;
		font-weight:bold;
	}
	
	.presselistlink{ /* Link zur Detailseite */
		font-size:10pt;
		color:#108DAC;
		text-decoration:none;
	}
	
	.presselistkatlist{ /* Kategorieauflistung oben rechts */
		font-size:8pt;
		color: 1A8B38;
		font-weight:bold;
		text-decoration: none;
		background-color:#F7F6DE;
	}
	
	.presselistkatlist:hover {
		color: #F26522;
	}

	.presseeinleitung{ /* Einleitungstext Detailseite */
		font-size:10pt;
		font-weight:normal;
		color: #0C6478;
	}

	.presselinkdownload{ /* Textlink "Download" */
		font-size:10pt;
		color:#758689;
		font-weight:bold;
		text-decoration:none;
	}
	
	.pressepopuphinweis{ /* Presse Download Popup Hinweistext */
		font-size:10pt;
		color: white;
	}
	.pressepopuptext{ /* Presse Download Popup Hinweistext */
		font-size:10pt;
		color: white;
	}

/* ********************************************
/*		SE - GLOBALE SUCHE
/* ********************************************/

	.suchwortheading{ /* Text "Treffer" bei globaler Suche */
		font-size:8pt;
		color:#808f92;
		font-style:italic;
	}
	
	.suchworttext{ /* gefundene W�rter bei globaler Suche */
		font-size:8pt;
		color:#C73B10;
	}
	
	.suchepfad{ /* Kategoriepfad */
		font-size:8pt;
		color:#108DAC;
	}

/* ********************************************
/*		P&U
/* ********************************************/

	.pukartetextueberkarte { /* P&U - Karte : Text �ber Karte */
		font-size:10pt;
		color:#969AA8;
	}
	
	.pukartelinks { /* P&U - Karte : Links */
		font-size:10pt;
		font-weight:bold;
		color:#1A8B38;
		text-decoration:none;
	}

	.puhistentwicklung{ /* Jahreszahlen-links in P & U Historische Entwicklung */
		font-size:10pt;
		color: white;
		text-decoration:none;
	}
	
	.puhisteintwicklungzeitstrahl { /* "Zeitstrahl" in P & U Historische Entwicklung */
		font-size:11pt;
		color:#758689;
		font-weight:bold;
		text-decoration:none;
	}
	
	.puhistentwicklungtable{
		background-color:#285991;
	}
	
	.puhistentwicklungdetail:link { /* Detailslink in P & U Historische Entwicklung */
		font-size:10pt;
		color:#969AA8;
		text-decoration:none;
	}

	.puhistentwicklungdetail:visited { /* Detailslink in P & U Historische Entwicklung */
		font-size:10pt;
		color:#969AA8;
		text-decoration:none;
	}

/* ********************************************
/*		Rathaus und Service
/* ********************************************/

	.alphanav{ /* Wer Was Wo : Sprnglinks */
		font-size:8pt;
		color: white;
		font-weight:bold;
		text-decoration:none;
	}

	.werwaswotext{ /* Wer Was Wo : Text */
		font-size:10pt;
		color:#0C6478;
	}
	
	.werwaswoheading{ /* �berschrift Presse Kategorie */
		font-size:12pt;
		color:#C73B10;
		font-weight:bold;
	}
	
	.werwaswoapartner{ /* Wer Was Wo : Ansprechpartnerdaten */
		font-size:10pt;
		font-weight:bold;
		color:#305C98;
	}
	
	.werwaswoapartnerzusatz{ /* Wer Was Wo : Ansprechpartner Zusatztext */
		font-size:10pt;
		color:#0C6478;
	}
	
	.werwaswowaufgabenheading{ /* Wer Was Wo : Aufgaben */
		font-size:10pt;
		font-weight: bold;
		color:#6B6F7E;
	}
	
	.werwaswowaufgabenlinks{ /* Weitere Aufgaben (Links) */
		font-size:8pt;
		font-weight: normal;
		color:#6B6F7E;
	}
	
	.werwaswoformulare{ /* Wer Was Wo : Formulare */
		font-size:10pt;
		font-weight:bold;
		color:#0C6478;
	}

	.formservicekatheading{ /* Formularservice : Kategorie�berschrift */
		font-size:12pt;
		color:#285991;
		font-weight:bold;
	}

	.formservicelistheading{ /* Formularservice : Listenpunkt */
		font-size:10pt;
		color:#1A8B38;
		line-height:10pt;
		font-weight:bold;
	}
	
	.formservicelisttext{
		font-size:10pt;
		color:#6B6F7E;
	}

/* ********************************************
/*		SA Stadt
/* ********************************************/

	.sastadtortschaften{
		font-size:8pt;
		color:#1A8B38;
		letter-spacing:0.2mm;
		font-weight:normal;
	}
	
/* ********************************************
/*		SA Home
/* ********************************************/
	
	
	.sahometourentext{ /* Text in Fernbedienung f�r Touren */
		font-size:8pt;
		color:#0C6478;
	}
	
	.sahometourenelink{ /* externe Links in Fernbedienung f�r Touren */
		font-size:8pt;
		color:#108DAC;
	}

	.sahometourenilink{ /* interne Links in Fernbedienung f�r Touren */
		font-size:8pt;
		color:#108DAC;
	}

	.sahometourenmailto{ /* externer Mailto Link in Fernbedienung f�r Touren */
		font-size:8pt;
		color:#108DAC;
	}
	
/* ********************************************
/*		Umfrage
/* ********************************************/

	.umfrageheading{ /* Umfrage Ueberschrift */
		font-size:10pt;
		color:#ED3F1C;
		font-weight:bold;
	}

	.umfragetext {
		font-size:10pt;
		color:#108DAC;
	}

	.umfrageantworten {
		font-size:10pt;
		color:#ED3F1C;
		font-weight:bold;
	}
	
	.umfragezahl {
		font-size:8pt;
		color:#000000;
		font-weight:bold;
	}
	
	.umfrageoptions {
		font-size:8pt;
		color:#000000;
		font-weight:bold;
	}
	
	a.umfrageoptions:link {
		font-size:8pt;
		color:#6B7A7E;
		font-weight:bold;
	}
	
	a.umfrageoptions:visited {
		font-size:8pt;
		color:#000000;
		font-weight:bold;
	}
	
	.umfragegesamt {
		font-size:8pt;
		color:#6B7A7E;
		font-weight:bold;
	}
	
	.umfragetable {
		background-color:#F7F6DE;
	}
	
/* ********************************************
/*		Ecard
/* ********************************************/
	
	.ecardtext{ /* Ecard text */
		font-size:10pt;
		color:#0D517D;
		font-weight:normal;
	}
	
/* ********************************************
/*		Ausschreibungen
/* ********************************************/
	
	.ausschreibungtable{
		padding: 3px;
		border: 1px solid #0D517D;
}
	
	.ausschreibungtabtitle{
	/* Titel Beginn, Ende, Ort */
	font-size:10pt;
	font-weight: bold;
	color:#0D517D;
}
		.ausschreibungdata{ /* Daten zu Beginn, Ende, Ort */
		font-size:10pt;
		color:#000000;;
		font-weight:normal;
	}
/* ********************************************
/*		INTERNES
/* ********************************************/
	.historydebug { /* History Debug Meldungen */
		font-size:10pt;
		font-weight:normal;
		color: #000000;
	}
	
	.loading { /* Bitte Warten Meldung */
		border-width:2px;
		border-style:solid;
		border-color:#1F285f;
		padding:10px;
		color:#FFFFFF;
	}
	
	.bawlink { /* created-by-brain@work */
		font-size:9px;
		color: #CCCCCC;
		text-decoration: none;
	}
	.bawlink:hover {
		color: #F86828;
	}
		
