@charset "utf-8";
/* CSS Document */

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.titel {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

a:link {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;
}
a:active {
	font-size: 16px;
	color: #FF0000;
}
.tabellenfarbe {
	background-color: #000000;
}

#container {
	margin: 0px auto 0px auto;
}	
a.link {
	color: #333333;
	text-decoration: underline;
	font-size: 14px;
	}
.programm {
	font-size: 10px;
}
