/* DATEI: bild.css */

/* Stylesheet-Datei fuer die grossen Bilder */

body{
	background-color:#222222;
	color:white;

	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=center;
	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;

	line-height:9.1pt;
	mso-line-height-rule:exactly;
	text-align:justify;

	font-size:10.0pt;
	font-family:"Arial";
	font-style:normal;
	color:white;
	background-color:#181818;
} 

div.table	{ display:table; 
	border:0;
	padding:0;
	spacing:10;
	width:400;
	height:200;
	background-color:#222222;
	/*border-collapse:collapse; */
}

div.tr		{ display:table-row; }
div.td		{ display:table-cell; }







