* {
	margin: 0;
	padding: 0;
}
body {
	min-width: 548px;
	min-height: 356px;
	background-image: url(../img/hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #2d2924;
}
#container {
	width: 548px;
	height: 356px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -178px;
	margin-left: -274px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#wildnwiesn {
	position: absolute;
	right: -50px;
	top: 65px;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	height: 2px;
}
.box_link {
	margin-right: 84px;
}