/****
// @fname	inc.styles.css
// @project	Dr. Ständer
// @ftype	css
// @descr	Stylesheet
// @creator	brain-at-work GmbH - Bahnhofstraße 5 - 88299 Leutkirch
// @author	Thomas Autenrieth - t.autenrieth@brain-at-work.de
// @date	28.03.06
// CHANGELOG
*/

/* ********************************************
/*		Allgemeines
/* ********************************************/

	body {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0px;
		background-repeat: no-repeat;
		background-position: top center;
		background-color: #FD7B03;
	}

	* { font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif; }
	
	.nichtgefunden{	/* fuer meldung "Inhalt nicht gefunden" */
		font-size:12px;
		font-weight: bold;
		color:#E20D15;
	}

	td {   /* Definition einer Schriftart, die in Tabellen verwendet werden soll */
		font-size:12px;
		color:#000000;
	}  
	
	a {	/* Anker-Tag allgemein (insbesondere vom ActiveX-Editor erzeugte Links */
		color:#000000;
		text-decoration:underline;		
	}
	
	.divcontent { /* Formatierung Content-Bereich */
		background: #FFEFFE url(images/w_content.gif) no-repeat fixed 220px 150px !important;
		background: #FFEFFE url(images/w_content.gif) no-repeat fixed;
		padding: 40px;
		border: 1px solid #D8320B;
		height: 340px;
		width: auto !important;
		margin-right: 0 !important;
		margin-right: 20px;
		overflow: auto;
		vertical-align: top;
		scrollbar-face-color: #F0D6D0;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #FD7B03;
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-arrow-color: #D8320B;
		scrollbar-track-color: #F5DEDF;
		scrollbar-darkshadow-color: #D8320B;
	}

/* ********************************************
/*		Navigation
/* ********************************************/	

	.menuzelle1 { /* Text-Ausrichtung */
		text-align: right;
	}
	
	a.menu1{ /* Menu Links Ebene 1*/
		display: block;
		font-size:13px;
		font-weight: bold;
		color:#4B0049;
		text-decoration:none;
		margin-top: 5px;
	}

	a.menu1:hover{ /* Menu Links Ebene 1 - Mouse Over */
		color:#FFF;
		text-decoration:underline;
	}

	a.menuactiv1{ /* Menu Links Ebene 1 - Markierung der aktuellen Kategorie */
		display: block;
		font-size:13px;
		color:#FFF;
		font-weight:bold;
		text-decoration:none;
		margin-top: 5px;
	}

	.menuzelle2 { /* Text-Ausrichtung */
		text-align: right;
		line-height: 15px;
	}
			
	a.menu2{ /* Menu Links Ebene 2*/
		font-size:11px;
		color:#4B0049;
		text-decoration:none;
	}
	
	a.menu2:hover{ /* Menu Links Ebene 2 - Mouse Over*/
		background: #FFEFFD;
		text-decoration:underline;
	}

	a.menuactiv2{ /* Menu Links Ebene 2: Markierung der aktuellen Kategorie */
		font-size:11px;
		color:#FFF;
		text-decoration:none;
	}

	.menuzelle3 { /* Text-Ausrichtung */
		text-align: right;
	}
			
	a.menu3{ /* Menu Links Ebene 2*/
		font-size:10px;
		color:#000000;
		text-decoration:none;
	}
	
	a.menu3:hover{ /* Menu Links Ebene 2 - Mouse Over*/
		color:#EF8B1E;
		text-decoration:underline;
	}

	a.menuactiv3{ /* Menu Links Ebene 2: Markierung der aktuellen Kategorie */
		font-size:10px;
		color:#EC6F04;
		text-decoration:none;
	}

	.menuzelle4 { /* Text-Ausrichtung */
		text-align: right;
	}
			
	a.menu4{ /* Menu Links Ebene 2*/
		font-size:10px;
		color:#000000;
		text-decoration:none;
	}
	
	a.menu4:hover{ /* Menu Links Ebene 2 - Mouse Over*/
		color:#EF8B1E;
		text-decoration:underline;
	}

	a.menuactiv4{ /* Menu Links Ebene 2: Markierung der aktuellen Kategorie */
		font-size:10px;
		color:#EC6F04;
		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:12px;
		color:#000000;
		text-decoration: none;
	}

	.locator:hover { /* Locator: Hover Effekt */
		color:#000000;
		text-decoration: underline;
	}

	.locatorlast{ /* Locator: normaler Text (nicht klickbar) */
		font-size:12px;
		color: #737373;
		
	}

	.locatortable{ /* Locator-Tabelle */
	}


