/* body beinhaltet die Informationen die sonst im <body>-Tag stünden */
body  { color: #000000; background-color: #CFCBC8 }

/* Hier wird der Rahmen für die Tabelle definiert */
table.main {
	 border-top:5px ridge #8c0b00;
	 border-left:10px ridge #8c0b00;
	 border-right:5px ridge #8c0b00;
	 border-bottom:10px ridge #8c0b00;
}

/* td.title verändert die Darstellung der Kopfzeile */
td.title {
	background-color:#CFCBC8;
	font-size:x-large;
	color: #6e1100;
	}
	
/* Darstellung des Login/Logout-Feldes */
td.login {
	background-color:#CFCBC8;
	color: #000000;
	}	
p.login {
	color: #6e1100;
	}
	
/* td.statistic und p.statistic beeinflussen die Darstellung des Statistik-Blocks */
td.statistic {
	background-color:#CFCBC8;
	color: #000000;
	}
p.statistic {
	color: #6e1100;
	}

/* Content Feld */
td.content {
	background-color:#CFCBC8;
	color: #000000;
	}

/* Footer */
td.footer {
	background-color:#CFCBC8;
	color: #000000;
	}

/* Und wie sollen die Links aussehen? */
a:link  { color: #000000; text-decoration: underline }
a:visited  { color: #6e1100; text-decoration: underline }	
	
/* Normaler Text */	
p.text {
	font-size:normal;
	color: #000000;
	}
p.title {
	font-size:x-large;
	color: #6e1100;
	}
	
