/*
	CSS Document: css_modules.css
	Version: 1.0 | Date: 2008-09-22
	Project: www.textilsauna.com
	Author: websLINE, 2008
	-------
*/


/* AUFLISTUNG */

ul.list {
	margin: 0; padding: 10px;
	background: #E8DEC4;
	}
ul.list li {
	list-style-type: none !important;
	padding: 3px 3px 3px 15px !important;
	border-bottom: 2px solid #EEE5CC;
	background: url(img_arrow-grey.gif) no-repeat 3px 6px;
	}
ul.list li.child:hover,
ul.list li.child-active {
	background: #E4DABE url(img_arrow-grey.gif) no-repeat 3px 6px;
	}
ul.list li b {
	float: right;
	font-weight: normal;
	}
ul.list li a {
	text-decoration: none !important;
/*	color: #072964;*/
	}
ul.list li a:hover {
	font-weight: bold;
	}