body {
		background-color: #999999;
}
	
	#container
	{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -280px;
		margin-left: -400px;
		width: 800px;
		height: 580px;
	
	}
	
	#feld
	{
		background-color: #ffffff;
		float: left;
		width: 800px;
		height: 550px;
	}
	
	#space
	{
		float: left;
		width: 800px;
		height: 235px;
	}
	
	#line
	{
		float: left;
		width: 800px;
		height: 80px;
	}
	
	#seite
	{
		float: left;
		width: 265px;
		height: 80px;
	}
	
	#text
	{
		float: left;
		width: 270px;
		height: 80px;
	}
	
	#zeile
	{
		float: left;
		margin-top: 10px;
		width: 800px;
		height: 20px;
		text-align: center;
	}

span.zeile {
	color: #000000;
	font: 10px Verdana;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.1em;
	margin-top: 0;
	line-height: 1.5em;
}



