body {
	background: #f47e00;
	color: #303030;
	font-family: Roboto;
	margin: 0px;
}

#main {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#navi {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	color: white;
}

.navi-cell {
	text-align: center;
}

.navi-center {
	width: 300px;
}

#navi a {
	text-decoration: none;
	color: white;
	margin: 0px 10px;
	white-space: nowrap;
}

#banner {
	min-width: 900px;
	background: url('../img/slide.png') bottom center;
	background-size: cover;
	text-align: center;
	padding: 0px 50px 100px 50px;
	position: relative;
	color: white;
}

#logo {
	margin-top: -75px;
	margin-bottom: 50px;
}

#banner-text {
	font-family: Pacifico;
	font-size: 32px;
	margin-bottom: 150px;
}

#banner-button {
	border: 2px solid #ff9422;
	color: #ff9422;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 600;
}

#content {
	margin: 50px auto;
}

.content-narrow {
	margin: 0 auto;
	width: 1000px;
}

#content h1 {
	font-family: Pacifico;
	font-weight: 400;
	margin-bottom: 50px;
	clear: both;
}

#gerichte-left {
	float: left;
	width: 40%;
	height: 500px;
	border: 0px;
	margin-bottom: 50px;
	border: 1px solid #303030;
}

#gerichte-right {
	float: right;
	width: 55%;
	margin-bottom: 50px;
}

#gerichte-right div {
	margin-bottom: 50px;
}

.photo-row {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#pic {
	margin: 10px;
}

.pic {
	margin: 10px;
}

.square-thumb {
	width: 150px;
	height: 150px;
}

#footer {
	clear: both;
	background: #303030;
}

#footer a {
	text-decoration: none;
	color: white;
}

#footer-inner {
	height: 100px;
	width: 1000px;
	margin: 0 auto;
	display: relative;
	text-align: left;
}