@charset "utf-8";
/* CSS Document */

body #seite{

	width:100%;

}

#bannerzeile1{
	height:40px;
	width:100%;
	border:none;
	overflow:hidden;
}

#bannerzeile2{
	height:120px;
	width:100%;
}

#banner{
	box-shadow: -5px 0 5px silver, 5px 0 5px silver;

}

#bannerzeile2 .ecke{
	height:120px;
	background-color:#F7F7F7;
	display:block;
}

#bannerzeile1 #logooben{
	float:left;
	width:800px;
	border:none;
	display:none;
}

body #seite #abstandLinks, body  #seite #abstandRechts{

	
	
	display:none;
	height:1500px;
	background-color:white;
	float:left;


}

body #seite #abstandLinks{
	
	
	
	height:1500px
	
}

body .ecke{
	width:20%;
	max-width:250px;
	float:left;
	padding:0;
	display:none;
	

	
}


.ecke2{
	width:100%;z-index:-1;position:absolute;top:40px;min-width: 1301px;height:120px;
	background-color:#F7F7F7;
	display:none;
}
.ecke img{margin-left:3px;}

#abstandRechts{
	width:20%;
	max-width:250px;
	float:left;
}



body #seite #abstandRechts{
	float:left;
	display:none;
	width:20%;
	border-right:none;
}


#sinnspruch{
	display:none;
	float:right;
	padding-right:10px;
	font-size:1em;
	color:#999;
	text-align:center;
}

#logooben img{
z-index:100;
	float:right;
	margin-right:-1px;
	margin-top:10px;
	margin-left:1px;

	box-shadow: -5px 7px 5px silver, 5px 7px 5px silver;
	opacity:0.8;

}