/* $Id: tree2.css,v 1.6 2007/02/15 00:19:12 patrick Exp $ */

ol.tree2 { padding-left: 5px; margin-top: 2px; margin-bottom: 1px; list-style: none; }
.tree2 ol { padding-left: 5px; margin-top: 2px; margin-bottom: 1px; list-style: none; }
.tree2 li { margin-bottom: 1px; padding-left: 5px;  margin-top: 2px; }
.tree2 ul { margin-bottom: 1px; margin-top: 2px; list-style-position: inside; }
.tree2 a { text-decoration: none; }

.panel { border-bottom: 1px solid #999; margin-bottom: 2px; margin-top: 2px; background: #eee; }
.folder { background: url(http://infotek.fph.ch/common/images/2007.01/folder-closed.gif)  no-repeat; float: left; height: 14px; width: 26px; padding-right: 3px }
.doc { background: url(http://infotek.fph.ch/common/images/2007.01/folder-file.png) no-repeat #eee; padding-right: 3px; margin-left: 20px; text-indent: 16px; }

ol.tree2 > .doc { margin-left: 0px; }


.treetechinfo {
	font-size: 70%;
	font-weight: lighter;
}

.inliste { background: #ffc; padding: 1px; }
.instype { background: #9fc; padding: 2px; }
.inowner { background: #ffc; padding: 1px; }


