/*
This CSS definition is copyright Dipl.-Ing.(TH) Winfried Kaiser, info@seifenparadies.de, entwicklung@powertemplate.de
Any unauthorized use will be legally prosecuted!

Not(!) released under the GNU General Public License
*/

#menu, 
#content, 
#information, 
#links {
	/*width:182px;
	width:100%;*/
	width:auto;
}

#menu ul, 
#content ul, 
#information ul, 
#links ul
{
	padding-left: 30px;
	list-style: none;
}

#menu li ul, 
#content li ul, 
#information li ul, 
#links li ul
{
	margin-left:4px;
	padding-left: 0px;
}

#menu li, 
#content li, 
#information li, 
#links li {
	background-image:url(../img/bullet.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	font-size:10px;
	padding-bottom:2px;
	padding-top:2px;
	width:auto;
}

#menu li ul li, 
#content li ul li, 
#information li ul li, 
#links li ul li {
	/*
	background-image:url(../img/bullet_s.gif);
	background-position:0px center;
	background-repeat: no-repeat;
	*/
}

#menu li.cat_selected > a,
#content li.cat_selected > a,
#links li.cat_selected > a,
#information li.cat_selected > a {
	color:#414144;
}

#menu li > ul > li, 
#content li > ul > li, 
#information li > ul > li, 
#links li > ul > li {
	margin-left:6px;
	width:auto;
}

#menu li:hover > a,
#content li:hover > a,
#links li:hover > a,
#information li:hover > a {
	color:#414144;
}

#menu li.listUnderline,
#content li.listUnderline,
#information li.listUnderline {
	background-image: url(../img/img_underline.gif);
	background-repeat: repeat-x;
	background-position: left 50%;
	height:3px;
	margin-left: -30px;
}

#menu li ul li.listUnderline,
#content li ul li.listUnderline,
#information li ul li.listUnderline {
	margin-left: -5px;
}

#menu a, 
#content a, 
#information a, 
#links a {
	font-weight:bold;
	/*font-size:10px;*/
	display:block;
	height:100%;
	margin-left:11px;
	font-size:11px;
	margin-bottom:0px;
	/*
	background-image: none;
	*/
}

#menu li ul a, 
#content li ul a, 
#information li ul a, 
#links li ul a,
#menu li ul a:hover, 
#content li ul a:hover, 
#information li ul a:hover, 
#links li ul a:hover {
	font-weight:normal;
	margin-left: 8px;
	margin-bottom: 3px;
}

#menu a:hover, 
#content a:hover, 
#information a:hover, 
#links a:hover {
	color:#414144;
}

/*
li.listContents:hover {
	color:#414144;
	background-image: url(../img/bullet_hover.gif);
	background-position: left;
	background-repeat: no-repeat;
}
	*/

.cat_normal:hover, 
.cat_selected a {
	color:#414144;
	list-style-image: none;
	background-image:none;
	font-weight:bold;
	text-decoration:none;
}

.cat_selected {
	color:#414144;
	background-image:none;
	font-weight:bold;
	text-decoration:none;
}

.cat_selected a.x {
	background-image:none;
}

.cat_normal {
	color:#EB660B;
	font-weight:bold;
	text-decoration:none;
}

.cat_normal a {
	text-decoration:none;
}

a.cat_normal {
	color:#EB660B;
}

.cat_normal a.x {
	background:url('../img/submenu_hint.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

a.cat_selected_x,
.cat_normal a.x:hover,
.cat_selected > a.x {
	background:url('../img/submenu_hint_hover.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
