body {
	background: white url("../images/startscreen_background.jpg") no-repeat top center fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #5c3a1f;
}
h1 {
	font-size: 19.5px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 21.5px;
	color: #5c3a1f;
}
.startscreen {
	width: 860px;
	height: 438px;
	margin: 17px auto;
}
a.weiter {
	display: block;
	width: 133px;
	height: 35px;
	background-image: url("../images/startscreen_weiter.png");
	margin: 0 auto;
	position: relative;
	top: -35px;
}
a.weiter .text {
	display: block;
	width: 133px;
}
a.weiter:hover {
	background-image: url("../images/startscreen_weiter_hover.png");
}
.adresse {
	width: 237px;
	height: 145px;
	margin: 0 auto;
	padding-top: 14px;
	background-repeat: no-repeat;
}
.adresse p {
	line-height: 16.5px;
}
.adresse a {
	color: #5c3a1f;
}
.adresse a:hover {
	text-decoration: none;
}
.adresse .text *, .adresse .text, a.weiter .text {
	color: transparent;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
	filter: alpha(opacity=0);
	opacity: 0;
}
.rabenbraeu {
	background-image: url("../images/startscreen_adresse_rabenbraeu.png");
}
.oldraven {
	background-image: url("../images/startscreen_adresse_oldraven.png");
}