	/* TEMPLATE */

	.listHeader {
		font-size: 12px;
		font-weight: bold;
	}


	.listHeaderName {
		font-size: 12px;
		font-weight: bold;
		padding: 3px 5px 0 25px;
		/*background: url("../img/verl_tabelle_hd.gif") repeat-x left top #F3EDED;*/
		background: #EEEEEE;
		/*Bei 100% im Firefox zusammengequetscht*/
		width: 65%;
		height: 30px;


	}	
	
	.listHeaderType {
		font-size: 12px;
		font-weight: bold;
		/*background: url("../img/verl_tabelle_hd.gif") repeat-x left top #F3EDED;*/
		background: #EEEEEE;
		padding: 3px 5px 0 5px;
		width: 60px;
		text-align: center;

	}
	
	.listHeaderSize {
		font-size: 12px;
		font-weight: bold;
		/*background: url("../img/verl_tabelle_hd.gif") repeat-x left top #F3EDED;*/
		background: #EEEEEE;
		width: 70px;
		text-align: center;
		padding: 3px 5px 0 5px;
	}	
	
	.listHeaderDate {
		font-size: 12px;
		font-weight: bold;
		/*background: url("../img/verl_tabelle_hd.gif") repeat-x left top #F3EDED;*/
		background: #EEEEEE;
		padding: 3px 5px 0 5px;
		width: 70px;
		text-align: center;
	}
	
	.row1 {
		background-color: #DADADA;
		height: 25px;
	}

	.row2 {
		background-color: #EEEEEE;
		height: 25px;
	}

	.details {
		border: 1px #0000FF solid;
	}


	
.CntTblHead { padding: 0 0 10px 0; } /* VON LARS AM 06.02.08 */
.CntTblHeadline { background: url("../img/verl_tabelle_hd.gif") repeat-x left top;  } /* LARS 06.02.08 NEU - TABELLEN-SPALTEN ÜBERSCHRIFT */
.cntRsltTbl{ background: #EEE; font-size: 12px;}
.bghell { background: #EEEEEE; }
.bgdunkel { background: #DADADA; }
a.tablefelder {font-weight: bold; }

