﻿/*

-
- Concept, design and implementation by
- Futurecom interactive AG
- P.O. Box
- 8037 Zurich
- Switzerland
- http://www.futurecom.ch
-
- NMC: dec
- NMD: bur
- ITS: rsh, ufe
-

*/
ul.sitemap, ul.sitemap ul {
	width:464px;
	margin:0px;
	padding:0px;
	
}

ul.sitemap a {
	text-decoration:none;
}

ul.sitemap li {
	height:19px;
	list-style-type:none;
}

ul.sitemap li a span {
	margin-left:5px;
	font-weight:bold;
	line-height:17px;
}

ul.sitemap li.spacer {
	line-height:18px;
	height:19px;
}

ul.sitemap li.dottedLineLevel2 {
	font-size:0px;
	line-height:0px;
	height:1px;
	background-image:url(/portaldata/_img/img/img_punkte_linie.gif);
	background-repeat: no-repeat;
}

ul.sitemap li.dottedLineLevel3 {
	font-size:0px;
	line-height:0px;
	height:1px;
	background-image:url(/portaldata/_img/img/img_punkte_linie.gif);
	background-repeat: no-repeat;
	background-position:237px 0px;
}

/*level 1*/

ul.sitemap li.level1 {
	height:22px;
	background-color:#f4f4f4;
	margin-bottom:5px;
}

ul.sitemap li.level1 a span {
	line-height:20px;
}


/*level 2*/

ul.sitemap li.level2 a span {	
	font-weight:normal;
}

/*level 3*/

ul.sitemap li.level3 a span {
	margin-left:237px;
	font-weight:normal;
}

