/***

CSS zum Teaser (Spalte Links mit Kundeninfos)
Groblayout in layout.css beschrieben

verwendete Farben
  weinrot	#7A1510
  rot		#E43117
  beige		#FDFBD7 
  violet	#BC8874

***/
#teaser h1,
#teaser p {
text-align: left;
padding: 5px;
display: block
}

/*** Bilder ***/
#teaser img {
border: 0px;
}

/*** Links ***/

#teaser a, 
#teaser_overflow a {
text-decoration: underline;
padding: 2px 4px;
margin: 0px;
color: #7A1510;
font-weight: bold;
}

#teaser a:hover, 
#teaser_overflow a:hover {
background-color: #E43117;
color: #FFFFFF;
font-size: 11px;
padding: 2px 4px;
margin: 0px;
}