/* ================================
    CSS STYLES FOR Module STBR_ProduktMenue
   ================================
*/
.FOLDER
{
	margin-top: 3px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	margin-left: 0px;
	cursor: pointer;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	overflow:visible;
}
.FILE
{
	font-weight: normal;
	font-size: 10px;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	margin-left:6px;
	padding-left:0px;
	cursor:pointer;
	vertical-align:middle;
	overflow:visible;
	min-width:8px;
}
.FILE A:link
{
	text-decoration:none;
	font-weight:normal;
}
.FILE A:visited
{
	text-decoration:none;
	font-weight:normal;
}
.FILE A:active
{
	text-decoration:none;
	font-weight:normal;
}
.FILE A:hover
{
	text-decoration:underline;
	font-weight:normal;
}
