#main_menu {
   width: 1024px;
   height: 67px;
   margin: 0;
   padding: 0;
   background-image: url('../img/header/menu_bg.png');
   background-repeat: no-repeat; 
   background-position: 0 0;
   color:#ffffff;
   font-size: 10pt;
}

#main_menu ul {
   width: 1024px;
   height: 58px;
   position: relative;
   margin: 0 0 0 1px;
   padding: 0;
   list-style-type: none;
}

#main_menu ul li {
   float: left;
   width: 169px;
   height: 58px;
   text-align:center;
   margin: 0;
   padding: 0;
   border-right: 1px solid #84a5b8;
}/*
#menu_start, #menu_kanzlei, #menu_leistung, #menu_service, #menu_mandanten {
   border-right: 1px solid #84a5b8;
}*/
/*
#menu_start a {
   width: 169px;
   height: 58px;
   margin: 0;
   padding: 0;
   display: block;
   color:#ffffff;
   text-decoration:none;
   background-image: url('../img/header/start_norm.png');
}
#menu_start a:hover {
   background-image: url('../img/header/start_over.png');
   background-repeat: no-repeat; 
   background-position: center 0;
   color:#ffffff;
   text-decoration:none;
   font-weight: bold;
}*/
#main_menu ul li a {
   width: 169px;
   height: 39px;
   margin: 0;
   padding: 19px 0 0 0;
   display: block;
   color:#ffffff;
   text-decoration:none;
   /*font-size: 10pt;*/
}
#main_menu ul li a:hover {
   background-image: url('../img/header/menu_arrow.png');
   background-repeat: no-repeat; 
   background-position: center 0;
   color:#ffffff;
   text-decoration:none;
   /*font-weight: bold;*/
   /*font-size: 10pt;*/
}

#menu_aktiv
{
   background-image: url('../img/header/menu_arrow.png');
   background-repeat: no-repeat; 
   background-position: center 0;
   /*font-weight: bold;*/
   /*font-size: 10pt;*/
}

.noborder {
   border:0 !important;
}