body {margin:0;	padding:0; width:100%; height:100%; background:url(../images/bg2.jpg) 0 0 no-repeat; background-color:#321;}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}
div#ajaxfenster {	margin:5px 0 0 0; line-height:15px; color:#fffadc;	font-family:verdana, arial, helvetica, sans-serif;	font-size:12px;	font-weight:normal;	width:770px;	height:30px; text-align:center;}
input#ajaxinput {height:18px; padding:0;	margin:0 0 1px 0;	text-align:right;	color:#999999;	background-color:#fffadc }
span#ajaxspan {font-size:9px;	font-family:verdana, arial, helvetica, sans-serif;	font-weight:normal;}
img#pfeil {	position:relative;	top:3px;}
span#ajaxstatus {	background:url(../images/loading.gif) 0 0 no-repeat;	padding-left:25px;	padding-bottom:5px;}
span#fehler {	color:#ff0000;}
span#normal {font-weight:normal;}
span#fett {font-weight:bolder;}
form#ajaxform {	margin:0;	padding:0 5px 0 0;	display:inline;}
input#ajaxsubmit {	width:60px; text-align:center; margin:0 3px 0 0;}
div#ground { position:absolute; width:770px; height:510px; margin-left:-385px; margin-top:-255px; left:50%; top:50%; text-align:center;}