/*
*
* ENERTRAG EnergieZins, Stylesheet fuer EEZ-Tabellen
* Thomas Borrmann mailto:service@borrmanns.de
* 27.09.2008
*
*
*/


/* Anleihen-Tabelle*/

ul.eez {
    list-style:none;
    padding-left:0;
}

ul.eez li {
    margin-bottom:1.8em;
}

table.eez {
	caption-side:top;
	width:100%;
	border:none;
	padding:0;
	margin:0;
	margin-top:0.5em;
	empty-cells:show;
	border-spacing:0;
}

table.eez caption {
	color:#888;
	background-color:inherit;
	font-size:150%;
	text-align:left;
	margin-bottom:0.5em;
	margin-top:1em;
	line-height:2.0em;
}

table.eez tr.r1 {
	color:inherit;
	background-color:#eee;
}

table.eez tr.r2 {
	color:inherit;
	background-color:#fff;
}

table.eez * td.col1 {
	width:30%;
	font-size:100%;
	font-weight:normal;
	padding:0.3em;
	border-right:1px solid #ddd;
}

table.eez * td.fcol1 {
	width:30%;
	font-size:100%;
	font-weight:normal;
	padding:0.3em;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
}

table.eez * td.lcol1 {
	width:30%;
	font-size:100%;
	font-weight:normal;
	padding:0.3em;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

table.eez * td.col2 {
	padding:0;
	margin:0;
	border-left:1em solid #fff;
	background-image:url(/medien/ic_cell_border.gif);
	background-position:0 0;
	background-repeat:repeat-y;
}

table.eez * p {
	padding:0.3em;
	font-size:100%;
	font-weight:bold;
	border:0;
	margin:0;
	position:relative;
	top:0;
	left:0;
}

table.eez * p.fcol2 {
	border-top:1px solid #ddd;
	position:relative;
	top:0;
	left:0;
}

table.eez * p.lcol2 {
	border-bottom:1px solid #ddd;
	position:relative;
	top:0px;
	left:0;
}

