/*Body: Scrollbalken weiß, Hintergrund schwarz, Hintergrundbild*/
	body 	{background-color:#000000; 	
		scrollbar-base-color:#EEEEEE; 
		scrollbar-3dlight-color:#DDDDDD; 
		scrollbar-arrow-color:#000000; 
		scrollbar-darkshadow-color:#444444;
		scrollbar-face-color:#ffffff;
		scrollbar-highlight-color:#DDDDDD;
		scrollbar-shadow-color:#444444;
		scrollbar-track-color:#000000;}


/*Trennlinien-Farbe*/
	hr 	{color:#ff0000}
	hr#dünn {color:#ff0000; height:1px}

/*Link-Farben*/
	a:link {color:#ffffff; text-decoratin:underline; font-family:Arial; font-size:16pt}
	a:visited {color:#ffffff; text-decoratin:underline; font-family:Arial; font-size:16pt}
	a:hover {color:#ffffff; text-decoratin:underline; font-family:Arial; font-size:16pt}
	a:active {color:#ffffff; text-decoratin:underline; font-family:Arial; font-size:16pt}

/*Absätze, Ausrichtungen*/
	p 	{text-align:left}
	p#links	{text-align:left}
	p#mitte {text-align:center}
	p#rechts{text-align:right}
	p#block	{text-align:justify}

/*Inputs: Schwarz, weiße Schrift, Arial, fett, weißer Rahmen-3px*/
	input {background-color:#000000; border-color:#ffffff; border-width:3px; color:#ffffff; 
	font-family:Arial; font-weight:bold}
	button {background-color:#000000; border-color:#ffffff; border-width:3px; color:#ffffff; 
	font-family:Arial; font-weight:bold}

/*Textfeld: schwarz, weiße schrift, Arial, fett, weißer Rahmen-3px*/
	textarea {background-color:#000000; border-color:#ffffff; border-width:3px; color:#ffffff; 
	         font-family:Arial; font-weight:bold;}

/*Bilder ohne Rahmen*/
img {border:none}

/*Tabellen*/
table        	{border:none}
table#border 	{border:1px; border-style:solid; border-color:#ffffff}
td 		{border:none; text-align:center}
td#border 	{border:1px; border-style:solid; border-color:#ffffff; text-align:center}
th 		{border:none; text-align:center}
th#border 	{border:1px; border-style:solid; border-color:#ffffff; text-align:center}
	/*links*/
		td#links 	{border:none; text-align:left}
		td#border-links {border:1px; border-style:solid; border-color:#ffffff; text-align:left}
		th#links  	{border:none; text-align:left}
		th#border-links {border:1px; border-style:solid; border-color:#ffffff; text-align:left}
	/*rechts*/
		td#rechts  	{border:none; text-align:right}
		td#border-rechts{border:1px; border-style:solid; border-color:#ffffff; text-align:right}
		th#rechts  	{border:none; text-align:right}
		th#border-rechts{border:1px; border-style:solid; border-color:#ffffff; text-align:right}
	/*Blocksatz*/
		td#block  	{border:none; text-align:justify}
		td#border-block {border:1px; border-style:solid; border-color:#ffffff; text-align:justify}
		th#block  	{border:none; text-align:justify}
		th#border-block {border:1px; border-style:solid; border-color:#ffffff; text-align:justify}

