@charset "utf-8";
/* CSS Document */


#liste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	position: absolute;
	width: 130px;
	height: 470px;
	left: 10px;
	top: 175px;
	border-left-width: 1px;
	border-left-color: #666;
}

.show {
	position: absolute;
	width: 650px;
	height: 470px;
	left: 140px;
	top: 175px;
	background-color: #000;
}

#ordner {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	position: relative;
	width: 100px;
	left: 2px;
	top: 0px;
	height: 16px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#strich0 {
	position: relative;
	width: 125px;
	left: 2px;
	top: 0px;
	height: 21px;
}

#strich1 {
	position: relative;
	width: 10px;
	left: 0px;
	top: 0px;
	height: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#strich2 {
	position: relative;
	width: 10px;
	left: 0px;
	top: 0px;
	height: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#showtext {
	position: absolute;
	width: 100px;
	left: 20px;
	top: 3px;
	height: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
}
