body
{ background-image: none;
  background-color: #ADC6DE;
  font-family: Arial;
  font-style: normal;
  font-size: 15px;
  margin: 0;
  padding: 0;
  padding-right: 5px;
}

div.seitenname
{
  margin-top: 100px; left: 0px; width: 98%;
  font-size: 10px;
  text-height: 1em;
  text-align: right;
}

table.dateiliste {
    width: 98%;
	border:1px solid black;
	border-collapse:collapse;
	background-color: #EEEEEE;
	font-size: 13px;
}
table.dateiliste th, table.dateiliste td {
	border:1px solid #aaaaaa;
	padding-left: 4px;
	padding-right: 2px;
	/*padding: 2px 15px 2px 15px;*/
}
table.dateiliste tr.alternate {
	background-color:#ffffcc;
}
table.dateiliste thead th {
	background-color:#ccccff;
}
table.dateiliste tfoot td {
	height: 2em;
	/*background-color:#ffccff;*/
	background-color:#ccccff;
}
table.dateiliste th.sortable {
	cursor:pointer;
}
table.dateiliste th.TableSortedAscending {
	background-image:url("../gif/sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
table.dateiliste th.TableSortedDescending {
	background-image:url("../gif/sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
a.sortlink {
	text-decoration:none;
	padding-left:25px;
	font-family:courier;
}

a.verweis, a.verweis:visited
{
	color: blue;
	text-decoration: none;
}
