/* menu */

#navlist {
      float:right;
      width:100%;
      color: #000;
      font-family: arial;
      font-size:9pt;
      font-weight:bold;
      text-transform: uppercase;
      line-height:normal;
      text-align: center;
      }

#navlist ul {
      margin:0;
      padding:12px 10px 0 0;
      list-style:none;
      }

#navlist li {
      display:inline;
      margin:0;
      padding:0;
      }

#navlist a {
      float:right;
      background:url("../images/tableftF.gif") no-repeat left top;
      margin:0;
      width:110px;
      height:32px;
      padding:0 0 0 4px;
      text-decoration:none;
      }

#navlist a span {
      float:right;
      display:block;
      background:url("../images/tabrightF.gif") no-repeat right top;
      padding:8px 15px 8px 6px;
      color:#000;
      }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navlist a span {float:none;}
/* End IE5-Mac hack */

#navlist a:hover {
      background-position:0% -42px;
      }

#navlist a:hover span {
      color:#000;
	  background-position:100% -42px;
      }

#navlist a:active {
      background-position:0% -42px;
      }

#navlist a:active span {
      color:#000;
      background-position:100% -42px;
      }

#navlist ul li a.current, #navlist ul li a.current:hover {
      background-position:0% -42px;
      }

#navlist ul li a.current span {
      color:#000;
      background-position:100% -42px;
      }
      
/*** menu kundeservice - start ***/

#kundeservicebar {
	/*margin:4px;*/
	padding-top: 7px;
    	/*padding-left: 7px;*/
    	width: 590px;
	height: 80px;
	border: 1px solid #ccc;
	text-align:left;
	}

.kundeserviceheader {
	/*margin-bottom: 0px;*/ 
	padding-left: 7px;
	color: #0E76BD;
	font-family: Arial; 
	font-size: 14pt;
	font-weight: bold;
	text-align:left;
	}
	
#kundeservicelist, #kundeservicelist ul {     
    	margin: 0; 
    	padding-left: 7px;    
	list-style: none;
	width: 100%;
	font-size: 9pt;
	text-align: left; 
	line-height: 24px;
	} 
	
#kundeservicelist a {
	display: block;     
	/*width: 145px;*/
	color: #333;
	font-family: Arial; 
	text-decoration: none;
	} 
	
#kundeservicelist li a {  
	display: block;     
	/*width: 145px;*/
	color: #333;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
	}
#kundeservicelist a:hover, #kundeservicelist a:active {
	color: #0E76BD;
	} 


#kundeservicelist li { 
	float: left;     
	width: 140px;
	}
	
/*** menu kundeservice - end ***/
