@CHARSET "UTF-8";
@media all
{
/*---------------------------------- Categorytree */

cattree {
}
.cattree td {
	font-size: 100%;
}
#content .cattree img {
	padding: 0px;
	background: none;
	margin: 0px;
	border-width: 0px;
}
.cattree div.control{
	width: 36px;
}

.treeelem a, a:link, a:visited {
	border-style: none;
	text-decoration:none;
}


.cattree img {
	background:transparent none repeat scroll 0%;
	border-width:0px;
	margin:0px;
	padding:0px;
}

.treeelem img {
	border-style: none;
}
.tree_selectedCats {
	background: transparent;
	font-weight: normal;
	border-top: 1px
}
.tree_unselectedCats ul li {
	background: transparent url(/fileadmin/templates/img/dotL2.png) no-repeat scroll 0px 2px;
}
#cattree tbody {
	border-top: 1px solid #CCCBCB;
}
#cattree tbody tr {
	border-bottom: 1px solid #CCCBCB;
}
/*---------------------------------- Filelist */
table.filelist {
	font-size: 90%;
	border-collapse: collapse;
	border: 1px solid #CCCBCB;
	width: 100%;
	margin-left: 1px;
	margin-top: 10px;
}
table.filelist td img {
	border-width: 0px;
	border-color: white;
	padding: 0px;
	margin: 0px;
}
table.filelist td {
	padding: 5px;
}
table.filelist th {
	color: #222222;
	background-image: url(/fileadmin/templates/img/box_grey_title_bg.gif);;
	background-position: top left;
	background-repeat: repeat-x;
	padding: 8px 5px 8px 5px;
	height: 24px;
}
table.filelist td a img {
	border-width: 0px;
	border-color: white;
	padding: 0px;
	margin: 0px;
}
/*--------------------------------Categorylist */
.delete_button a:link,
.delete_button a:visited{
	border: 1px solid #CCCBCB; 
	font-size: 130%;
	font-weight: bold; 
	color: #B5B3CB;
	width: 20px;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}	
.delete_button a:hover {
	background: #CCCBCB;
	color: white;
}
/*-------------------------------  Menu */
ul.foldout {
	list-style: none;
	position: absolute;
	top: 1px;
	border: 1px solid #CCCBCB;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	background: white;
}
ul.foldout li {
	padding: 10px;
	border-bottom: 1px solid #CCCBCB;
	font-size: 90%;
	min-width: 300px;	
}

/******************************** BrowserResult */

.tx-damfrontend-pi1 ul {
	padding: 0px;
	margin: 10px 0 10px 0;
	list-style: none;
}
.tx-damfrontend-pi1 ul li {
	float: left;
	clear: none;
	padding: 0;
	margin: 0 10px 0 0;
	background: none;
}

}