html, body {
height: 100%;
margin: 0;
padding: 0;
}

body {
	font-size: small;
	margin:0;
	padding:0;
	
	background: #FFFFFF url(../grafik/bg-silber1200x900.jpg) no-repeat center;
	}


#content { width:999px; 
height:385px; 
margin: auto;
margin-top:10%;
	background: url(../grafik/bg-content.png) no-repeat;
}
#content #textlayer {
	font: 88% Arial, Helvetica, sans-serif;
	color: #838282;
	position: relative;
	line-height:132%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#content #textlayer a {text-decoration:none; color:#838282; }

#content #textlayer p {
	margin-bottom: 0.35em;
	margin-top: 0em;
}

#fuss { width:980px; 
height:25px; 
margin: auto;
}

#fuss a, #fuss p, #fuss { 
color:#FFF; 
text-decoration:none; 
font-size:11px; 
font-family: Arial, Helvetica, sans-serif;
}

