/* seitennavigation */

.menu_l1_innerbox {
   padding-top: 4px;
   padding-left: 21px;
}

.menu_l1  {
   background-color: #9DA9B4;
   width: 222px;
   height: auto;
   border-bottom: 1px solid #D9DEE3;

   padding-top: 4px;
   padding-bottom: 8px;

}

.menu_l1_highlight  {
   background-color: #7A8B99;
   width: 222px;
   height: auto;
   border-bottom: 1px solid #D9DEE3;

   padding-top: 4px;
   padding-bottom: 8px;
}


.menu_l2_innerbox {
   padding-top: 4px;
   padding-left: 31px;
}

.menu_l2     {
   background-color: #C1C9D0;
   width: 222px;
   padding-bottom:6px;
   border-bottom: 1px solid #D9DEE3;
}

.menu_l2_highlight    { 
   background-color: #9BA5B0;
   width: 222px;
   padding-bottom:6px;
   border-bottom: 1px solid #D9DEE3;
}



a.menu_l1_link:link    {color: #000;font-size: 9pt; font-family: Arial, Sans-Serif; font-weight: bold; text-decoration: none}
a.menu_l1_link:visited {color: #000;font-size: 9pt; font-family: Arial, Sans-Serif; font-weight: bold; text-decoration: none}
a.menu_l1_link:hover   {color: #000;font-size: 9pt; font-family: Arial, Sans-Serif; font-weight: bold; text-decoration: underline}
a.menu_l1_link:active  {color: #000;font-size: 9pt; font-family: Arial, Sans-Serif; font-weight: bold; text-decoration: underline}

a.menu_l1_link_hi:link    {color: #fff;font-size: 9pt; font-family: Arial, Sans-Serif; font-weight: bold; text-decoration: none}
a.menu_l1_link_hi:visited {color: #fff;font-size: 9pt; font-family: Arial, Sans-Serif; font-weight: bold; text-decoration: none}
a.menu_l1_link_hi:hover   {color: #fff;font-size: 9pt; font-family: Arial, Sans-Serif; font-weight: bold; text-decoration: underline}
a.menu_l1_link_hi:active  {color: #fff;font-size: 9pt; font-family: Arial, Sans-Serif; font-weight: bold; text-decoration: underline}

a.menu_l2_link:link    {color: #000;font-size: 8pt; font-family: Arial, Sans-Serif; text-decoration: none}
a.menu_l2_link:visited {color: #000;font-size: 8pt; font-family: Arial, Sans-Serif;  text-decoration: none}
a.menu_l2_link:hover   {color: #000;font-size: 8pt; font-family: Arial, Sans-Serif; text-decoration: underline}
a.menu_l2_link:active  {color: #000;font-size: 8pt; font-family: Arial, Sans-Serif;  text-decoration: underline}

a.menu_l2_link_hi:link    {color: #fff;font-size: 8pt; font-family: Arial, Sans-Serif; text-decoration: none; font-weight:600}
a.menu_l2_link_hi:visited {color: #fff;font-size: 8pt; font-family: Arial, Sans-Serif;  text-decoration: none; font-weight:600}
a.menu_l2_link_hi:hover   {color: #fff;font-size: 8pt; font-family: Arial, Sans-Serif; text-decoration: underline; font-weight:600}
a.menu_l2_link_hi:active  {color: #fff;font-size: 8pt; font-family: Arial, Sans-Serif;  text-decoration: underline; font-weight:600}


