@charset "utf-8";
/* CSS Document */

.teaser {
	width: 600px;
	padding: 5px;
}

.teaser-text-mini {
	margin-bottom: 30px;
}


.teaser-text-mini h1 {
	font-size: 12px;
	font-weight: bold;
	color: #336666;
	margin-top: 0;
	margin-bottom: 0;
}
	
.teaser-text-mini h2 {
	font-size: 12px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
}
	
.teaser-text-mini h2 a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.teaser-text-mini h3 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0;
	float: left;
}

.teaser-text-mini h3 a {
	color: #336666;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.teaser-text-mini h3 a:hover {
	border-bottom: 1px dotted #993333;
	text-decoration: none;
}

.teaser-text-mini h1 a  {
	color: #336666;
	border-bottom: none;
	text-decoration: none;
}

.teaser-text-mini h1 a:hover {
	text-decoration: underline;
}


.teaser-text-mini h6 {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: right;
}

