/* CSS FÜR Thomastik-Infeld Katalog

	- soweit möglich auf die Modifikation von HTML-Elementen aufgebaut

	- in NS4 und IE4 tragbar

	- funktioniert auf dunklem Hintergrund, für helle Hintergründe
	müssen die Farben geändert werden */


.rowheader {
font-style: normal;
font-weight: normal;
font-family:Verdana, Arial, Helvetica;
/*text-transform: uppercase;*/
font-size: 12px;
color: #FFFFFF;
background-color: #006633;
}
.setfamiliensubsubnavi {
font-style: normal;
font-weight: bold;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/*text-transform: uppercase;*/
font-size: 12px;
}
.text,.altertext	{
font-family: sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
		}
.text	{
color: #FFFFFF;
background-color: #333333;
		}
.altertext	{
color: #FFFFFF;
background-color: #006633;
		}
.hierarchy	{
font-family: sans-serif;
font-size: 11px;
font-weight: normal;
font-style: italic;
color: #006633;
		}
.settitle	{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
margin: 0pt;
margin-top: 25px;
letter-spacing: 1pt; 		/* wird von NS4 ignoriert, IE4 untersützt keine prozentwerte */ 
font-size: 11px;
color: #FFFFFF;
		}
.setfamilientitel	{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
letter-spacing: 1pt; 		/* wird von NS4 ignoriert, IE4 untersützt keine prozentwerte */ 
font-size: 16px;
color: #66CCFF;
margin: 0px;
margin-top: 25px;
		}
.setfamilienuntertitel	{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
color: #FFFFFF;
margin: 0px;
		}
.setfamilientext	{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
color: #CCCCCC;
margin: 0px;
		}

/* STANDARD */

p	{
	margin-left:0;
	margin: 0;
	margin-top: 15px;
	}

.standard	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #9999CC
	}

/* ÜBERSCHRIFT */

.titel {		/* global für überschriften (tags) */
	font-style: normal;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/*background-color: #9999CC;*/
	}

.titelrot {		/* global für überschriften (tags) */
	font-style: normal;
	font-weight: 800;
	font-family:Verdana, Arial, Helvetica;
	/*text-transform: uppercase;*/
	font-size: 12px;
	color: #990000;
	/*background-color: #9999CC*/
	}


.small 		{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	list-style-type: square;		/*Ersatz für das IMG in NS4*/
	list-style: square outside;
	/*background-color: #9999CC*/
	}

em	{			/* html-Tag für kursiv; wenn im stylesheet definiert, verändert sich auch Abstand und Einrückung im Netscape*/
	color: #003366;
	}


/* LISTEN */

		/*
		UL	* HTML-Tag; enthält LI, muß abgeschlossen sein; Zuweisungen möglich z.B. UL.pfeil -> in diesem Fall sollen die Eigenschaften (font-size, color etc.) in UL und .pfeil selbst definiert sein und nicht in uL.pfeil);
			*CSS-Zuweisungen fürUL werden von NS4 und IE4 unterschiedlich interpretiert
			**UL - Eigenschaften wirken sich vor allem im IE4 aus;
			**NS4 erkennt nur die Tatsache, daß UL im CSS-file steht und verändert die Punktfarbe auf den Wert der Default-Einstellung (im Body-Tag).
		LI	*enthält den Text bzw. zusätzliche Formatinfos, muß abgeschlossen sein;
			*Font Sizes in LI  führen zu Verwirrungen
			*CSS-Zuweisungen für LI gelten in
			**IE4 fürdie Farbe von Schrift und Bullets, außer man verwendet UL.pfeil, (dann ist das Bullet ein Bild)
			**in NS4 nur für die Bullets, (siehe oben) solange UL nicht eigens definiert ist
		-->vorliegender Fall:
			*UL ist auskommentiert, weil ich die Buttons in NS grün färben will
			*list-style, list-style-type müssen i LI nicht definiert sein weil UL.pfeil (siehe oben)
			*die Eigenschaften in .pfeil werden von beiden Browsern interpretiert
			**trotzdem werden in .pfeil nur die für die Listendarstellungen relevanten Eigenschaften definiert.
			**die Eigenschaften der Type in <em>, das im vorliegenden Fall in LI enthalten ist (<li><em>)
		*/

		/*UL	{
		}*/

LI	{
						/* Font Sizes hier führen zu Verwirrungen*/
	color: #003366;
	list-style-type: square;		/*Ersatz für das IMG in NS4*/
	list-style: square outside;
						/*gilt in IE4 fürdie Farbe von Schrift und Bullets, außer man verwendet UL.pfeil, in NS4 nur für die Bullets, solange UL nicht eigens definiert ist*/
	}

