
.List {
	width: 100%;	/* table width will be 99% of this*/
	height: 100%; 	/* must be greater than tbody*/
	overflow: auto;
	z-index:1;
	background-color: #FFFFFF;
}

.ListHeaderRow	{
	position:relative;
	top: expression(offsetParent.scrollTop); /*IE5+ only*/}
	
.ListHeaderCellFirst {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
	background-color: #666666;
}	
	
.ListHeaderCell {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
	padding: 2px 4px 2px 4px;
	background-color: #666666;
}	
	
.ListHeaderCellLast {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
	background-color: #666666;
}	
	
.ListContent {  /* child selector syntax which IE6 and older do not support*/
	overflow: auto; 
	height: 0px;
	overflow-x: hidden;
}
	
.ListContentRow {
	height: 0px;
	background-color: ;
}
	
.ListContentRowAktiv {
	height: 0px;
	background-color: #e6e6e6;
}

.ListContentCell {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	padding: 4 4 2 4;
	line-height: 14px;
	background-color: ;
}
.ListContentCell:last-child {
	padding-right: 20px;
	background-color: ;
}

.ListContentCellAktiv {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	padding: 4px;
	background-color: #e6e6e6;
}
.ListContentCellAktiv:last-child {
	padding-right: 20px;
	background-color: #e6e6e6;
}

.ListContentCellInaktiv {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
	padding: 4px;
}
.ListContentCellInaktiv:last-child {  /*prevent Mozilla scrollbar from hiding cell content*/
	padding-right: 20px;
}

.ListTrennlinie {
	height: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	line-height: 1px;
	font-size: 1px;
	background-image: url(../../layout/images/bg/bg_glue_horz.gif);
}

.ListFooter {
	position: relative; 
	overflow-x: hidden;
	top: expression(parentNode.parentNode.offsetHeight >= offsetParent.offsetHeight ? 0 - parentNode.parentNode.offsetHeight + offsetParent.offsetHeight + offsetParent.scrollTop : 0); /*IE5+ only*/	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	padding: 0px 4px 0px 4px;
	background-color: #666666;
}

.ListActions {
	position: relative; 
	overflow-x: hidden;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	line-height: 23px;
	height: 23px;
	padding: 4px 4px 3px 12px;
	background-color: #FFFFFF;
	border: solid 1px #666666;
}

.ListAlphabet {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	border: 1px solid #c7c7c7;
	background-image: url(../../layout/images/input/field.gif);
	text-align: center;
	line-height: 16px;
}

.ListAlphabetAktiv {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	border: 1px solid #c7c7c7;
	background-image: url(../../layout/images/input/field_active.gif);
	text-align: center;
	line-height: 16px;
}

.ListPageing {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	border: 1px solid #c7c7c7;
	background-image: url(../../layout/images/input/field.gif);
	text-align: center;
	line-height: 14px;
}

.ListPageingAktiv {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	border: 1px solid #c7c7c7;
	background-image: url(../../layout/images/input/field_active.gif);
	text-align: center;
	line-height: 14px;
}

.ListSorting {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight : bold;
	line-height: 18px;
	height: 18px;
}
.ListSorting:link {}
.ListSorting:visited {}
.ListSorting:hover {
	text-decoration: none;
	color: #e6e6e6;
}
