﻿@charset "utf-8";

/* ImageFlow Settings
==================================== */
@media screen, projection {
.coulisserahmen {
	display: none;
    overflow: hidden;
    position: relative;
    width: 318px;
    height: 318px;
}
.coulisse {
    overflow: hidden;
    position: relative;
    width: 318px;
    height: 250px;
}
#coulissetitel {
	display: block;
	text-align: center;
	height: 50px;
}


.previous_button {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 29px;
	height: 29px;
	background: url(../_img/elemente/steuerpfeil_links.png) center center no-repeat;
	padding: 5px 10px;
	cursor: pointer;
}
.next_button {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 29px;
	height: 29px;
	background: url(../_img/elemente/steuerpfeil_rechts.png) center center no-repeat;
	padding: 5px 10px;
	cursor: pointer;
}

.linkdiv {
	position: absolute;
	top: 50px;
	left: 73px;
	width: 170px;
	height: 170px;
	background: none;
	z-index: 9000;
	cursor: pointer;
}

}