/****
// @fname	inc.styles.css
// @project	Ferienregion Allgäu
// @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.08.2003
// CHANGELOG
// 27.01.06 Font geändert auf Trebuchet MS - tom
*/

/* ********************************************
/*		Allgemeines
/* ********************************************/

	body {
		scrollbar-face-color: #396736;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #4A7A4A;
		scrollbar-3dlight-color: #4A7A4A;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-track-color: #7A9979;
		scrollbar-darkshadow-color: #000000;
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0px;
		background-attachment: fixed;
	}

	* { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }
	
	.nichtgefunden{	/* fuer meldung "Inhalt nicht gefunden" */
		
		font-size:12px;
		font-weight: bold;
		color:#2C5CA5;
	}

	td {   /* Definition einer Schriftart, die in Tabellen verwendet werden soll */
		font-size:12px;
		color:#000;
		vertical-align: top;
	}
	
	a {  /* Standard-Anchor */
		color: #000000;
	}

/* ********************************************
/*		Navigation
/* ********************************************/	

	.menuzelle1 { /* Tabellenzelle, die Link enthält */
	text-align: right;
	padding: 4px 0px 3px 0px;
	}
	
	a.menu1{ /* Menu Links Ebene 1*/
		font-size:12px;
		font-weight: bold;
		color:#000;
		background-color: #E1DFD5;
		letter-spacing: 1px;
		text-decoration:none;
	}

	a.menu1:hover{ /* Menu Links Ebene 1 - Mouse Over */
		color:#2979C8;
		text-decoration:underline;
	}

	a.menuactiv1{ /* Menu Links Ebene 1 - Markierung der aktuellen Kategorie */
		font-size:12px;
		color:#2979C8;
		background-color: #E1DFD5;
		letter-spacing: 1px;
		font-weight:bold;
		text-decoration:none;
	}
	
	.menuzelle2 {  /* Tabellenzelle, die Submenüpunkt enthält */
		text-align: left;
		padding: 4px 0px 3px 40px;
	}
	
	a.menu2{ /* Menu Links Ebene 2*/
		font-size:11px;
		color:#000;
		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-size:11px;
		color:#2979C8;
		text-decoration:none;
	}
	
	.menuzelle3 {  /* Tabellenzelle, die Submenüpunkt enthält */
		text-align: left;
		padding: 2px 0px 1px 45px;
	}

	a.menu3{ /* Menu Links */
		font-size:11px;
		color:#666666;
		text-decoration:none;
	}
	
	a.menu3:hover{ /* Menu Links - Mouse Over*/
		color:#000000;
		text-decoration:underline;
	}

	a.menuactiv3{ /* Menu Links Ebene 2: Markierung der aktuellen Kategorie */
		font-size:11px;
		color:#2979C8;
		text-decoration:none;
	}
	
	.menuzelle4 {  /* Tabellenzelle, die Submenüpunkt enthält */
		text-align: left;
		padding: 2px 0px 1px 45px;
	}

	a.menu4{ /* Menu Links */
		font-size:11px;
		color:#666666;
		text-decoration:none;
	}
	
	a.menu4:hover{ /* Menu Links - Mouse Over*/
		color:#000000;
		text-decoration:underline;
	}

	a.menuactiv4{ /* Menu Links: Markierung der aktuellen Kategorie */
		font-size:11px;
		color:#2979C8;
		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-size:12px;
		color:#000000;
	}

	.locator{ /* Locator: Link*/
		font-size:10px;
		color:#97915E;
		text-decoration: none;
	}

	.locator:hover { /* Locator: Hover Effekt */
		color:#000000;
		text-decoration: underline;
	}

	.locatorlast{ /* Locator: normaler Text (nicht klickbar) */
		font-size:10px;
		color: #97915E;
		
	}


