html {
	/* \*/
	height: 100%;
	/* */
	padding:0; 
	margin:0; 
	border:0; 
	}

body {
	height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	background-color:#FCF7DF;
	text-align: center;
	}


.clear{
	height: 1px;
   font-size: 1px;
	clear: both;
	width: 1px;
}

.clearinline{clear: both;}


span.unsichtbar { 
position:absolute; 
left:-1000px; 
top:-1000px; 
width:0px; 
height:0px; 
overflow:hidden; 
display:inline;} 


/* simple clearing siehe http://www.fiftyfoureleven.com/weblog/web-development/css/simple-clearing-of-floats */

.infos p{
	overflow: auto;
}