UL.pfeil 	{				/*Fonteigenschaften werden hier nicht interpretiert*/
	}

.pfeil 		{
	list-style-image: url("f1.jpg");	/*nicht interpretiert durch NS4*/
	list-style-type: square;		/*Ersatz für das IMG in NS4*/
	list-style: square outside;
	}

	/* LINKS */


A:link 		{
	text-decoration: none;
	color: #FF0000;
	}

A:active	{
	text-decoration: none;
	color: #CC0000;
	}

A:visited 		{
	text-decoration: none;
	color: #CC0000;
	}

	/* FORMS */
.degrau	{
font-family: sans-serif;
font-size: 12px;
background-color: rgb(204,204,204);
color: rgb(51,51,51);
font-weight: bold;
font-style: normal;
font-variant: normal;
background-color: #9999CC;
text-decoration: none;
	}
.uegrau	{
font-style: normal;
font-weight: 800;
font-family:Verdana, Arial, Helvetica;
/*text-transform: uppercase;*/
font-size: 12px;
color: #003300;
background-color: #9999CC;
		}
.headline	{
font-style: normal;
font-weight: 800;
font-family:Verdana, Arial, Helvetica;
text-transform: uppercase;
font-size: 18px;
color: #9999CC;
background-color: #B2D533;
padding:5px;
background-color: #B2D533;
border-width:1px;
border-style:solid;
border-color:#FFFFFF;
		}
.headlinesubblack	{
font-family: sans-serif;
font-size: 12px;
color: #FFFFFF;
background-color: #B2D533;
/*text-transform: uppercase;*/
font-weight: 800;
font-style: normal;
		}
.headlinesuberror	{
font-family: sans-serif;
font-size: 12px;
color: #FF0000;
background-color: #B2D533;
/*text-transform: uppercase;*/
font-weight: 800;
font-style: normal;
		}
.black	{
font-family: sans-serif;
font-size: 12px;
color: #FFFFFF;
background-color: #B2D533;
/*text-transform: uppercase;*/
font-weight: 800;
font-style: normal;
		}
.side	{
font-family: sans-serif;
font-size: 10px;
color: #000000;
background-color: #9999CC;
/*text-transform: uppercase;*/
font-weight: 800;
font-style: normal;
		}
.leading	{
font-family: sans-serif;
font-size: 10px;
color: #003300;
background-color: #9999CC;
/*text-transform: uppercase;*/
font-weight: 800;
font-style: normal;
text-align:middle;
	}
.input	{
margin-left:0px;
margin: 0px;
margin-top: 0px;
border-width:1px;
border-style:solid;
border-color:#B2D533;
padding:2px;
/*font-family: Verdana, Arial, Helvetica;
font-size: 12px;
font-style: normal;
color: #000000;
background-color: #9999CC*/
		}
.emptyline	{
font-family: sans-serif;
font-size: 10px;
color: #000000;
background-color: #9999CC;
/*text-transform: uppercase;*/
font-weight: 800;
font-style: normal;
		}

.textarea	{
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
font-style: normal;
color: #000000;
background-color: #9999CC;
	}
.select	{
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
font-style: normal;
color: #000000;
background-color: #9999CC;
	}
.checkbox	{
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
font-style: normal;
color: #000000;
	}
.radio	{
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
font-style: normal;
color: #000000;
}
.title {
font-style: normal;
font-weight: 800;
font-family:Verdana, Arial, Helvetica;
/*text-transform: uppercase;*/
font-size: 11px;
color: #FFFFFF;
background-color: #B2D533;
border-width:1px;
border-style:solid;
border-color:#9999CC;
padding:2px;
}



.tdtitle {
font-style: normal;
font-weight: 800;
font-family:Verdana, Arial, Helvetica;
/*text-transform: uppercase;*/
font-size: 10px;
color: #FFFFFF;
background-color: #9999CC;
}
em	{
font-family:serif;
background-color: rgb(255,255,255);
color: rgb(104,104,104);
font-weight: normal;
font-style: normal;
text-decoration: underline;
	}
u	{
font-family:serif;
background-color: rgb(255,255,255);
color: rgb(0,0,0);
font-weight: bolder;
font-style: normal;
text-decoration: underline;
	/*margin:0pt;*/
	}
.rot	{
color: #990000;
	}
.error	{
color: #990000;
	}
