.uebersicht {
	width: 100%;
	height: 500px;
	overflow: auto;
	background-color: #ffffff;
	border: 1px solid gray;
}

.uebersicht a:link, .uebersicht a:visited {
	text-decoration: none;
}

.uebersicht a:active, .uebersicht a:hover, .uebersicht a:focus {
	text-decoration: none;
}

.uebersicht h2, .uebersicht h3 {
	padding: 5px;
}
.uebersicht p {
	margin-left: 5px;
}
.uebersicht td {
	width: 95px;
	text-align: center;
	line-height: 1.1em;
	padding-bottom: 10px;
}

.uebersicht img {
	height: 95px;
}
