* {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:small;
	color:black;
	margin:0;
	padding:0;
	border:0;
}
html, body{
	height: 100%;
}
body {
	background:#ed632c url(../images/bg_gradient.jpg) repeat-x;
}
#centerBox
{
	position: absolute;
	width:970px;
	height:95%;
	top: 30px;
	left: 50%;
	margin-left: -485px;
	background:url('../images/center-repeat.jpg') #E63B25 top center repeat-y;
	
}
#centerTop{
	background:url('../images/center-bg.jpg') top center no-repeat;
	width:970px;
	min-height:663px;
  	height:auto !important;
  	height:663px;
}

#centerForm, #centerBedankt{
	background:url('../images/form.png') top center no-repeat;
	position: absolute;
	top:287px;
	left:236px;
  	width:514px;
  	height:171px;
}
#centerBedankt{
	background:url('../images/bedankt.png') top center no-repeat;
}
#centerForm #field{
	border:1px solid red; 
	height:15px;
	margin-top:62px; 
	margin-left:31px;
	width:275px;
}
#centerForm #btn{
	position: absolute;
	top:61px;
	left:315px;
}
#pageTitle{
	position: absolute;
	top:14px;
	left:183px;
}
#trosSter{
	position:absolute;
	top:0px;
	left:-46px;
	z-index:2;

}

