/* DATEI: beschr.css */

/* Stylesheet-Datei fuer die Stueckbeschreibungen */

body{
	text-autospace:none;
	margin-top:9.6pt;
	font-size:10.0pt;
	font-family:"Arial";
	font-style:normal;
	text-align:justify;
	color:white;
	background-color:#181818;

	scrollbar-base-color:#666666;
	scrollbar-3dlight-color:#888888;
	scrollbar-arrow-color:#000000;			/* der kl. Pfeil auf dem Up/Down Button*/
	scrollbar-darkshadow-color:#000000;		/* die rechte untere (dunkle) Kante */
	scrollbar-face-color:#585555;			/* Oberflaeche der Button */
	scrollbar-highlight-color:#888888;		/* obere linke Lichtreflex-Kante  */
	scrollbar-shadow-color:#555555;			/* die rechte untere Kante */
	scrollbar-track-color:#333333;			/* die Scroll-Basis */
}

.Headline {
	font-family:"Arial";
	font-size:24pt;
	text-align:left;
	line-height:38.4pt;
	color:white;
	background-color:#181818;
}

.SubHeadline {
	margin-top:1.45pt;
	font-size:16.5pt;
	text-align:center;
	color:white;
	letter-spacing:-.6pt;
	background-color:#181818;
}


.Anweisung {
	font-family:"Arial";
	font-size:8.0pt;
	text-align:center;
	font-style:normal;
	text-decoration:underline;
	background-color:#181818; 
}



.Author {
	font-family:"Arial";
	font-size:8.0pt;
	font-style:normal;
	text-decoration:underline;
	background-color:#181818; 
}


.Text {
	text-autospace:none;
	margin-top:9.6pt;
	font-size:10.0pt;
	font-family:"Arial";
	font-style:normal;
	text-align:left;
	color:white;
	background-color:#181818;
} 


.PressName {
	font-size:8.0pt;
	font-family:"Arial";
	font-style:italic;
	text-align:right;
	color:white;
	background-color:#181818;
}

td {
	text-autospace:none;
	margin-top:9.6pt;
	font-size:10.0pt;
	font-family:"Arial";
	font-style:normal;
	text-align:justify;
	color:white;
	background-color:#181818;
}