/* ********************************************
/*		Sucheingabe und Trefferliste
/* ********************************************/
	
	.searchzelle{
		padding: 5px 0px 0px 40px;
		text-align: right;
	}
	
	.searchtext{ /* Beschriftung Eingabefeld (nicht klickbar) */
		font-size:11px;
		color: #000;
	}
	
	.searchfield{ /* Suche Eingabefeld */
		border-width:1px;
		border-color:#AFADA4;
		border-style: solid;
		background-color: #E7E7E0;
	}
	
	.searchfieldns{ /* Suche Eingabefeld fuer NETSCAPE*/
		border-color:#AFADA4;
	}

	.searchstart{ /* Link, um Suche auszuführen */
		font-size:11px;
		font-weight: bold;
		color: #000;
		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-size:12px;
		font-weight:bold;
		color: #284B86;
	}
		
	.searchhits{ /* Textzeile "Treffer:.." wie oft welcher Begriff gefunden wurde */
		font-size:11px;
		color: #284B86;
	}
			
	.searchrespath{ /* Pfad der einzelnen Fundstelle */
		font-size:10px;
		color: #A8A28C;
	}
				
	.searchreslink{ /* Überschrift der Fundstelle */
		font-size:12px;
		font-weight: normal;
		color: #000000;
	}
					
	.searchrestext{ /* Kurztext/Textanriss der Fundstelle */
		font-size:12px;
		color: #000;
	}

/* ********************************************
/*		Topleiste Navigation
/* ********************************************/
	
	
	.topnav{ /* Links am oberen Bildschirmrand */
		font-family: Times New Roman,Times,serif;
		font-size:10px;
		color: #808080;
		text-transform: uppercase;
		text-decoration: none;
	}	
		
	.topnav:hover{ /* Links am oberen Bildschirmrand - Mouse Over */
		color: #000000;
		text-decoration: underline;
	}	
	
/* ********************************************
/*		Fusszeile
/* ********************************************/

	.footertext { /* Copyright Text in Fusszeile */
		font-size:11px;
		color:#B7B29F;
	}
	
	.toplink { /* top */
		font-size:12px;
		color:#848375;
		text-decoration: none;
	}
	
	.toplink:hover { /* top */
		color:#000000;
		text-decoration:underline;
	}
		
	a.recommend{ /* weiterempfehlen */
		font-size:12px;
		color:#848375;
		text-decoration: none;
	}

	a.recommend:hover { /* weiterempfehlen */
		color:#000000;
		text-decoration:underline;
	}		
		
	a.printlink{ /* Seite drucken */
		font-size:12px;
		color:#848375;
		text-decoration: none;
	}

	a.printlink:hover { /* Seite drucken */
		color:#000000;
		text-decoration:underline;
	}		
	.internalid { /* ID fuer interne Verweise */
		font-size:11px;
		color:#B7B29F;
		text-decoration: none;
	}
	
	.bawlink {
		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-size:11px;
		color: #EC6F04;
	}
	
	.block2heading{ /* Block Auflistung vorgeschobene Artikel - Überschrift */
		font-size:15px;
		color: #FFFF00;
	}

	.newslistheading{ /* Überschrift einzelner Artikel-Anriss */
		font-size:13px;
		font-weight: bold;
		color: #000000;
		text-decoration:none;
	}
	
	.newslistheading:hover{ /* Überschrift einzelner Artikel-Anriss */
		color: #000000;
		text-decoration:underline;
	}
		
	.newslisttext{ /* Kurztext News */
		font-size:12px;
		color: #262626;
	}
			
	a.newsmore{ /* mehr..-Link am Ende vom Kurztext */
		font-size:12px;
		font-weight:bold;
		color: #262626;
		text-decoration:none;
	}
			
	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:#E1DFD5;
	}

