BODY { FONT-FAMILY: Verdana, Helvetica; BACKGROUND-COLOR: #ffffff}

TD 				{font-family:verdana; color:#5F5F54; font-size:11px; font-weight:normal;}
TD.weiss		{font-family:verdana; color:#FFFFFF; font-size:11px; font-weight:normal;}
TD.weissbold  	{font-family:verdana; color:#FFFFFF; font-size:11px; font-weight:bold;}
TD.orange  		{font-family:verdana; color:#F47E36; font-size:11px; font-weight:normal;}
TD.orangebold	{font-family:verdana; color:#F47E36; font-size:11px; font-weight:bold;}


A:link 		{font-family:verdana; font-size:11px; color: #5F5F54; text-decoration: underline; } 
A:visited 	{font-family:verdana; font-size:11px; color: #5F5F54; text-decoration: underline; } 
A:hover 	{font-family:verdana; font-size:11px; color: #5F5F54; text-decoration: none; } 


A.weiss:link 	{font-family:verdana; font-size:11px; color: #FFFFFF; text-decoration: none; } 
A.weiss:visited {font-family:verdana; font-size:11px; color: #FFFFFF; text-decoration: none; } 
A.weiss:hover 	{font-family:verdana; font-size:11px; color: #FFFFFF; text-decoration: underline; }

A.orange:link 	 {font-family:verdana; font-size:11px; color: #F47E36; text-decoration: none; } 
A.orange:visited {font-family:verdana; font-size:11px; color: #F47E36; text-decoration: none; } 
A.orange:hover 	 {font-family:verdana; font-size:11px; color: #F47E36; text-decoration: underline; }

A.big_orange:link 	 {font-family:verdana; font-size:12px; color: #F47E36; text-decoration: underline; } 
A.big_orange:visited {font-family:verdana; font-size:12px; color: #F47E36; text-decoration: underline; } 
A.big_orange:hover 	 {font-family:verdana; font-size:12px; color: #F47E36; text-decoration: none; }


B.preis  {font-family:verdana; color:#FFFFFF; font-size:24px; font-weight:bold;}
B.preiskl  {font-family:verdana; color:#FFFFFF; font-size:14px; font-weight:bold;}


    
/* -- Categories -- */

/* -- First Level -- */
#categories {margin: 0px 0 0px 0; padding: 1px 0 0px 0; list-style: none; width: 160px;}
#categories li {position: relative; font-weight: bold; padding-bottom: 1px;}
#categories li a {display: block; text-decoration: none; /* IE6 Bug */ padding: 4px 0 4px 2px; background-color: #D6D6C9;}
#categories li a:hover, #categories li a.ont-selected:hover {background-color: #848273; color: #fff;}

/* -- Second Level -- */
#categories li ul {margin: 0px 0 0px 0; padding: 1px 0 0px 0; list-style: none; width: 160px;}
#categories li ul li  {position: relative; font-weight:normal; padding-bottom: 1px;}
#categories li ul li.last  {position: relative; font-weight:normal; padding-bottom: 1px; margin-bottom: -1px;}
#categories li ul li a {display: block; text-decoration: none; /* IE6 Bug */ padding: 4px 0 4px 5px; background-color: #E2E2D5;}
#categories li ul li a:hover, #categories li ul li a.ont-selected:hover { background-color: #848273; color: #fff;}

/* -- Third Level -- */
#categories li ul li ul {margin: 0px 0 0px 0; padding: 1px 0 0px 0; list-style: none; width: 160px; }
#categories li ul li ul li  {position: relative; font-weight:normal; padding-bottom: 1px; }
#categories li ul li ul li.last  {position: relative; font-weight:normal; padding-bottom: 1px; margin-bottom: -1px;}
#categories li ul li ul li a {display: block; text-decoration: none; /* IE6 Bug */ padding: 4px 0 4px 10px; background-color: #EEEEE0;}
#categories li ul li ul li a:hover, #categories li ul li ul li a.ont-selected:hover { background-color: #848273;}

/* -- Forth Level -- */
#categories li ul li ul li ul{margin: 0px 0 0px 0; padding: 1px 0 0px 0; list-style: none; width: 160px;}
#categories li ul li ul li ul li  {position: relative; font-weight:normal; padding-bottom: 1px; }
#categories li ul li ul li ul li.last  {position: relative; font-weight:normal; padding-bottom: 1px; margin-bottom: -1px;}
#categories li ul li ul li ul li a {display: block; text-decoration: none; /* IE6 Bug */ padding: 4px 0 4px 15px;  background-color: #FAFAEB;}
#categories li ul li ul li ul li a:hover, #categories li ul li ul li ul li a.ont-selected:hover { background-color: #848273;}

#categories a.ont-selected { background-color: #fff; color: #2E5500;}

/* Fix IE. Hide from IE Mac \*/
* html #categories li { float: left; height: 1%; }
* html #categories li a { height: 1%; }
* html #categories li ul li { float: left; height: 1%; }
* html #categories li ul li a { height: 1%; }
* html #categories li ul li ul li { float: left; height: 1%; }
* html #categories li ul li ul li a { height: 1%; }
* html #categories li ul li ul li ul li { float: left; height: 1%; }
* html #categories li ul li ul li ul li a { height: 1%; }
/* End */