/*-----------------------------------------------------------------------------
	File:	bl.css
	Autor:	Andreas Peters (peddy@gmx.net)
	Date:	30.05.2001
	Subj.:	Cascding-Style-Sheets fuer Bramfelderlaterne
		- Achtung,
		  es gelten folgende Regeln, welche beim Einsatz zu beachten
		  sind:
			1) Netscape kann nur CSS, wenn JS aktiv ist
			2) MS-IE kann CSS, auch wenn JS deaktiviert ist
			3) konqueror kann CSS, auch wenn JS deaktiviert ist
	
	Modified:
	2003-02-24, ape -- erste Zusätze, noch Spielkram
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
	Falls Cascading-Style Sheets an sind, werden Teile, welche mit
	diesem Tag ausgestattet sind, nicht angezeigt.
	- wird z.B. verwendet, wenn auf CSSS abgefragt werden soll
-----------------------------------------------------------------------------*/
div.csshidden { display: none; }
.no             { display: none; }  /* Elemente, welche nur im Druck auftauchen sollen */
.nonscreen      { display: none; }  /* Elemente, welche nur im Druck auftauchen sollen */
.printonly		{ display: none; }  /* Elemente, welche nur im Druck auftauchen sollen */




/*---------------------------------------------------------------------------*/
/*--- Standard-Tags nur modifiziert
/*---------------------------------------------------------------------------*/

BODY {
	color: black;
	background-color:#FFF8DC;
    /* background-color: white;								*/
    /* background-image:url("icons/innovas_logo.gif");		*/
	/* background-repeat:no-repeat;							*/
	/* background-attachment: fixed;						*/
	/* background-position:right; /* 30px 20px; oder: right	*/
    /* text-align: left;									*/
    /* font-family: helvetica, sans-serif;					*/
	font-family:Arial;
    /* font-size: 11px;										*/
    /* padding: 0;											*/
	/* margin: 0; 											*/
    /* margin-top: 16px;									*/
	/* margin-bottom: 0cm;									*/
    /* margin-left: 30px;									*/
	/* padding:0px;											*/
    /* padding-top:0px;										*/
    /* padding-bottom:0px;									*/
    /* padding-left:0px;									*/
    /* padding-right:0px;									*/
	/* border:thin dashed yellow;							*/
	/* border-style: dashed;								*/
	scrollbar-face-color:#FFF8DC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFF8DC;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#FFF8DC;
	scrollbar-arrow-color:#FF0000;
	scrollbar-track-color:#E0E0E0;
}


/*-----------------------------------------------------------------------------
/	Ueberschriften
/	- der anschliessende Text soll dichter an der Ueberschrift liegen
-----------------------------------------------------------------------------*/
H1, H2, H3, H4, H5, H6 { margin-bottom: 0.01em; }
/* H1 { font-family:Arial; font-weight: bold; font-size: 12px; } */
/* H2 { font-family:Arial; font-weight: bold; font-size: 10px; } */



/* ---------------------------------------------------------------------------
/	Tabellenformatierungen
/	- 2003-04-01, tha,ape -- Grundwerte
---------------------------------------------------------------------------- */
TABLE {
	/* caption-side:bottom; */
	/* border-collapse:separate;	*/	/* separate | collapse */
	/* border-spacing:10px 			*/
	empty-cells:show;					/* show | collapse */
	/* background-color: #eeeeee;	*/	/* Problem: "blinde" Tabellen */
}

TH {
  display: table-cell;
  /* text-align: center;		*/	/* left | center | right  */
  /* vertical-align: top;		*/	/* top  | center | bottom */
  /* font-size: 1.05em;			*/
  /* font-weight: bold;			*/
  /* padding: 0.2em; 			*/
  /* background-color: #79a0d1; */
}


TD {
  display: table-cell;
  /* text-align: left;			*/	/* left | center | right  */
  /* vertical-align: top;		*/	/* top  | center | bottom */
  /* background-color: #DDDDDD; */	/* !!! nur gesondert auf Seiten setzen	*/
									/* !!! verhunzt das Layout zu stark		*/
}




/*-----------------------------------------------------------------------------
-----------------------------------------------------------------------------*/
a:link      {                text-decoration:none;                  }
a:visited   {                text-decoration:none;                  }
a:hover     { color:#EE0000; text-decoration:underline;             }
a:active    { color:#0000EE; background-color:#FFFF99;              }

.stdurl             { color:blue;                                           }
.stdurl a:link      { color:blue;    text-decoration:none;                  }
.stdurl a:visited   { color:blue;    text-decoration:none;                  }
.stdurl a:hover     { color:#EE0000; text-decoration:underline;             }
.stdurl a:active    { color:#0000EE; background-color:#FFFF99;              }





/* allgemeine Einfärbungen */
.Fehler			{ background-color: red; font-size:1.5em; }


/*---------------------------------------------------------------------------*/
/*--- Bramfelder*/
/*---------------------------------------------------------------------------*/
/* .Herausgeber { background-color:#aaa; color:#fff; } */
/* width:50%; border:6px */
.Autor			{ background-color:lime;   }
.Gebiet			{ background-color:teal;  }
.Herausgeber	{ background-color:yellow;  }
.Materialart	{ background-color:aqua;  }
.Stichworte		{ background-color:orange;  }
.Zielgruppe		{ background-color:red;  }






/*---------------------------------------------------------------------------*/
/*--- xxService only                                                       */
/*---------------------------------------------------------------------------*/

/* Struktur der Hauptseite */
.Navigation		{ background-color: silver; }
.Hilfe			{ background-color: #FFCC99; }
.Debug 			{ background-color: white; }
.Verarbeitung	{ background-color: #FFFFCC; }



/*---------------------------------------------------------------------------*/
/*--- runde Ecken                                                            */
/*---------------------------------------------------------------------------*/
.bl_ro {
	background:url("icons/bl_ro.gif") top right no-repeat;
	margin:0;
	padding:0;
}

.bl_lo {
	background:url("icons/bl_lo.gif") top left no-repeat;
	margin:0;
	padding:0;
}

.bl_ru {
	background:url("icons/bl_ru.gif") bottom right no-repeat;
	margin:0;
	padding:0;
}

.bl_lu {
	background:url("icons/bl_lu.gif") bottom left no-repeat;
	margin:0;
	padding:0;
}

.inhalt {
margin:0;
padding:2.5em 2.5em 3.5em 2.5em;
}




/*---------------------------------------------------------------------------*/
/* EOF */
