body {
	background-color:#A3D514;
/*	339900;
	background-image:url(/bilder/index/back.jpg);
	background-attachment:fixed;*/
	margin:0px;
	z-index:1;
}

.fusslinie, .mittellinie {
	position:absolute;
	left:0px;
	width:100%;
	height:30px;
	padding:0px;
	margin:0px;
	background-color:#000;
	z-index:1;
}

.fusslinie {
	bottom:0px;
}

.mittellinie {
	bottom:50%;
	z-index:0;
}

.kasten {
	position:absolute;
	left:50%;
	bottom:50%;
	width:300px;
	height:300px;
	margin-left:-150px;
	margin-bottom:-135px;
	background-color:#00A650; /*ffc*/
/*	background-image:url(/bilder/index/kasten.jpg);*/
/*	filter:alpha(opacity=70);*/
	z-index:1;
}


.text {
	position:absolute;
	width:250px;
	left:50%;
	bottom:50%;
	margin-left:-110px;
	margin-bottom:-125px/*-85px*/;
	z-index:2;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	color:#000;
	text-align:right;
}
.text a { color:#000; text-decoration:none; }

.fett 	{ font-weight:bold; }

.haken {
	position:absolute;
	left:50%;
	bottom:50%;
	margin-left:-150px;
	margin-bottom:-135px;
	z-index:2;
}

img { border:0px solid #000; }