* {
	margin: 0;
	padding: 0;
}
html, body {
	border: 0;
	height: 100%;
}
body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
a img {
	border: 0;
}
#startseite {
	background-color: #ddeee5;
	height: 618px;
	margin: 0 auto;
	width: 1008px;
	position: relative;
}
#startseite img {
	display: block;
	margin: 0 auto;
}
#startseite #collage {
	height: 327px;
}
#startseite #logo {}
#startseite #kurzlinks {
	height: 127px;
}
#startseite table {
	font-size: 19px;
	font-weight: bold;
	margin: 40px auto 0;
}
#startseite table td {
	padding: 0 5px;
}
/* Zentrierung Vertikal */
#abstand {
	float: left;
	height: 50%;
	width: 1px;
	margin-bottom: -309px; /* hoehe von vorschaltseite: 618px; davon die hälfte; */
}
#startseite {
	position: relative;
	clear: left;
}