/* ********************************************
/*		Sucheingabe und Trefferliste
/* ********************************************/
	
	.searchzelle{
		padding: 5px 0px 0px 23px;
	}
	
	.searchtext{ /* Beschriftung Eingabefeld (nicht klickbar) */
		font-size:11px;
		color: #008C95;
	}
	
	.searchfield{ /* Suche Eingabefeld */
		border-width:1px;
		border-color:#00A2AC;
	}
	
	.searchfieldns{ /* Suche Eingabefeld fuer NETSCAPE*/
		border-color:#00A2AC;
	}

	.searchstart{ /* Link, um Suche auszuführen */
		font-size:11px;
		font-weight: bold;
		color: #008C95;
		text-decoration: none;
	}
	
	.searchstart:hover{ /* Mouseover-Link, um Suche auszuführen */
		color: #EC6F04;
		text-decoration: underline;
	}
	
	.searchresult{ /* Textzeile "Die Suche ergab xx Fundstellen für xxx" */
		font-size:12px;
		font-weight:bold;
		color: #008C95;
	}
		
	.searchhits{ /* Textzeile "Treffer:.." wie oft welcher Begriff gefunden wurde */
		font-size:11px;
		color: #008C95;
	}
			
	.searchrespath{ /* Pfad der einzelnen Fundstelle */
		font-size:11px;
		color: #808080;
	}
				
	.searchreslink{ /* Überschrift der Fundstelle */
		font-size:12px;
		font-weight:bold;
		color: #EC6F04;
	}
					
	.searchrestext{ /* Kurztext/Textanriss der Fundstelle */
		font-size:12px;
		color: #2A6763;
	}

/* ********************************************
/*		Topleiste Navigation
/* ********************************************/
	
	.headcontainer {
		margin: 0px auto 0px auto;
		width: 920px;
		height: 130px;
		position: relative;
		text-align: center;
		position: relative;
	}
	
	.toptext {
		padding: 20px 0px 0px 130px;
		text-align: center;
		font-size: 12px;
		color: #630460;
		font-weight: bold;
	}
	
	.topnav{ /* Links am oberen Bildschirmrand */
		font-size:12px;
		color: #000000;
		text-transform: uppercase;
		text-decoration: none;
	}	
		
	.topnav:hover{ /* Links am oberen Bildschirmrand - Mouse Over */
		color: #EC6F04;
		text-decoration: underline;
	}	
	
/* ********************************************
/*		Fusszeile
/* ********************************************/

	.footercontainer {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

	.copyright { /* Copyright Text in Fusszeile */
		position: absolute;
		width: 360px;
		left: 200px;
		top: -40px;
		font-size:12px;
		color:#D8320B;
	}
	
	.footerlinks {
		position: absolute;
		left: 150px;
		top: -40px;
		width: 700px;
		text-align: right;
	}
		
	.toplink, .recommend, .printlink{ /* weiterempfehlen */
	/*	display: block; */
		font-size:13px;
		font-weight:bold;
		color:#D8320B;
		text-decoration: none;
		margin-left: 20px;
	}

	.toplink:hover, .recommend:hover, .printlink:hover { /* weiterempfehlen */
		color:#FFF;
		text-decoration:underline;
	}	
	
	.internalid { /* ID fuer interne Verweise */
		font-size:11px;
		color:#AAAAAA;
		text-decoration: none;
	}
		
	.backlink { /* zurück-Link auf allen Seiten */
		font-size:11px;
		color:#AAAAAA;
		clear:both;
	}
	.backlink:hover {
		color: #000000;
	}
	
	.backptag {  /* Ausrichtung des zurück-Link */
		display: none;
	}
	
	.bawlink {
		font-size:10px;
		color:#F8A53F;
		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: #008C95;
		text-decoration:none;
	}
	
	.newslistheading:hover{ /* Überschrift einzelner Artikel-Anriss */
		color: #EF8B1E;
		text-decoration:underline;
	}
		
	.newslisttext{ /* Kurztext News */
		font-size:11px;
		color: #008C95;
	}
			
	a.newsmore{ /* mehr..-Link am Ende vom Kurztext */
		font-size:11px;
		font-weight:bold;
		color: #008C95;
		white-space: nowrap;
	}
			
	a.newsmore:hover{ /* mehr..-Link am Ende vom Kurztext - Mouse Over */
		color: #EF8B1E;
		text-decoration:underline;
	}
		
	hr.trennlinie{ /* ueber block mit news und vorgeschobenen artikeln, TELEDATA-special */
		color:#FE7800;
	}

/* ********************************************
/*		Kategorie- und Artikelauflistungen
/* ********************************************/

	.catlistheading{ /* Kategorieauflistung Überschrift */
		font-size:15px;
		font-weight:bold;
		color: #D8320B;
		margin-bottom: 15px;
	}

	.catlisttext{ /* Kategorieauflistung Einleitungstext */
		font-size:12px;
		font-weight:normal;
		color: #000000;
	}

	.catpiccaption{ /* Bildunterschrift für Kategorie-bilder */
		font-size:10px;
		color:#666666;
	}

	.listheading{ /* Überschrift Kateg./Artikel */
		font-size:13px;
		font-weight: bold;
		color: #D8320B;
		text-decoration:none;
	}
	
	.listheading:hover{ /* Überschrift Kateg./Artikel - Mouse Over */
		text-decoration:underline;
	}
		
	.listtext{ /* Kurztext Kateg. / Artikel */
		font-size:12px;
		color: #000000;
	}
		
	.listtextva{ /* Datum-Ort-Angaben bei Veranstaltungsartikel
					wird auch für Newsletter verwendet (Versand-Datum und Rubriken)
				 */
		font-size:11px;
		color: #EC6F04;
	}
		
	a.listmore{ /* mehr..-Link am Ende vom Kurztext */
		font-size:12px;
		color: #D8320B;
		white-space: nowrap;
		text-decoration:none;
	}
			
	a.listmore:hover{ /* mehr..-Link am Ende vom Kurztext - Mouse Over */
		text-decoration:underline;
	}
	
	.listjumplink {  /* für "Alle auf 1 Seite mit Sprunglinks": klickbare Überschrfit */
		font-size:12px;
		font-weight:bold;
		color: #CC0000;
	}
	
	.imagemaplink{ /* Links unter ImageMap */
		font-size:12px;
		font-weight:bold;
		color: #CACACA;
		text-decoration:none;
	}

	.imagemaplink:hover{ /* Links unter ImageMap */
		font-size:12px;
		font-weight:bold;
		color: #CACACA;
		text-decoration:underline;
	}

/* ********************************************
/*		Artikel-Templates
/* ********************************************/


	.articleheading { /* Überschrift Artikel*/
		font-size:15px;
		color:#D8320B;
		font-weight:bold;
		text-decoration:none;
	}

	.articlesubheading { /* Untertitel Artikel*/
		font-size:12px;
		color:#D8320B;
		font-weight:bold;
	}
	
	.articleshorttext{ /* Artikel-Kurztext auf Detailseite */
		font-size:12px;
		color:#000000;
	}
	
	.articletext{ /* Artikeltext */
		font-size:12px;
		color:#000000;
	}

	.articletextva{ /* Veranstaltungsdaten über Artikeltext */
		font-size:12px;
		color:#D8320B;
	}

	.articletextdate{ /* VÖ-Datum Newsartikel  */
		font-size:12px;
		color:#666666;
	}
	
	.mediaarea { /* Tabelle mit den Mediadaten "Bildbereich" */
		margin-top: 4px;
	}

	.articlepiccaption{ /* Bildunterschriften */
		font-size:10px;
		color:#666666;
		vertical-align:top;
	}1
	
/* ********************************************
/*		Artikel-Templates
/* ********************************************/	


	.blaetternaktiv { /* Blättern Header : Aktive bzw. gerade dargestellte Seite  */
		font-size:12px;
		font-weight:bold;
		color:#D8320B;
		text-decoration:none;
	}
	
	.blaetterninaktiv { /* Blättern Header : inaktive bzw. nicht dargestellte Seiten */
		font-size:12px;
		color:#666666;
	}
	
	.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:#D8320B;
	}

	.blaetternstatus{ /* Blättern - welche Seite gerade gezeigt wird */
		font-size:12px;
		color:#D8320B;
		text-decoration:none;
	}

