/*Klassen*/
	/*Download*/
		.download_titel {
			font-weight:bold;
			text-align:center;
		}
		.download_zeile {
			text-align:center;
		}
		.download_zeile a {
			color:#CCCCCC;
		}
		.download_zeile a:hover, :active, :focus {
			background-color:#666666;
		}
	/*Kathegorie*/
		.kath_download_titel {
			font-weight:bold;
			text-align:center;
		}
		.kath_download_zeile {
			text-align:center;
		}
		.kath_download_zeile a {
			color:#CCCCCC;
		}
		.kath_download_zeile a:hover, :active, :focus {
			background-color:#666666;
		}
	/*Datei*/
		.datei_download_titel {
			font-weight:bold;
			text-align:center;
		}
		.datei_download_zeile {
			text-align:center;
			vertical-align:top;
		}
		.datei_download_zeile a {
			color:#CCCCCC;
		}
		.datei_download_zeile a:hover, :active, :focus {
			background-color:#666666;
		}
	/*Stats*/
		.stats_download_titel {
			font-weight:bold;
			text-align:center;
		}
		.stats_download_zeile {
			text-align:center;
			vertical-align:top;
		}
		.stats_download_zeile a {
			color:#CCCCCC;
		}
		.stats_download_zeile a:hover, :active, :focus {
			background-color:#666666;
		}
/*IDs*/
	/*Kathegorie*/
		#titel {
			font-size:28px;
			text-decoration:underline;
		}
	/*Sonstiges*/
		#center {
			text-align:center;
		}
		#fett {
			font-weight:bold;
		}
