/*Klassen*/
	/*awards*/
		.awards_titel {
			font-weight:bold;
			text-align:center;
		}
		.awards_zeile {
			text-align:center;
		}
		.awards_zeile a {
			color:#CCCCCC;
		}
		.awards_zeile a:hover, :active, :focus {
			background-color:#666666;
		}
	/*Kathegorie*/
		.kath_awards_titel {
			font-weight:bold;
			text-align:center;
		}
		.kath_awards_zeile {
			text-align:center;
		}
		.kath_awards_zeile a {
			color:#CCCCCC;
		}
		.kath_awards_zeile a:hover, :active, :focus {
			background-color:#666666;
		}
		.kath_awards_zeile2 {
			text-align:center;
		}
/*IDs*/
	/*awards*/
		#awards_anz {
			font-weight:bold;
		}
	/*Kathegorie*/
		#kath_awards_anz {
			font-weight:bold;
		}
		#kath_awards_beschreibung {
			font-size:12px;
		}
	/*Sonstoges*/
		#center {
			text-align:center;
		}
