/* Verhindert den Rahmen des Buttons beim Mausclick */
button:focus {
	outline: none;
}

/* Gestaltung eines Dia-Buttons */
.ButtonSlide {
	border: none;
	background-color: transparent;
}

/* Gestaltung eines Dia-Buttons 210x220 */
.ButtonSlide.Size210x220 {
	width: 210px;
	height: 220px;
}

/* Gestaltung eines Dia-Buttons 220x210 */
.ButtonSlide.Size220x210 {
	width: 220px;
	height: 210px;
}

/* Gestaltung eines Dia-Buttons 280x320 */
.ButtonSlide.Size280x320 {
	width: 280px;
	height: 320px;
}

/* Gestaltung eines Dia-Buttons 320x280 */
.ButtonSlide.Size320x280 {
	width: 320px;
	height: 280px;
}

/* Gestaltung Bild-Buttons */
.ButtonImage {
	border: none;
	background-color: transparent;
}

/* Gestaltung Bild-Buttons 300x450 */
.ButtonImage.Size300x450 {
	width: 300px;
	height: 450px;
}

/* Gestaltung Bild-Buttons 450x300 */
.ButtonImage.Size450x300 {
	width: 450px;
	height: 300px;
}
