/* General Styles
=================================*/

body
{
	font-family: Helvetica, Verdana;
	font-size: 12px;
	line-height: 16px;
	background: url(kachel86px.gif) center top; 
/*		background-color: #f2f2f2;	*/	
	margin:0px;
	padding:0px;
	color: #333;
	align: center;
}

p {
	margin: 14px 5px 0px 8px;
	padding: 0;
}


div#contentbox
{
	/*	position: absolute;
	align: center;
	left: 257px;
	top: 29px;
	width: 822px;
	background: #f2f2f2 no-repeat right bottom;
	z-index: 1;
	min-height: 379px;
	border-bottom: 1px solid white;
	height: 488px;
	position: relative;
	margin: 0 auto;
	width: 900px;
	align: center;
	top: 28px; */
    z-index: 1;
	position: absolute;
	left: 50%; 
	width: auto;
	margin-left: -481px; /* negative Hälfte von width:972px */
	top: 35px;
	height: 5px;


  }
