/*Navigation bzw. linke Spalte*/
#navigation {width:220px; /*display:inline-block;*/ float:left; position:relative; top:-1px;}
*+html #navigation {top:-4px;}
#navigation h2 {height:24px; color:#02A; font-weight:bold; font-size:14px; padding-top:3px;}
#navigation .head {height:31px; background:url(../img/menu/sidebar_head.gif) no-repeat; font-size:16px; font-weight:bold; color:#72ac0c; padding:10px 0 0 15px;}
/* IE 6 Hack */ *html body #navigationr .head {height:27px; padding:13px 0 0 15px;}
#navigation .head a {color:#72ac0c; text-decoration:none; display:block;}
#navigation .head span {width:10px; height:10px; background:url(../img/menu/arrow_down.gif) no-repeat; position:relative; left:118px; top:7px; display:inline-block;}
#navigation .navi_line {width:220px; height:2px; background:url(../img/menu/sidebar_line.gif) no-repeat bottom left;}
/* IE 6 Hack */ *html body .navi_hack {margin-top:-16px;}
#navigation ul {background:#d6e3f7; margin:0px; padding:0px; list-style:none;}
#navigation li {width:220px;}
/* IE 7 Hack */ *:first-child+html #navigation .more {margin-top:-2px;}
#navigation .more a {text-decoration:none; font-size:11px; background:url(../img/menu/arrow_right.gif) no-repeat 0 1px; padding:0 7px 0 14px; float:right;}
/* IE 6 Hack */ *html body #navigation .more a {margin-bottom:1px;}
#navigation .clearfix {clear:both; height:1px;}
/* IE 7 Hack */ *:first-child+html #navigation .clearfix {display:none; margin:0; padding:0;}
/* IE 6 Hack */ *html body #navigation .clearfix {display:none; margin:0; padding:0;}
#navigation .foot {height:237px; background:url(../img/menu/sidebar_foot.gif) no-repeat;}

/*Kategorieliste*/
#navigation {margin-top:7px;}
/* IE 6 Hack */ *html body #navigation {margin-top:-2px;}
/* IE 7 Hack */ *:first-child+html #navigation {margin-top:3px;}
#navigation, #navigation ul {background:url(../img/menu/navi_gradient.gif) repeat-y 0 0 #d6e3f7; padding:0; margin:0;}
#navigation h2 {height:25px; /*background:url(../img/menu/sidebar_line.gif) no-repeat bottom left;*/ padding:4px 0 0 16px;}
/* IE 6 Hack */ *html body #navigation h2 {margin:0 0 -16px 0;}
#navigation li {width:220px; /*height:31px;*/ background:url(../img/menu/sidebar_line.gif) no-repeat bottom left;  padding:0 0 1px; }

#navigation li a {background:url(../img/menu/arrow_right.gif) no-repeat 0 8px; text-decoration:none; margin-left:14px; padding:5px 0 5px 25px; width:181px; /* height:24px;*/ display:block; }

#navigation li a:hover {background:url(../img/menu/arrow_right.gif) no-repeat 0 8px #d6e3f7;}

#navigation li li {width:220px; height:31px; padding:0; background:url(../img/menu/navi_gradient.gif) repeat-y 0 0 #d6e3f7;}
#navigation li li a {width:180px; background:url(../img/menu/navi_gradient.gif) repeat-y 0 0 #d6e3f7; padding:5px 0 7px 25px; }
#navigation li li a:hover {background:#d6e3f7;}

#navigation .active {font-weight:bold;}
