
@charset "utf-8";

.box {
	width: 1000px;
	height: 490px;
	text-align: center;
	display: flex;
	justify-content: center;
	background-image:url(../images/slide/reservierung_3.jpg);
}

.pfeil {padding: 5px 0 10px 0;}

.left {
	float: left;
	width: 970px;
	height: 200px;
	
}

.center {	
	float: left;	
	width: 500px;
	height: 130px;
}

.right {
	float: left;
	width: 470px;
	height: 130px;
	padding: 70px 30px 30px 0;
}

.fb {
	padding-left: 10px;
}
.widget {
	padding: 30px 0 0px 30px;
}

#xmas-stoerer {
	position: absolute;
	width: 222px;
	height: 248px;
	left: 60px;
	bottom: 360px;
}

#diners-choice {
	position: absolute;
	width: 200px;
	height: 220px;
	left: 60px;
	bottom: 270px;
}


#footer {
	width: 1000px;
	height: 205px;
	margin: 5px 0 0 0;
	background: #f1e9e1;
}




.text {
	font-size: 12px;
	color: #4e3b22;
	padding: 0 0 10px 30px;

}


.menu3 {
	border-left: 1px solid #ffc20e;
	border-right: 1px solid #ffc20e;
}

.menu1, .menu4, .menu5, .menu6 {
	border-right: 1px solid #efe7e0;
}

.menu1, .menu4 {
	border-left: 1px solid #efe7e0;
}




.menu1 a, .menu2 a, .menu3 a, .menu4 a, .menu5 a, .menu6 a{
	color:#efe7e0;

}

.menu1 a:hover, .menu2 a:hover, .menu3 a:hover, .menu4 a:hover, .menu5 a:hover, .menu6 a:hover{
	color:#dbcaba;

}