/* ********************************************
/*		Formulare (Kontakt, Weiterempfehlen)
/* ********************************************/
	
	.formhint{	/* Hinweistext auf Pflichtfelder mit Stern */
		font-size:12px;
		font-style:italic;
		color:#D8320B;
	}
	
	.formfieldtitle{	/* Formulare : Feldbezeichnung */
		font-size:12px;
		color:#000;
		font-weight:bold;
	}
		
	.formcomment{	/* Formulare : Text Kommentar/Leerzeile */
		font-size:12px;
		color:#000;
	}

	.formfield{  /* Darstellung Eingabefeld */
		border-width:1px;
		border-color:#000;
		font-family:monospace;
		font-size:12px;
		font-weight:normal;
	}
	
	.formfieldns{  /* Darstellung Eingabefeld fuer NETSCAPE*/
		border-color:#000;
		font-family:monospace;
		font-size:12px;
		font-weight:normal;
	}

	.formrequired{	/* Formulare : Required Stern */
		font-size:12px;
		color:#D8320B;
	}
	
	.formsend{	/* Textbeschriftung Button */
		font-size:12px;
		font-weight:bold;
		color:#D8320B;
	}
	
	.formerror{	/* Fehlermeldung und Hinweise */
		font-size:12px;
		font-weight: bold;
		color:#D8320B;
	}

	.popuplink{	/* Link fuer Text-Popup (Hilfe, Datenschutz etc.) */
		font-size:11px;
		color:#666;
		text-decoration:underline;		
	}

	.fvlink{	/* Linktext fuer Formular-Verlinkung */
		font-size:11px;
		color:#D8320B;
		text-decoration:underline;
	}


/* ********************************************
/*		sonstiges
/* ********************************************/

	.hyperlink{	/* fuer interne/externe/media-verweise innerhalb text */
		color:#000;
		text-decoration:underline;		
	}
	.hyperlink:hover {
		color:#D8320B;
	}
	
	.doclinktextbildbereich {  /* für Links auf Dokumente innerhalb des Bildbereichs */
		font-size:11px;
		font-weight: bold;
		color:#000000;
		text-decoration:underline;
	}

	.zitate {
		font-size: 16px;
		font-style: italic;
	}