.NewsletterTabelle {
	width: 480px; 
}

.NewsletterInhaltsverzeichnisindex {
	padding-right: 3px;
	background-color: #EFEBEC;
	color: #000000;
	font-family: verdana;
	font-weight: normal;
        line-height:14px;
	font-size: 11px;
}

/*EFEBEC
 * +--------------------------+--------------------------+---------------------------+
 * | NewsletterEckeObenLinks  |  NewsletterUeberschrift  | NewsletterEckeObenRechts  |
 * +--------------------------+--------------------------+---------------------------+
 * |                                                                                 |
 * |                                NewsletterInhalt                                 |
 * |                                                                                 |
 * +--------------------------+--------------------------+---------------------------+
 * | NewsletterEckeUntenLinks |   NewsletterFusszeile    | NewsletterEckeUntenRechts |
 * +--------------------------+--------------------------+---------------------------+
 *
 */
.NewsletterEckeObenLinks {
	background-color: #6C78A6;
	background-image: url(http://www.che.de/cms/images/ecke_lo_che_EN.gif); /* 7 x 10 px */
	background-repeat: no-repeat; 
	width: 15px;
}

.NewsletterUeberschrift {
	padding-left: 3px;
	line-height: 16px;
	background-color: #C0C0C0;
        font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.NewsletterEckeObenRechts {
	background-color: #C0C0C0; 
	background-image: url(http://www.che.de/cms/images/ecke_ro_rot_rund.jpg); /* 7 x 10 px */
	background-repeat: no-repeat;
}
/*EFEBEC*/
.NewsletterInhalt {
	background-color: #EFEBEC;
	padding: 7px;
	color: #000000;
	font-family: verdana;
	font-weight: normal;
        line-height:14px;
	font-size: 11px;
}
/*EFEBEC*/
.NewsletterEckeUntenLinks {
	background-color: #EFEBEC;
	background-image: url(http://www.che.de/cms/images/graueecke_lu_che_neu.gif); /* 7 x 10 px */
	background-repeat: no-repeat;
}
/*EFEBEC*/
.NewsletterFusszeile {
	background-color: #EFEBEC;
	width: 466px;
}
/*EFEBEC*/
.NewsletterEckeUntenRechts {
	background-color: #ffffff;
	background-image: url(http://www.che.de/cms/images/graueecke_ru_che_neu.gif); /* 7 x 10 px */
	background-repeat: no-repeat;
}

.NewsletterBildLinks {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 5px;
	/*display: block;
	margin: 0 0 5px 0;*/
}


.NewsletterBildRechts {
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
}

.NewsletterAbsatz {
}

.NewsletterLink {
	text-decoration: underline;
	color: #000000;
	font-family: verdana;
	font-weight: normal;
        line-height:14px;
	font-size: 11px;
}

.NewsletterLink:visited {
	text-decoration: underline;
	color: #666666;
	font-family: verdana;
	font-weight: normal;
        line-height:14px;
	font-size: 11px;
}

