/*Klassen*/
	/*Links*/
		.links_titel {
			font-weight:bold;
			text-align:center;
		}
		.links_zeile {
			text-align:center;
		}
		.links_zeile a {
			color:#CCCCCC;
		}
		.links_zeile a:hover, :active, :focus {
			background-color:#666666;
		}
	/*Kathegorie*/
		.kath_links_titel {
			font-weight:bold;
			text-align:center;
		}
		.kath_links_zeile {
			text-align:center;
		}
		.kath_links_zeile a {
			color:#CCCCCC;
		}
		.kath_links_zeile a:hover, :active, :focus {
			background-color:#666666;
		}
		.kath_links_zeile2 {
			text-align:center;
		}
/*IDs*/
	/*Links*/
		#links_anz {
			font-weight:bold;
		}
	/*Kathegorie*/
		#kath_links_anz {
			font-weight:bold;
		}
		#kath_links_beschreibung {
			font-size:12px;
		}
	/*Sonstoges*/
		#center {
			text-align:center;
		}
