/* styles für den kleinen teaser im content bereich */

.teaserklein_wrap_links {
	width: 311px;
	height: 180px;
	padding: 0px 7px 0px 0px;
	overflow: hidden;
	float: left; 	
}

.teaserklein_wrap_rechts {
	width: 311px;
	height: 180px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	float: left;
}

.teaserklein {	
	position: relative; 
	width: 311px;
	height: 170px;	
	background-image:url("images/teaserklein_bg.png");
	background-repeat:no-repeat;
	background-position: top left;
	float: none;
	clear: both;
}


.teaserklein .teaser_hintergrund {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 311px;
	height: 170px;
	text-align:right;
	overflow:hidden;		
}

.teaserklein .teaser_content {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index:10;
	width: 300px;
	height: 162px; 
	overflow: hidden;
	color: #474039;
	
	font-size: 12px;
}


.teaserklein .teaser_preisblock {
	position: absolute;
	top: 100px;
	left: 240px;
	z-index:2;
	width: 68px;
	height: 68px;
	background-image:url("images/preis_bg.png");	
	text-align:center;
	color: #FFFFFF;
}


/* styles für den normalen teaser im content bereich */


.teaser_wrap_links {
	width: 311px;
	height: 210px;
	padding: 0px 7px 0px 0px;
	overflow: hidden;
	float: left; 	
}

.teaser_wrap_rechts {
	width: 311px;
	height: 210px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	float: left;
}




.teaser {	
	position: relative; 
	width: 311px;
	height: 200px;	
	background-image:url("images/teaser_bg.png");
	background-repeat:no-repeat;
	background-position: top left;
	float: none;
	clear: both;
}


.teaser .teaser_hintergrund {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 305px;
	height: 200px;
	text-align:right;
	overflow:hidden;	 
}

.teaser .teaser_content {
	position: absolute;
	top: 35px;
	left: 10px;
	z-index:10;
	width: 300px;
	height: 162px; 
	overflow: hidden;
	color: #474039;
	
	font-size: 12px;
}


.teaser .teaser_preisblock {
	position: absolute;
	top: 130px;
	left: 240px;
	z-index:2;
	width: 68px;
	height: 68px;
	background-image:url("images/preis_bg.png");	
	text-align:center;
	color: #FFFFFF;
}



/* der breite teaser ... dynamisch über die gesamte breite der spalte */
.teaser_breit {
	position: relative; 
	height: 200px;
	background-image:url("images/teaserbreit_bg.gif");
	background-repeat:repeat-x;
}

.teaser_breit .links {
	position: absolute;
	z-index: 1;	
	top: 0px;
	left: 0px;
	background-image:url("images/teaserbreit_bg_l.gif");
	background-repeat: no-repeat;
	
	width: 10px;
	height: 200px;	
	overflow: hidden;
}

.teaser_breit .rechts {
	position: absolute;
	z-index: 1;	
	
	top: 0px;
	right: 0px;
	background-image:url("images/teaserbreit_bg_r.gif");
	background-repeat: no-repeat;
	width: 10px;
	height: 200px;
	overflow: hidden;	
}

.teaser_breit .teaser_content {
	position: absolute;
	z-index:10;
	top: 35px;
	left: 10px;
	height: 162px;
	overflow:hidden;
}

.teaser_breit .bild {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 10px;
}

.teaser_breit .teaser_preisblock {
	position: absolute;
	z-index: 3;
	top: 130px;
	right: 10px;
	width: 68px;
	height: 68px;
	background-image:url("images/preis_bg.png");	
	text-align:center;
	color: #FFFFFF;
}

#colnormal .teaser_content .teasertext_breit {
	padding: 0px 0px 5px 0px;
}

#colnormal .teaser_content .teasertext_breit p {
	font-size: 12px;
}

#colnormal .teasertext p {
	margin: 0;
}


/* allgemein gueltige Teaser stile */

.teaser_preisblock .preis {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 18px 0px 0px 0px;
}
	
.teaser_preisblock .preis_text {	
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}

.teaser_content .header {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}

.teaser_content .header a {
	color: #474039;
	text-decoration: none;
}

.teaser_content .header img {
	vertical-align: top;
	padding: 2px 5px 0px 0px;
}

.teaser_content .teasertext { 
	padding: 0px 0px 5px 0px;
	width: 298px;
	overflow: hidden;
}

#colnormal .teaser_content .teasertext p {
	font-size: 12px;
}

#colnormal .teaser_content ul { 
	padding: 5px 0px 5px 0px;
}


.teaser_content .button_wrap {
	float: none;
	padding: 0px 10px 0px 0px;	
}

.teaser_content .button_wrap form {
	margin: 0;
	padding: 0;
}

