/*Platz für individuelle CSS Anweisungen */
#leerzeile {
height:100px;
min-height:100px;

}
#logo{
	position:absolute;
	width:980px;
	top:60px;
	left: 50%;
	margin-left: -490px;
	z-index:150;	
	text-align:left;
	display:none;
	
}