/* $Id: sitemap.css 919 2004-12-22 15:07:16Z jaris $ */

#sitemap { }

#sitemap h2 { }

#sitemap ul { margin:0px; padding: 0px; }
#sitemap ul li { margin-left: 30px; }

table#sitemap {
	width: 530px;
	}

table#sitemap td {
	width: 250px;
	//width: 180px;
	
	}

table#sitemap td.depth1 {
	vertical-align: top;
	background: transparent url(/pics/li-punainen.gif) 0px 4px no-repeat;
	padding: 3px 0px 3px 13px;
	}

table#sitemap td.depth2 {
	vertical-align: top;
	background: transparent url(/pics/li.gif) 12px 8px no-repeat;
	padding: 3px 0px 3px 20px;
	}

table#sitemap td.depth3 {
	padding: 0px 0px 2px 35px;
	background: transparent url(/pics/li-li.gif) 27px 6px no-repeat;
	font-size: 12px;
	}

table#sitemap td.depth4 {
	padding: 0px 0px 1px 50px;
	background: transparent url(/pics/li-li.gif) 43px 5px no-repeat;
	font-size: 11px;
	}

table#sitemap td.separator {
	width: 30px;
	background: transparent url(/pics/bg-katkoviiva.gif) top center repeat-y;
	}

/* Palstoja ympäröivä div, on oltava float: left määritys! */
#sitemap div.col {
	float: left;
	}
