/* Stylesheetdatei "extra-standard.css" als Ergänzung zu dieser Unterseite */

div#file-listing {
	display: block;
	float: left;
	width: auto;
	min-width: 480px;
	overflow: auto;
	border: 1px solid #000000;
	background: #ffffff;
	text-align: left;
	color: #000000;
	font-family: sans-serif;
	margin: 0 0 15px 15px;
	padding: 5px;
	font-size: 14px;
	white-space: nowrap;
}
div#file-listing a { color: #000000; }
div#file-listing a:hover { text-decoration: none; color: #ffffff; background: #99ccff; }
div#file-listing a:active { text-decoration: none; color: #ffffff; background: #0099cc; }
div#file-listing a:focus { text-decoration: none; color: #ffffff; background: #0099cc; }
div#file-listing img { padding: 0; margin: 0; }
div#file-listing span:hover { text-decoration: none; color: #ffffff; background: #99ccff; cursor: pointer; }

#oeffner { padding-left: 20px; background: url(../../js/explorer/images/folderopen.gif) no-repeat; }
#schliesser { padding-left: 20px; background: url(../../js/explorer/images/folder.gif) no-repeat; }

/* Explorer-Baum */

ul.explorer-baum {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 100%;
}

ul.explorer-baum a {
	color: #000000;
}

ul.explorer-baum a:visited {
	color: #000000;
}

ul.explorer-baum a:hover {
	background: #99ccff;
	color: #ffffff;
	text-decoration: none;
}

ul.explorer-baum img {
	vertical-align: bottom;
	border: none;
}

ul.explorer-baum ul {
	width: auto;
	margin: 0;
	padding: 0;
	background: url(../../images/icons/line.gif) top left repeat-y;
	line-height: 100%;
}

ul.explorer-baum li {
	list-style: none;
	margin: 0;
	text-indent: 0;
	padding: 0 0 0 18px;
	font-size: 12px;
}
ul.explorer-baum li.auf {
	background: url(../../images/icons/minusbottom.gif) top left no-repeat;
}

ul.explorer-baum li.auf ul {
	display: block;
}

ul.explorer-baum li.zu {
	background: url(../../images/icons/plusbottom.gif) top left no-repeat;
}

ul.explorer-baum li.zu ul {
	display: none;
}

ul.explorer-baum li.file {
	background: url(../../images/icons/join.gif) top left no-repeat;
	margin: 0;
	padding: 0 0 0 18px;
}

.explorer-baum .filesize {
	color: #cccccc;
}

.filesize { color: #888888; }