/* ********************************************
/*		Kategorie- und Artikelauflistungen
/* ********************************************/

	.catlistheading{ /* Kategorieauflistung Überschrift */
		font-size:18px;
		font-weight:bold;
		color: #000;
	}

	.catlisttext{ /* Kategorieauflistung Einleitungstext */
		font-size:12px;
		font-weight:normal;
		line-height: 18px;
		color: #000000;
	}

	.catpiccaption{ /* Bildunterschrift für Kategorie-bilder */
		font-size:10px;
		color:#666666;
	}

	.listheading{ /* Überschrift Kateg./Artikel */
		font-size:13px;
		font-weight: bold;
		color: #000;
		text-decoration:none;
	}
	
	.listheading:hover{ /* Überschrift Kateg./Artikel - Mouse Over */
		color: #000000;
		text-decoration:underline;
	}
		
	.listtext{ /* Kurztext Kateg. / Artikel */
		font-size:12px;
		color: #000;
	}
		
	.listtextva{ /* Datum-Ort-Angaben bei Veranstaltungsartikel */
		font-size:11px;
		color: #9B2F25;
	}
		
	a.listmore{ /* mehr..-Link am Ende vom Kurztext */
		font-size:12px;
		font-weight:bold;
		color: #000;
		text-decoration:none;
	}
			
	a.listmore:hover{ /* mehr..-Link am Ende vom Kurztext - Mouse Over */
		color: #000000;
		text-decoration:underline;
	}
	
	.imagemaplink{ /* Links unter ImageMap */
		font-size:12px;
		font-weight:bold;
		color: #B7B29F;
		text-decoration:none;
	}

	.imagemaplink:hover{ /* Links unter ImageMap */
		color: #000000;
		text-decoration:underline;
	}

/* ********************************************
/*		Artikel-Templates
/* ********************************************/


	.articleheading { /* Überschrift Artikel*/
		font-size:16px;
		color:#000000;
		font-weight:bold;
	}

	.articlesubheading { /* Untertitel Artikel*/
		font-size:12px;
		color:#9B2F25;
		font-weight:normal;
	}
	
	.articleshorttext{ /* Artikel-Kurztext auf Detailseite */
		font-size:12px;
		color:#000000;
		line-height: 18px;
	}
	
	.articletext{ /* Artikeltext */
		font-size:12px;
		color:#333333;
		line-height: 18px;
	}

	.articletextva{ /* Veranstaltungsdaten über Artikeltext */
		font-size:12px;
		color:#9B2F25;
	}

	.articletextdate{ /* VÖ-Datum Newsartikel  */
		font-size:10px;
		color:#999999;
	}

	.articlepiccaption{ /* Bildunterschriften */
		font-size:10px;
		color:#666666;
		vertical-align:top;
	}
	
/* ********************************************
/*		Artikel-Templates
/* ********************************************/	


	.blaetternaktiv { /* Blättern Header : Aktive bzw. gerade dargestellte Seite  */
		font-size:12px;
		font-weight:bold;
		color:#FFFFFF;
		padding: 2px;
		background-color: #848375;
		text-decoration:none;
	}
	
	.blaetterninaktiv { /* Blättern Header : inaktive bzw. nicht dargestellte Seiten */
		font-size:12px;
		font-weight: bold;
		color:#000000;
	}
	
	.blaetterninaktiv:visited { /* Blättern Header : inaktive bzw. nicht dargestellte Seiten */
		font-size:12px;
		font-weight: bold;
		color:#666666;
	}

	a.blaetternlinks{ /* Blättern weiter - zurück - Links*/
		font-size:12px;
		color:#000000;
	}

	.blaetternstatus{ /* Blättern - welche Seite gerade gezeigt wird */
		font-size:10px;
		color:#000000;
		text-decoration:none;
	}

