#Banner_Hintergrund{
	height: 100px;
	background-repeat: repeat-x;
	border: 1px solid black;
	margin-bottom: 5px;
}

#Banner{
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	float: left;
}

#Banner_Overlay{
	width: 100%;
	height: 100px;
	background-repeat: repeat-x;
	float: left;
}

#Banner_Home{
	width: 240px;
	height: 90px;
	display: inline-block;
	float: left;
}

#Banner_Navigation{
	margin-top: 5px;
	width: 100%;
	height: 30px;
}

#Banner_Spezial{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid black;
	margin-top: 44px;
	margin-right: 5px;
	width: 160px;
	height: 20px;
	float: right;
	line-height: 1.6;
	text-align: center;
}

#Banner_Hintergrund_Mobil{
	height: 50px;
	background-repeat: repeat-x;
	border: 1px solid black;
	margin-bottom: 5px;
}

#Banner_Mobil{
	width: 100%;
	height: 50px;
	background-repeat: no-repeat;
	float: left;
}

#Banner_Home_Mobil{
	width: 90px;
	height: 50px;
	display: inline-block;
	float: left;
}

#Banner_Navigation_Mobil{
	width: 100%;
}
