/* table filter */
.sortable {
	background-color:#004584;
	cursor:pointer;
	background-image:url("pfeile_termine.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:18px;
	padding-top:5px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.sorted-asc {
	background-image:url("pfeile_termine_oben.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:18px;
}
.sorted-desc {
	background-image:url("pfeile_termine_unten.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:18px;
}
.filtered {
	background-image:url("filter.gif");
	background-position:center right;
	background-repeat:no-repeat;
}
.lightSortable {
	background-color: #cccccc;
}
.sorted-col {
	background-color: #F0EfEf;
}
.filter {
	border:solid 1px #D0D0D0;
font-size:smaller;
}
.filterRow {
	padding-right:12px;
	height:30px;	
}
a {
	cursor:pointer;
}

.menu {
	position:absolute;
	z-index:1000;
	display: none;
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
.menu li {
	position: relative;
	width : 130px;
	padding: 2px 2px 2px 4px;
	cursor: pointer;
}
.menu li ul {
	display: none;
	position: absolute; 
	bottom: -1px;
	left: 136px;
  }
.menu li.over > ul { 
	display: block; 
}
.menu li.submenu td { 
	padding-left:10px;
}


