/* CSS Document */



body {

	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	background-image: url(../images/mainbg_02.jpg);
	background-color: #939393;

}

div.streifen {

	float: left;
	width: 60%;
	background-image:url(../images/streifen_03.png);
	height: 146px;
	background-position: right;

}

#streifen1 {
	position: relative;
	margin-top: 5%;

}

#streifen2, #streifen3 {
	position: relative;
	margin-top: 51px;

}

#imgaboden, #imgksteg, #imgprk {
	position: absolute;
	top: 20px;
	right: 20px;

}
#imgaboden {
	position: absolute;
	top: 45px;
	right: 20px;

}



#imgprk {
	position: absolute;
	top: 8px;
	right: 20px;

}