body { 
	background-image: url(../bilder/preise_bg.jpg);
	background-repeat:no-repeat;
    scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #c9aa39;
	scrollbar-face-color: #cf6111;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container_p {
	position: absolute;
	width:450px;
	height:400px;
	margin-left:0px;
	margin-top:0px;
}

#txt_main {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	position: absolute;
	width: 385px;
	height: 320px;
	margin-left: 40px;
	margin-top: 68px;
	z-index: 1;
	line-height: 12pt;
}

#preise {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
	position: absolute;
	width: 150px;
	height: 80px;
	margin-left: 275px;
	margin-top: 148px;
	z-index: 2;
	line-height: 12pt;
}

#head {
	font-family: Helvetica, sans-serif;
	font-size: 14pt;
	color: #c9aa39;
	text-align: left;
	position: absolute;
	width: 330px;
	height: 22px;
	margin-left: 40px;
	margin-top: 40px;
	z-index: 1;
}

