body {
	background-image: url('/bgf/pics/bier-hintergrund.jpg');
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: rgb(252, 219, 15);
	background-size: 100% auto;
}
.container {
	background: rgba(255,255,255,.75);
}
h1, h2, h3, h4, h3.panel-title {
	color: #337ab7;
	font-weight: bold;
}
#bierkarte {
	height: 500px;
}
.thumbnail img {
	width: 100%;
}
.content {
	padding-bottom: 1em;
}
.map {
	margin-top: 2em;
	padding: 0 1em;
}