html {
	height: 100%;
}
body {
	height: 95%;
	color: #000000;
	background-color: #eeddaa;
}
a {
	text-decoration: none
}
a:link {
	color: #772222
}
a:visited {
	color: #772222
}
a:active {
	color: #aa2222;
	text-decoration: underline
}
a:hover {
	color: #aa2222;
	text-decoration: underline
}
.centrator {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	vertical-align: middle;
}
.info {
	text-align: right;
	vertical-align: middle;
	font-size: smaller;
	font-weight: normal;
	width: 100%;
}
h1 {
	background-color: #ddcc99;
	text-align: right;
	vertical-align: middle;
	font-size: x-large;
	font-weight: bold;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}
p, address {
	margin: 0px;
	padding: 3px;
	padding-bottom: 0px;
	padding-bottom: 10px;
}
.buechse {
	height: 369px;
	width: 254px;
	border: 0px;
	vertical-align: bottom;
}
.footer {
	color: #eeddaa;
	background-color: #181810;
	text-align: right;
	vertical-align: middle;
	font-size: 100%;
	font-weight: bold;
	padding: 2px;
}
.langselect {
	position: absolute;
	top: 0px; 
	left: 0px;
	margin-left: 0px; 
	margin-right: auto; 
	text-align: left;
}
.langselectold {
	position: absolute;
	top: 0px; 
	right: 0px;
	margin-left: auto; 
	margin-right: 0px; 
	text-align: right;
}
