/* ### =teaser ### */
#teaser {
	margin-bottom: 10px;
	height: 266px;
	width: 770px;
	position: absolute;
	left: 0;
	top: 0;
}
#bild_gross_aussen {
	float: left;
	width: 495px;
	height: 266px;
	position: relative;
}
.grosses_bild {
	position: absolute;
	top: 0px;
	left: 0px;
}
.bild_hidden {
	display: none;
}
#bilder_klein_aussen {
	float: right;
	width: 274px;
	height: 266px;
	position: relative;
	overflow: hidden;
}
#bilder_klein_innen {
	width: 274px;
	height: 266px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.kleines_bild {
	z-index: 10;
}
#bilder_klein_button {
	position: absolute;
	top: 0px;
	left: 114px;
	width: 53px;
	height: 53px;
	background-image: url(bg/digidesk/icon_arrow_up.png);
	background-position: center 5px;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1000;
}
