* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
body { 
	font: 0.8em Arial, Helvetica, Geneva, sans-serif;
	background: #e1e1e1 url(../images/body_bg.png) repeat-x;
	text-align: center;
	color: #565a54;
}
#center {
	background: url(../images/startseite.png) no-repeat;
	width: 699px;
	height: 488px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 170px;
	text-align: left;
}
*+html #center { /*IE7 only*/
  background: url(../images/startseite.gif) no-repeat;
}
* html #center { /*IE6 only*/
  background: url(../images/startseite.gif) no-repeat;
}
#startlink {
	position: absolute;
	bottom: 0;
	left: 290px;
	width: 147px;
	height: 140px;
}
#startlink {
	background-image: url(../images/startbutton.png);
}
* html #startlink {
	background-image: url(../images/startbutton.gif);
}
*+html #startlink {
	background-image: url(../images/startbutton.gif);
}
#adresse {
	position: relative;
	top: 312px;
	left: 95px;
	width: 260px;
}
#adresse a {
	color: #565a54;
}