body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #555;
}

#page {
	width: 1000px;
	background-color: #fff;
	margin: 46px auto 0 auto;
	background: url(../images/page_bg.png) repeat-y;
}

header {
	position: relative;
	width: 1000px;
	height: 200px;
	border: 1px solid #c5ac55;
	border-radius: 15px;
	background-color: #e4e2d8;
	background: url(../images/header_bg.jpg) repeat-x;
	box-shadow: 0 0 5px #888888;
}

header h1 {
	display: none;
}

header #logo {
	position: absolute;
	left: 20px;
	top: -38px;
}

#bilderleiste {
	width: 742px;
	float: right;
	height: 200px;
	margin: 0px 0px 1px 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-left: 1px solid #999;
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
}

.jubilaeum {
	position: absolute;
	top: 20px;
	right: -100px;
	transform: rotate(15deg);
	background-image: url(../images/180Jahre_Brauerei-Kraus.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 220px;
	height: 130px;
}

/***   Content     **********/

#content {
	position: relative;
	float: left;
	width: 650px;
	margin: 5px 0 10px 40px;
	min-height: 200px;
}


/***   Footer     **********/

footer {
	clear: both;
	float: none;
	position: relative;
	height: 31px;
	width: 880px;
	margin-left: 100px;
	font-size: 12px;
	border: 1px solid;
	border-color: #c9c5bc;
	border-top-color: #c5ac55;
	color: #666;
	background-color: #d7d3c1;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	box-shadow: 0 2px 5px -2px #888888;
}

footer p {
	text-align: right;
	margin: 0;
	padding: 7px 14px;
}

footer #as {
	position: relative;
	left: 0px;
	font-size: 9px;
	height: 30px;
	margin: 8px 0;
}

footer #as a {
	color: #ad9787;
	font-weight: normal;
}

footer #as a:hover {
	color: #babdc0;
}
