/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/****************************************************
*                                                   *
*         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:180px;
	height:auto;

	margin:10px auto 0px auto;
	padding-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


}
.teaser_ausgabe_headline {
	width:180px;
	padding-bottom:2px;
	border-bottom:1px dotted #ffffff;
	color:#ffffff;
	font-weight:bold;
}
.teaser_ausgabe_inhalt {
	width:180px;
	padding-top:2px;
	color:#ffffff;

}

.teaser_ausgabe a:link {
	color:                            #ffffff;
	outline:                          0;
	text-decoration:                  none;
}
.teaser_ausgabe a:visited {
	color:                            #ffffff;
	outline:                          0;
	text-decoration:                  none;
}
.teaser_ausgabe a:hover {
	color:                            #000000;
	outline:                          0;
	text-decoration:                  none;
}
.teaser_ausgabe a:focus {
	color:                            #000000;
	outline:                          0;
	text-decoration:                  none;
}
