
@media only screen and (max-width: 900px) {
	#mainNav li.mainNavBig {
		position: absolute;
		bottom: 0;
		width: 250px;
		height: 170px;
		left: 0;
		background: url(../SKIN/sallingstadtRESP_2018.png) no-repeat 0 bottom;
		display: block;
	}
}
@media only screen and (min-width: 901px) {
	#mainNav li.mainNavBig {
		position: absolute;
		bottom: 0;
		width: 500px;
		height: 170px;
		left: 0;
		background: url(../SKIN/sallingstadtB_2018.png) no-repeat 0 bottom;
		display: block;
	}
}

#mainNav li.mainNavBig a, #mainNav li.mainNavSmallL a, #mainNav li.mainNavSmallR a {
	display: block;
	height: 170px;
	text-indent: -2000px;
}

#mainNav li.mainNavSmallL {
	position: absolute;
	bottom: 0;
	width: 200px;
	height: 170px;
	right: 200px;
	background: url(../SKIN/gaestehaus_2018.png) no-repeat 0 bottom;
}

#mainNav li.mainNavSmallR {
	position: absolute;
	bottom: 0;
	width: 200px;
	height: 170px;
	right: 0;
	background: url(../SKIN/wirtshaus_2018.png) no-repeat 0 bottom;
}

