body {
	background-color: #FFFFCF;
}

.rahmen {
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 200px;
	top: 100px;
	background-color:#FFFFFF;
	width:620px;
	height:350px;
	z-index:7;
}
.adresse {
	position:absolute;
	left:228px;
	top:325px;
	width:197px;
	height:108px;
	z-index:10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005784;
	line-height: 16px;
}
.logo {
	position:absolute;
	left:210px;
	top:111px;
	width:600px;
	z-index:9;
}
.sprache {
	position:absolute;
	left:606px;
	top:421px;
	width:200px;
	z-index:8;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.sprache a {
	color: #005784;
	text-decoration: none;
	width: 10px;

}
.sprache a:hover {
	background: #ECECEC;
	text-align: center;
	text-decoration: underline;
	color: #28E;
}
