@charset "UTF-8";

.teasermain {
	width:204px;
	position:relative;
	margin-bottom:11px;
	overflow:hidden;
}
.teasermain a, .teaser-padding a:visited {
	color:white; text-decoration:none;
}
.teasermain a:hover {
	text-decoration:underline;
}

.teasermain .top_corners {
	position:absolute; z-index:1; height:14px;
}
.teasermain .bottom_corners {
	position:absolute; bottom:0px; z-index:1; height:14px;
}
.teasermain .side_left {
	position:absolute; z-index:1; height:100%;
}
.teasermain .side_right {
	position:absolute; right:0px; z-index:1; height:100%;
}
* html .teasermain .bottom_corners {
	bottom:-1px;	/* ie6 */
}

.teasermain .header {
	background-color:#8c8c8c;
	padding-top:10px;
}
.teasermain .header h1 {
	font-size:13px; font-weight:bold; color:white; font-family:Arial,Sans-Serif;
	text-align:center;
	padding:0 0 8px; margin:0;
	border-bottom:1px dotted white;
}
.teasermain .body {
	background-color:#8c8c8c;
	font-size:12px; font-weight:normal; color:white; font-family:Arial,Sans-Serif;
	padding:6px 12px 0;
	width:180px;
}

.teaserstandard .footer {
	background-color:#8c8c8c;
	font-size:12px; font-weight:normal; font-style:oblique; color:white; font-family:Arial,Sans-Serif,Cursive;
	padding:0 12px 6px 0;
	width:192px;
	text-align:right;
}

.teaserstandard .more {
    background-color:#8c8c8c;
    font-size:12px; font-weight:normal; font-style:oblique; color:white; font-family:Arial,Sans-Serif,Cursive;
    padding:0 12px 6px;
    width:180px;
    text-align:right;
}

.teaserimage .more {
	background-color:#8c8c8c;
	font-size:12px; font-weight:normal; font-style:oblique; color:white; font-family:Arial,Sans-Serif,Cursive;
	padding:0 12px 6px;
	width:180px;
	text-align:right;
}
.teaserimage .footer {
	margin-top:4px;
}

.teaser_left {
	border-bottom:1px dotted #FFFFFF;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	font-style:normal;
	padding-bottom:10px;
	margin:0px 17px 30px 0;
}
