/* ____ Diagramm-Design */

	table.diagramm {
		border-style:none;
		border-collapse:collapse;
		width:100%;
		margin-bottom:1em;
	}

	table.diagramm td.layout {		margin:0; 		padding:0;
		width:100%;
	}

	/* ____ td.beschriftung ist das Feld für die Balkenbeschriftung
	// ____ bzw. Logo */
	table.diagramm td.beschriftung {
		margin:0; 		max-width:88px;
		padding:0;
		white-space:nowrap;
		width:88px;
	}

	/* ____ td.balken enthält einen Diagramm-Balken */
	table.diagramm td.balken {
		margin:0px;
		overflow:visible;		padding:2px 0;
		width:100%; /* tatsächlich sind es natürlich nur (100% - td.beschriftung->width) */
	}

	table.diagramm td.balken > a {
		border-style:none;
		text-decoration:none;
	}

	/* ____ span.diagramm definiert einen Balken */

	table.diagramm span.diagramm {		background-color:#400099;
		border-style:none;		color:#fff;		float:left;
		display:block;		font-size:1.2em;		height:1.3em;
		line-height:1.2em;
		margin:0;		padding:0;
		cursor:pointer;
		position:relative;
		text-align:right;
		text-decoration:none;
		vertical-align:text-bottom;
	}

	table.diagramm img.bank-logo {
		background-color:#E6DCCF;
		border-style:none;
		height:31px;
		min-height:1.56em;
		width:88px;
	}
	table.diagramm img.bank-logo:hover {
		background-color:#FFFFFF;
	}

	/* ____ img.links und .rechts machen die Balkenenden rund,
	// ____ die Bilder sind in der HTML-Datei eingebunden */

	table.diagramm img.links {
		border-style:none;
		min-height:1.3em;
		left:0;
		height:100%;
		position:absolute;
		top:0;
	}

	table.diagramm img.rechts {
		border-style:none;
		min-height:1.3em;
		right:0;
		height:100%;
		position:absolute;
		top:0;
	}

	/* ____ Links im Newsbereich der Startseite, die auf den
	// ____ vollen Newsletter verweisen
	*/

	a.mehr[href] {
		font-style:italic;
		text-decoration:none;
	}
	a.mehr[href]:link {
	}	a.mehr[href]:visited {
	}	a.mehr[href]:focus {
		font-style:normal;
	}	a.mehr[href]:hover {
		font-style:normal;
	}	a.mehr[href]:active {
		font-style:normal;
		font-weight:bold;
	}

/* ____ Ende */

