/**
 * This file sets the CSS-styles for the Efsitemap sitemap tree.
 * More info at: http://www.w3schools.com/css/css_list.asp
 */

.sitemap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
}
.sitemap ul li {
	margin		: 0;
	padding		: 0;

	background	: transparent;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	list-style	: inside square;
	padding		: 0;
}
.sitemap ul.level_1 li {
	padding		: 0 0 0 1.4em;
	border:#f00 0px solid;
	
}
.sitemap li.active a {
	font-style	: italic;
}
.sitemaptree{display:table;}
.description{ border-bottom:3px #CEBDA1 solid; margin-bottom:10px; color:#5B4200; padding-left:30px; padding-top:10px; padding-bottom:5px;}
.contentpaneopen{padding-left:7px; margin-top:10px;}
.menutitle{ font-size:1.2em; font-weight:bold; line-height:1.5em; padding:0; margin:0; height:20px; padding-left:25px; background:url(../../images/theme/dot_s0_1.jpg) 0px 0px no-repeat; color:#5B4200;}
.level_0 a, .level_0 a:link, .level_0 a:visited, .level_0 a:hover{ font-weight:bold; padding-left:5px; padding-right:5px; color:#5B4200;}
.level_0{ float:left; display:table-cell; border:1px #97c2d8 solid; height:220px; margin-right:10px; /*width:150px;*/ width:215px; width:212px\9;>width:225px; _width:220px; margin-bottom:5px; margin-top:5px; background:#c6dae2;}
ul.level_1{ margin:0; padding:0; /*width:150px; >width:150px; _width:148px;*/ width:215px;width:212px\9; >width:225px; _width:220px; background:#ffffff; border-top:1px #97c2d8 solid; height:197px; >height:198px; _height:198px;}
ul.level_1 li{ list-style:none; margin:0;padding:0;}
.level_1 li a, .level_1 li a:link, .level_1 li a:visited, .level_1 li a:hover{ 
	font-weight:normal; 
	color:#848484;
	border:0px solid #00FF33;
	}
.level_1_con{
	text-indent:-3em;
	padding-left:3em;
}
