@charset "utf-8";
/* produktteaser.css
------------------------------------------------------------------------
This stylesheet contains the basic  produktteaserCSS rules for badsteben 

Author: inpublica.de 
--------------------------------------------------------------------- */

/* PRODUKTTEASER */

.produktteaser{
	margin: 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	width: 162px;
	background-color: #f0f5f8;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	margin-bottom: 4px;
}

.produktteaser .headline{
	color: #154587;
	width:100%;
	font-weight: bold;
	padding-bottom: 4px;
}

.produktteaser .mehrdazu{
	float: left;
	width: 100%;
	margin-top: 4px;
}

.produktteaser a{
	color: #154587;
	text-decoration: none;
}

.produktteaser a:hover{
	color: #ff8d16;
	text-decoration: none;
}
