
/* Die Stylesheet-Datei für die Formatierung der Seiten */

body
{
	color: #ffff00;
  background-color: #000000;
  font-family: Arial, Tekton, Blueprint, "Dom Casual", "Dom Casual BT", serif;
  font-size: 14pt;
  margin-left: 25px;
  margin-top: 25px;
  
}







			/* Das Verhalten von Links festlegen */

/*a
{
	text-decoration: none;
    color: #ffff00;
}*/






a:link
{
	text-decoration: underline;
    color: #ffff00;
}

    
a:visited
{
	text-decoration: underline;
    color: #ffff00;
}
    
a:hover
{
	text-decoration: underline;
    color: #ffffff;
}

a:active
{
	text-decoration: underline;
    color: #ffffff;
}
    


    
/* Schriftart für die Überschriften neben dem Banner festlegen */

#banner
{
	color: #cccc66;
	font-family: "Comic Sans MS", Tekton, Blueprint, "Dom Casual", "Dom Casual BT", serif;
  font-size: 24pt;
  
}


/* Setzt als wiedergabefarbe Rot */

/* Einmal für Überschriften */

h1
{
	font-size: 14pt;
  color: #ff0000;
}


/* Einmal auch so, damit kein Zeilenumbruch stattfindet */

font.rot
{
	font-size: 14pt;
    color: #ff0000;
}

.gross4
{
	font-size: 16pt;
}


		/* Tabellenelemente formatieren */

/* Farbformatierung für Zellen, da manche Browser die Standardfarbe nicht für Tabellen verwenden */

td.n
{
	color: #ffff00;
}

td.nr
{
	color: #ffff00;
  margin-right: 50px;
}

/* Spalte auf Weite 160 Pixel festlegen */

td.w160
{
	width: 160px;
}



/* Zeichenfluß um Fotos herum festlegen */

img.l
{
	
    float: left;
}



/* Schwarzerhintergrund für frame */

frame.schwarz

{
	background: #000000;
}



			/* Allgemeine classen, z.B. gross,klein usw. */

/* um 2 pt größere Schrift */

.gross2
{
	font-size: 14pt;
}


/* um 4 pt größere Schrift */



