.tree {list-style-type: none; padding-bottom: 30px}
.tree   li a{color: #25395E;}
.tree   ul{list-style-type: none; margin: 0px;}
.tree   ul.layer2 , .tree  ul.layer3,.tree   ul.layer4,.tree   ul.layer5,.tree  .layer6,.tree  .layer7  {display: none;}
.tree  .visible {display: block;}
#theme_tree {float: left; width: 400px;list-style-type: none; margin-bottom: 15px; padding-bottom: 10px;}
#theme_tree   li a{color: #25395E;}
#theme_tree   ul{list-style-type: none;}
#theme_tree  .layer2, #theme_tree  .layer3,#theme_tree  .layer4,#theme_tree  .layer5,#theme_tree  .layer6,#theme_tree  .layer7  {display: none;}
#theme_tree  .visible {display: block;}
/*#todo_tree  .visible {display: block;}*/
#content  .visible {display: block;}
#content_column, .content_column  {padding: 4px 15px 15px 15px; margin-left: 400px;}
#choosen_contents  {min-height: 300px; position: relative; padding-bottom: 70px;}

#editbar{ 
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 3px;
/*	background: #fff;*/
	width: 80px;
	text-align: center;
}
#access_denied{
	position: absolute;
	border-radius: 8px;
	border: 1px solid #aaa;
	padding: 8px;
	background: #f88;
	width: 200px;
}