body { 
	color:black;
	background-color:black;	
	}

table {	
	background-color: black;
	empty-cells:show;
	border-collapse: collapse;
	border:1px solid black;		/* 1px solid white, Farbe der Tabellenlinien */	
	}

/* Zeilen */

tr#firstrow {
	height:20px;
	/* Schrift */
	font-family:sans-serif;
	color:white;
	font-size:100%;
	/*font-weight:bolder;*/		/* alternativ: bold, bolder, light, 100 - 900 */
	font-variant:small-caps;	/* alternativ: normal, capitalize */
	text-transform:capitalize;	/* alternativ: normal, capitalize */
	}
tr#secondrow {				/* Banner*/
	height:300px;
	/* Schrift */
	font-family:sans-serif;
	color:white;
	font-size:100%;
	/*font-weight:bolder;*/		/* alternativ: bold, bolder, light, 100 - 900 */
	font-variant:small-caps;	/* alternativ: normal, capitalize */
	text-transform:capitalize;	/* alternativ: normal, capitalize */
	} 
tr#menubarrow {height:50px;
	/* Schrift */
	font-family:sans-serif;
	color:white;
	font-size:100%;
	font-weight:bolder;		/* alternativ: bold, bolder, light, 100 - 900 */
	font-variant:small-caps;	/* alternativ: normal, capitalize */
	text-transform:capitalize;	/* alternativ: normal, capitalize */}
tr#contentrow {max-height: 100px;} 	 /* Warum hat das keine Auswirkung??? */
tr#footer{height:50px;}

/* 		Abmessungen der Tabellenbreite werden hier durch die Summe der Spaltenbreiten festgelegt.
		Breite momentan 1000px */
		
/* Spalten */

col#firstcol {width:50px;}
col#secondcol {width:100px;}
col#thirdcol {width:850px;
			/*min-height:1000px;*/
			/*height:auto !important;*/
			/*height:1000px;*/
	} 	 /*Spalte xx., die Wasserzeichenbreite sollte diese Breite haben*/
col#fourthcol {}		/*Spalte mit Werbung*/

h1#contentheader {	
	color:white;
	/* Schrift */
	font-family:sans-serif;
	color:white;
	font-size:100%;
	font-weight:bolder;		/* alternativ: bold, bolder, light, 100 - 900 */
	font-variant:small-caps;	/* alternativ: normal, capitalize */
	text-transform:capitalize;	/* alternativ: normal, capitalize */
	/*background-color: black;*/
	}
.discoheader{
	color:white;
	/* Schrift */
	font-family:sans-serif;
	color:white;
	font-size:100%;
	font-weight:bolder;		/* alternativ: bold, bolder, light, 100 - 900 */
	font-variant:small-caps;	/* alternativ: normal, capitalize */
	text-transform:capitalize;	/* alternativ: normal, capitalize */
	/*background-color: black;*/
}

	
/* Menülinks */
a {
	color: white;
	text-decoration: none; /* alternativ: none, overline, linethrough */
	}
a:visited {
	color:white;
	/* text-decoration: underline;  alternativ: none, overline, linethrough */
	}
a.active {
	text-decoration: overline underline;
}

/*Absätze*/
p#content {
	/* Schrift */
	font-family:sans-serif;
	color:white;
	font-size:100%;
	font-weight:normal;		/* alternativ: bold, bolder, light, 100 - 900 */
	font-variant:normal;	/* alternativ: normal, capitalize */
	text-transform:normal;	/* alternativ: normal, capitalize */
	}
p#herecome {
	/* Schrift */
	font-family:sans-serif;
	color:white;
	font-size:100%;
	font-weight:bolder;		/* alternativ: bold, bolder, light, 100 - 900 */
	font-variant:small-caps;	/* alternativ: normal, capitalize */
	text-transform:capitalize;	/* alternativ: normal, capitalize */
	}
p#contentimage {
	text-align:right;
	}
.contentmusic {
	font-family:sans-serif;
	color:white;
	font-size:100%;
	font-weight:normal;		/* alternativ: bold, bolder, light, 100 - 900 */
	font-variant:normal;	/* alternativ: normal, capitalize */
	text-transform:normal;	/* alternativ: normal, capitalize */	
	}

div#musicErsteSpalte {
	background-color: black;
	width: 450px;
	float:left;
	}
div#musicZweiteSpalte {
	background-color: black;
	width: 390px;
	float:right;
}

/*Tabelle*/white

td {

	/*background-color: white;*/
	}

td#header  {
			background-color:black;
			font-family:sans;
			font-size:72;
			background-image:url(./pics/banner.jpg);  		/* Größe im Moment: 950 x 15*/
			background-repeat: no-repeat;
			}
td#content {
/* 			Wasserzeichen als Hintergrund für die Content-Zelle. Die Breite richtet sich nach der
			Breite der entsprechenden Spalte. Die Spalte ist mit "Spalte xx" gekennzeichnet. 
			Das Hintergrundbild wz.png sollte diese Breite haben. */			
			/*background-image:url(wz1.png); */ 			
			background-repeat: no-repeat;
			}
			
td#footer { /* Schrift */
			font-family:sans-serif;
			color:white;
			font-size:60%;
			font-weight:bold;		/* alternativ: bold, bolder, light, 100 - 900 */
			font-variant:small-caps;	/* alternativ: normal */
			text-transform:capitalize;	/* alternativ: normal */
			}

