@charset "utf-8";
/* CSS Document */

body {
	margin: 			0px;
	padding:			0px;
	background:			#6e0000 url(/background/body_verlaub.png) repeat-x;
	color:				#660000;
	text-align:			center;
}

center {
	width:				100%;
	margin: 			0px;
	padding:			0px;
}
div.center {
	width:				100%;
	margin: 			0px auto 0px auto;
	padding:			0px;
}

div.block {
	padding: 			5px 0 0 10px;
	width: 				980px;
	text-align:			center;
	margin:				0px;
	top:				0px;
}
div.buehne {
	padding: 			5px 0 0 10px;
	width: 				980px;
	text-align:			center;
	margin:				0px;
	top:				0px;
}

div.textfield {
	width: 				980px;
}

div.clear {
	float:				left;
	clear: 				both;
	width:				990px;
	height:				15px;
	background: #ddd
}

