body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color:#ffffff;
}
#rahmen {
	width: 680px;
	margin: auto;		/* horizontal centering for IE Win quirks */
	text-align: left;
	position: relative;
	
}
#header {
	width: 680px;
	height: 73px;
	background-image: url(img/headerLogo.gif);
}
#kontakt {
	position: absolute;
	right: 0px;
}
#kontakt a {
	text-decoration: underline;
}
#inhalt {
	margin-top: 25px;
}

.referenz {
	margin-top: 25px;
}
.referenz img {
	margin-top: 5px;
}
.impressum {
	margin-top: 75px;
	margin-bottom: 25px;
	font-size: 0.7em;
}