#global {
	margin: auto;
	padding: 0px;
	width: 780px;
	position: relative;
	top: 80px;
	text-align: left;
}
#head {
	background: url(head.png) no-repeat;
	height: 200px;
}
#head a {
	color: #FFFFFF;
}
#breadcrumb {
	position: absolute;
	left: 35px;
	top: 20px;
	height: 30px;
	width: 580px;
	line-height: 30px;
}
#breadcrumb span {
	padding: 0px 10px;
	float: left;
	background: url(arrow.png) no-repeat left center;
}
#kleingarten {
	line-height: 30px;
	position: absolute;
	text-align: right;
	left: 615px;
	top: 20px;
	width: 130px;
	height: 30px;
}
#menu {
	position: absolute;
	left: 35px;
	top: 170px;
	height: 30px;
	width: 710px;
	line-height: 30px;
}
#menu span {
	float: left;
}
#menu a {
	padding: 5px 10px;
	color: #000000;
}
#menu a:hover, #menu_active {
	background: #BCDE48;
	text-decoration: none;
}
#menu_active {
	font-weight: bold;
}
#page {
	background: url(page.png) repeat-y;
}
#container {
	padding: 15px 35px;
}
#footer {
	background: url(footer.png) no-repeat bottom;
	height: 50px;
	text-align: center;
	margin-top: 15px;
}

/*
** 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;
}

