/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/****************************************************
*                                                   *
*         CMS / News Script V2                      *
*         Interne Version: 2.0.0.1                  *
*                                                   *
*         © 2009-2010 HINNENDAHL.COM                *
*                                                   *
*         Holger Hinnenahl                          *
*         Rappoldstr. 11                            *
*         33644 Bielefeld                           *
*         http://www.hinnendahl.com                 *
*                                                   *
*         Dieser Text darf aus rechtlichen          *
*         Gründen niemals entfernt werden!          *
*                                                   *
****************************************************/

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* ################################### Teaser ################################### */

.teaser_ausgabe {
	width:220px;
	height:auto;
	margin:7px auto 0px auto;
	padding-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.teaser_ausgabe_headline {
	width:100%;
	padding-bottom: 5px;
  font-size: 14px;
  letter-spacing: -1px;
  text-transform: uppercase;

}
.teaser_ausgabe_inhalt {
	width:100%;
	padding-top:2px;
}

.teaser_ausgabe_inhalt a:link {
	color:                            #BBB7AA;
	outline:                          0;
	text-decoration:                  none;
  font-weight:                      bold;
}
.teaser_ausgabe_inhalt a:visited {
	color:                            #BBB7AA;
	outline:                          0;
	text-decoration:                  none;
  font-weight:                      bold;
}
.teaser_ausgabe_inhalt a:hover {
	color:                            #333333;
	outline:                          0;
	text-decoration:                  none;
  font-weight:                      bold;
}
.teaser_ausgabe_inhalt a:focus {
	color:                            #990000;
	outline:                          0;
	text-decoration:                  none;
  font-weight:                      bold;
}