/*Klassen*/
	/*Wir*/
		.uuns_titel {
			text-align:center;
			font-weight:bold;
			text-decoration:underline;
		}
		.uuns_zeile {
			text-align:center;
		}
		.uuns_zeile a {
			display:inline;
		}
		.uuns_zeile a:hover, a:active, a:focus {
			background-color:#666666;
		}
	/*Person*/
		.uuns_pers_table {
			width:100%;
		}
		.uuns_pers_titel {
			text-align:center;
			font-weight:bold;
		}
		.uuns_pers_zeile {
			text-align:center;
		}
		.uuns_pers_zeile a {
			display:inline;
		}
		.uuns_pers_zeile a:hover, a:active, a:focus {
			background-color:#666666;
		}
		.uuns_pers_portrait {
			max-width:150px;
		}
/*IDs*/
	#gross {
		font-size:xx-large;
	}
	#links {
		text-align:left;
	}
