@charset "utf-8";
/* CSS Document for Plunger */
/*
	created by: Klaus Hoermann <klaus@3b-solutions.net>
	created for: Handle-Creativ Werbeagentur
	Client: Hotel Wiesental
	Description: Sitemap styles
	Copyright: (C) 3B-Solutions Klaus Hoermann 2009
*/

/********************************************************************/
/* SITEMAP STYLE */

/* treemenu container div */
.tx-wssitemap-pi1 .treemenudiv {}

/* treemenu images */
.tx-wssitemap-pi1 .treemenudiv img {
	
}

/* link in the treemenu */
.tx-wssitemap-pi1 .treemenudiv a {
	text-decoration: none;
	color:#338585;
	font-size:12px;
}

/* hover style for links in the treemenu */
.tx-wssitemap-pi1 .treemenudiv a:hover {
	color:#338585;
	font-weight:bold;
	text-decoration:underline;
}

