body {
	background-image:url('../images/bg_lg.jpg');
	background-repeat:repeat-x;"
}

h1, h2, h3, h4, h5, h6 {
	color:#6B8C55;
	font-weight:lighter;
	text-transform:uppercase;
	font-size:24px;
	margin-bottom:10px;
}
.ce_text {
	width:800px;
	line-height:1.5;
	}
.background {
	position:absolute;
	background-image:url('../images/bg_green.jpg');
	background-position:center;
	background-repeat:no-repeat;
	top:145px;
	height:496px;
	width:100%;
	z-index:2;
}
.footer {
	color:#FFFFFF;
	text-align:center;
	background-image:url('../images/footer_green.png');
	background-position:center;
	padding-top:20px;
        font-size:14px;
	background-repeat:no-repeat;
	position: absolute;
	height:30px;
	bottom:0px;
	width:100%;
	z-index:5;
}
a.buttonlink {
	color: #fff;
	text-decoration:none;
	background: #6B8C55 url('../images/button_pfeil.png') no-repeat left center;
	padding: 0.5em 1.5em 0.55em 3em;
	-webkit-border-radius: 0.5em; 
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	display:inline-block;
	width:auto;
}
div.buttonlink {
	padding:10px 0 10px 0;
}