/* coding: utf-8 */
li.Datei {
	padding-left: 19px;
	background: url(/_img/file_s.gif) -5px 5px no-repeat;
}

table.files {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: White;
}

table.files td.files-type {
	padding: 0;
	width: 50px;
}

table.files tbody a:link,
table.files tbody a:visited {
	color: #999;
	text-decoration: none;
}

table.files tbody th a:link,
table.files tbody th a:visited {
	color: #333;
}

table.files tbody:hover a:link,
table.files tbody.pseudohover a:link {
	color: #075084;
	text-decoration: underline;
}

table.files tbody:hover a:visited,
table.files tbody.pseudohover a:visited {
 	color: #073353;
	text-decoration: underline;
}

table.files td.files-type a:link,
table.files td.files-type a:visited,
table.files td.files-type a:hover {
	text-decoration: none;
	color: Black;
	display: block;
	padding: 35px 0 10px 0;
	text-align: right;
	background: url(/_img/file.gif) 0 4px no-repeat;
	font-style: normal;
	font-weight: normal;
	font-size: 0.7em;
	text-transform: uppercase;
}

table.files tr.new td.files-type a:link,
table.files tr.new td.files-type a:visited,
table.files tr.new td.files-type a:hover {
	background: url(/_img/file_new.gif) 0 4px no-repeat;
}

table.files .buttons {
	padding-top: 5px;
}

table.files tbody th {
	font-size: 1.2em;
	font-style: normal;
	padding: 5px 5px 0 0;
}

table.files tr.description {
	color: #999;
}

table.files tr.description td.description {
	padding: 3px 5px 3px 30px;
}

table.files th a:link, 
table.files th a:visited {
	display: block;
	width: 100%;
	padding-bottom: 1px; /* Firefox sometimes hides underline */
}

table.files .description a:link, 
table.files .description a:visited {
	color: #999;
	text-decoration: none;
}

table.files td.files-user,
table.files td.files-size, 
table.files td.files-date {
	padding-bottom: 10px;
}

table.files td.files-user {
	padding-left: 30px;
}

table.files thead th  {
	padding: 0 0 0 5px;
	background-image: none;
	color: #999999;
	border-bottom: 1px solid #999;
	font-size: 0.9em;
}

table.files thead th.files-type {
	padding-left: 15px;
}

table.files td.buttons {
	padding-right: 0;
	padding-left: 0;
	white-space: nowrap;
	width: 23px;
	text-align: right;
	position: relative;
}

a.filesort:visited,
a.filesort:link {
	text-decoration: none;
	color: #999999;
}

a.filesort:hover,
a.filesort:active,
a.filesort:focus {
	background: url(/_img/down.gif) 0 3px no-repeat;
	color: #075084;
	text-decoration: underline;
}

a.filesort img,
img.filesort-disabled {
	float: left;
	margin: 3px 4px 0 0;
}


a.filesort:hover img,
a.filesort:active img,
a.filesort:focus img {
	visibility: hidden;
}

.legend-files {
	background-image: url(/_img/group_o_file.gif);
}

table.files tbody:hover tr {
	background-color: transparent; /* important for IE to show images in second row */
}

table.files tbody:hover td.files-type,
table.files tbody:hover td,
table.files tbody:hover th {
	background-color: #F6F6F6
}

table.files tbody.pseudohover th,
table.files tbody:hover th {
	font-weight: bold;
}

table.files tbody.pseudohover .description,
table.files tbody:hover .description {
	color: #333;
}

table.files tbody.pseudohover td.buttons img {
	visibility: hidden;
	position: absolute; /*  IE again */
	z-index: -1;
}

table.files tbody:hover a.edit,
table.files tbody.pseudohover a.edit {
	background: url(/_img/edit_hover.gif) 2px 0 no-repeat;
}

table.files tbody:hover a.delete,
table.files tbody.pseudohover a.delete {
	background: url(/_img/delete_hover.gif) 2px 0 no-repeat;
}

table.files .sortactive {
	color: #009FC6;
}
