/* Teaser  */
/* ===================================================================================================  */

#teaser_main{
	
	height: 100px; 
	width: 300px; 
	overflow: hidden;
	position: absolute; 
	margin:0 auto;
}

#platzhalter{
	position:relative; 
	height:100px;
	margin:0 auto;
}

.teas_round_corners{
	position: absolute; 
	z-index:250; 
	 
	height:10px; 
	width:10px;
}

#teas_round_corner_1{
	top: 0px; 
	left:0px;
	background-image:url(/images/gallery/teaser/teas_round_u_l.png);
}
#teas_round_corner_2{
	top: 0px; 
	right:0px;
	background-image:url(/images/gallery/teaser/teas_round_u_r.png);
}
#teas_round_corner_3{
	bottom: 0px; 
	left:0px;
	background-image:url(/images/gallery/teaser/teas_round_d_l.png);
}
#teas_round_corner_4{
	bottom: 0px; 
	right:0px;
	background-image:url(/images/gallery/teaser/teas_round_d_r.png);
}

#teas_nachlinks{
	position: absolute; 
	display: none;
	left:0px;
	top:0px; 
	height: 100px; 
	width: 40px; color: #FFF; 
	vertical-align: middle; 
	cursor: pointer; 
	background-image: url(/images/gallery/teaser/hintergr_pfeile.png);
	background-repeat:repeat;
}


#teas_nachrechts{
	position: absolute; 
	display: none;
	right:0px;
	top:0px;  
	height: 100px; 
	width: 40px; 
	vertical-align: middle; 
	cursor: pointer; 
	background-image: url(/images/gallery/teaser/hintergr_pfeile.png);
	background-repeat:repeat;
}

.teas_next_prev_text{
	position:absolute;
	top:0px;
	bottom:0px;
	margin:auto; 
	text-align:center; 
	height:55px; 
	width:40px; 
	font-size:46px; 
	font-weight:bold; 
	color:#FFF;
}

#slider_doc{
	width: 300px; 
	margin-left: -300px;
}

.teaser_link{
	display:block; 
	height:100px; 
	width:300px; 
	background-image:url(/images/gallery/teaser/teaser_1.jpg); 
	background-position:center; 
	background-repeat:no-repeat;
}

#teas_direktwahl{
	width: 300px;
	position:absolute;
	margin-top: 345px;
display:none;
}

#teas_direktwahl a{
	display:block; 
	padding-top:6px; 
	margin-top:6px; 
	margin-right:3px; 
	text-align:center; 
	padding-right:3px; 
	float:right; 
	height:24px; 
	width:27px; 
	background-image:url(/images/gallery/teaser/direktwahl_background.png); 
	color:#000;
}

#teas_direktwahl a:hover{
	background-position:0 -30px;
	color:#FFF;
}

#teas_direktwahl a.jetzt_dran{
	background-position:0 -30px;
	color:#FFF;
}
/* ===================================================================================================  */
/* Ende Teaser  */