/*
** Layout
*/
body {
	background: #EEC98B url(background.png) repeat-x center 120px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#global {
	position: relative;
	margin: auto;
	width: 828px;
	top: 10px;
	text-align: left;
	background: url(global.png) repeat-y;
}
#head {
	position: absolute;
	width: 825px;
	height: 350px;
	left: 0px;
	top: 0px;
	background: url(head.png) no-repeat;
}
#head img {
	border: none;
	width: 100%;
	height: 100%;
}
#head .brauhaus {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 210px;
	height: 210px;
	z-index: 100;
}
#container {
	position: relative;
	width: 740px;
	left: 85px;
	padding-top: 75px;
	background: url(container.png) no-repeat left bottom;
	min-height: 100px;
}
#content {
	position: relative;
	width: 530px;
	left: 10px;
	float: left;
	padding-top: 170px;
	min-height: 200px;
}
#sidebar {
	position: relative;
	float: right;
	width: 196px;
	padding-bottom: 82px;
	background: url(sidebar-bottom.png) no-repeat left bottom;
}
#sidebar .top {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(sidebar-top.png) no-repeat left top;
	width: 196px;
	height: 94px;
}
#sidebar .weissenburg {
	display: block;
	margin: 6px 0px 0px 14px;
}
#sidebar-elements {
	position: relative;
	padding: 0px 15px;
	margin-left: 4px;
	margin-top: 94px;
	background: url(sidebar.png) repeat-y;
	/*min-height: 50px;*/
}
#footer {
	width: 825px;
	height: 145px;
	padding-top: 15px;
	text-align: center;
	background: url(footer.png) no-repeat;
}

/*
** Layout helpers
*/
.clear {
	display: block;
	
	_display: inline-block;
	_height: 1%;
}
.clear:after, .clearafter {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.center-pixel {
	height: 1px;
	left: 50%;
	overflow: visible;
	position: absolute;
	top: 50%;
	width: 1px;
}

