/* Kästen */
.kasten270 {
	background-image: url(Images/Kasten_270_Top.png);
	position: relative;
	padding: 10px 25px;
}

.kasten234 {
	background-image: url(Images/Kasten_234_Top.png);
	position: relative;
	padding: 10px 20px;
}

.kastenbodenhack {
	padding: 0 !important;
	margin: 0 !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 1000;
}

/* Oberer Rahmen */
.emptyShade {
	background-repeat: no-repeat;
	background-position: center -10000px;
}

.noShade {
	background-repeat: no-repeat;
	background-position: center 0px;
}

.shade {
	background-repeat: no-repeat;
	background-position: center -500px;
}

.shadeSelected {
	background-repeat: no-repeat;
	background-position: center -1000px;
}

.hoverToNoShade:hover {
	background-position: center 0;
}

.hoverToShade:hover {
	background-position: center -500px;
}

.hoverToShadeSelected:hover {
	background-position: center -1000px;
}

/* Unterer Rahmen */
.emptyShade .kastenbodenhack {
	background-repeat: no-repeat;
	background-position: center -10000px;
}

.noShade .kastenbodenhack {
	background-repeat: no-repeat;
	background-position: center 0px;
}

.shade .kastenbodenhack {
	background-repeat: no-repeat;
	background-position: center -10px;
}

.shadeSelected .kastenbodenhack {
	background-repeat: no-repeat;
	background-position: center -20px;
}

.hoverToNoShade:hover .kastenbodenhack {
	background-repeat: no-repeat;
	background-position: center 0;
}

.hoverToShade:hover .kastenbodenhack {
	background-repeat: no-repeat;
	background-position: center -10px;
}

.hoverToShadeSelected:hover .kastenbodenhack {
	background-repeat: no-repeat;
	background-position: center -20px;
}