/* ********************************************
/*		Formulare (Kontakt, Weiterempfehlen)
/* ********************************************/
	
	.formhint{	/* Hinweistext auf Pflichtfelder mit Stern */
		font-size:12px;
		font-style:italic;
		color:#A93724;
	}
	
	.formfieldtitle{	/* Formulare : Feldbezeichnung */
		font-size:12px;
		color:#000000;
	}
		
	.formcomment{	/* Formulare : Text Kommentar/Leerzeile */
		font-size:12px;
		color:#000000;
		font-weight:bold;
	}

	.formfield{  /* Darstellung Eingabefeld */
		border-width:1px;
		border-color:#AFADA4;
		border-style: solid;
		font-family:monospace;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
	}
	
	.formfieldns{  /* Darstellung Eingabefeld fuer NETSCAPE*/
		border-color:#49ACA4;
		font-family:monospace;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
	}

	.formrequired{	/* Formulare : Required Stern */
		font-size:12px;
		color:#EC6F04;
	}
	
	.formsend{	/* Textbeschriftung Button */
		font-size:13px;
		font-weight:bold;
		color:#E1DFD5;
		letter-spacing: 1px;
		text-decoration:none;
	}
	.formsend:hover{
		color:#FFFFFF;		
	}
	
	.formerror{	/* Fehlermeldung und Hinweise */
		font-size:12px;
		font-weight: bold;
		color:#A93724;
	}

	.popuplink{	/* Link fuer Text-Popup (Hilfe, Datenschutz etc.) */
		font-size:10px;
		color:#000;
		text-decoration:underline;		
	}

    /* Andreas, 2003-08-11: Formular-Verlinkung */
	.fvlink{	/* Linktext fuer Formular-Verlinkung */
		font-size:11px;
		color:#008C95;
		text-decoration:underline;
	}

/* ********************************************
/*		sonstiges
/* ********************************************/

	.hyperlink{	/* fuer interne/externe/media-verweise innerhalb text */
		color:#000000;
		text-decoration:underline;
		white-space: nowrap;		
	}
	

/* ********************************************
/*		Ferienregion Spezial - Pauschalenblock unten
/* ********************************************/

	.pauschtable{ /* Tabelle Block unten gesamt */
		width: 525px;
		border-style: solid;
		border-width: 1px 1px 0px 1px;
		border-color: #9E9E99;
		padding: 3px;
	}
	
	.pauschcellheadingup{  /* Zelle, die Überschrift und Nr. enthält */
		background-color: #EDE2B2;
		padding-left: 3px;
	}
	
	.pauschcellheadingdown{  /* Zelle, die Überschrift und Nr. enthält */
		background-color: #EDE2B2;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #9E9E99;
		text-align: right;
	}
	
	.pauschcelldate{  /* Zelle, die Termine enthält */
		background-color: #E7E7E0;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #9E9E99;
		padding-left: 3px;
		width: 20%;
	}
	
	.pauschcelltext{  /* Zelle, die Termine enthält */
		background-color: #E7E7E0;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #9E9E99;
		padding-left: 3px;
		width: 80%;	
	}

	.pauschcellprice{  /* Zelle, die Preisangaben enthält */
		background-color: #E7E7E0;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #9E9E99;
		padding-left: 3px;	
	}
	
	.pauschheading{	/* Überschrift im Block */
		font-size: 14px;
		font-weight: bold;
		color:#524742;
		padding-left: 3px;		
	}
	
	.pauschsubheading{  /* Buchungsnummer und Zeilentitel im Block */
		font-size: 12px;
		font-weight: bold;
		color:#524742;
	}
	
	.pauschtext{  /*  normaler Text im Block */
		font-size: 12px;
		color:#524742;
	}

/* ********************************************
/*		Ferienregion Spezial - Gastgeber Zusatzfelder
/* ********************************************/

	
	.formfieldgastgeber{  /* Darstellung Eingabefeld GG-Suche*/
		border-width:1px;
		border-color:#AFADA4;
		border-style: solid;
		font-family:monospace;
		font-size:12px;
		font-weight:normal;
		width: 200px;
	}
	
	.ggtableliste{
		width: 440px;
	}

	.ggtablespalte1{
		width: 40%;
	}

	.ggtablespalte2{
		width: 60%;
	}
	
	.ggmerkmal{
		font-size: 12px;
		color:#000000;	
	}
	
	.ggpreis{
		font-size: 12px;
		font-weight: bold;
		color:#666666;	
	}
	
	.ggort{
		font-size: 12px;
		font-weight: bold;
		color:#666666;	
	}
	
	.ggzertifikat{
		font-size: 12px;
		font-weight: bold;
		color:#666666;	
	}