html {
	min-height: 99%;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow:visible;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #fff;
 }

#wrapper { 
 margin: 0 auto;
 width: 100%;
}
#faux {
 background: #fff;
 margin-bottom: 0px;
 overflow: visible;
 width: 100%;
}
#header, #leftcolumn, #footer, #footer2, #footline {
   display: none;
   height: 1px;
   width: 1px;
   overflow: hidden;
}
 #rightcolumn {
 	float: none;
 	color: #333;
 	padding: 0px;
 	width: 100%;
 	display: inline;
 	position: relative;
 }

#headline { 
 color: #333;
 padding: 0px;
 	width: 100%;
}
#content { 
 color: #333;
 padding-left: 33px;
 padding-right: 33px;
 text-align: justify;
}

#jahreszahl { 
 text-align: right;
 font-size: 0.8em;
 padding: 33px 33px 20px 33px;
}


/* Allgemeines */

