html, body{
	height:100%;
	margin:0;
	padding:0;
	min-height:100% !important;
	margin:0px;
	padding:0px;
	position: relative;
	background-image:url(../art/basic/bg_sterne.gif);
	text-align:center;  
}

* html #center {
	height:184px;
}

#center {
	padding:0;
	width:574px;
	min-height:260px;  
	position:absolute;
	top:30%;                  
	left:50%;
	margin:-130px 0 0 -287px;
	text-align:center;
}

div#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	height:120px;
	background-image: url(../art/basic/bg_horizont.gif);
	background-repeat:repeat-x;
}
#schriftzug{
	margin:0 auto; 
	border-bottom-color:#C9A25F;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top-color:#C9A25F;
	border-top-style:solid;
	border-top-width:thin;
	width:340px;
	height:auto;
	font-family:Arial;
	font-size:12px;
	color:#C9A25F;
	padding-top:10px; 
	padding-bottom:10px;
}
