/* CSS Document */

#sitemap{
	width: 660px;
	padding:0px;
	margin:0;
}

.sitemap-col{
	width:33%;
	height:1px;
	padding:0px;
}

#sitemap ul
{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	width:200px;
	
}

.stmp-li-1{
	
	
}

.stmp-li-2{

	
}

.stmp-li-3{

	
}

.sitemap-level-1{
	font-size: 11pt;
	font-weight: bold;
	color:#000000;
	padding-left:10px;
	text-decoration:none;
	background-image: url(http://www.waltec.de/cms/upload/v3/pagedesign/backicon/back_orange.jpg);
	background-repeat:repeat-x;
	display:block;
	width:190px;
	margin-top:5px;
	
}


.sitemap-level-2{
	font-size: 9pt;
	font-weight: bold;
	color:#000000;
	padding-left:20px;
	text-decoration:none;
	background-image: none;
	display:block;
	background-color: #eeeeee;
	width:180px;
	margin-top:2px;
	
}

.sitemap-level-3{
	font-size: 9pt;
	color:#000000;
	padding-left:30px;
	text-decoration:none;
	background-image: none;
	display:block;
	background-color: #eeeeee;
	width:170px;
	margin-top:0px;
	
}

.sitemap-level-1:hover{
	background-color:#33CC33;
	background-image: none;
}

.sitemap-level-2:hover{
	background-color:#FFCC00;
}

.sitemap-level-3:hover{
	background-color:#FFFFFF;
}
