/* ### =teaser ### */
#teaser {
	margin-bottom: 10px;
	height: 293px;
	width: 786px;
	position: relative;
}
#bild_gross_aussen {
	float: left;
	width: 593px;
	height: 293px;
	position: relative;
}
.grosses_bild {
	position: absolute;
	top: 0px;
	left: 0px;
}
.bild_hidden {
	display: none;
}
#bilder_klein_aussen {
	float: right;
	width: 193px;
	height: 293px;
	position: relative;
	overflow: hidden;
}
#bilder_klein_innen {
	width: 193px;
	height: 293px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.kleines_bild {
	z-index: 10;
}
#bilder_klein_button {
	position: absolute;
	top: 0px;
	left: 72px;
	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;
}
.ecke_ol {
	position:absolute;
	top: 0px;
	left: 0px;
	background-image: url(bg/digidesk/ecken/ecke_weiss_links_oben.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
.ecke_ul {
	position:absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(bg/digidesk/ecken/ecke_weiss_links_unten.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
.ecke_or {
	position:absolute;
	top: 0px;
	right: 0px;
	background-image: url(bg/digidesk/ecken/ecke_weiss_rechts_oben.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
	z-index: 1000;
}
.ecke_ur {
	position:absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(bg/digidesk/ecken/ecke_weiss_rechts_unten.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
	z-index: 1000;	
}