/*NAVIGATION 1. EBENE*/
/*
#FFFFFF = ROT
#8C8E94 = GRAU
#189CD6 = VDI-LOGO-BLAU
#D9F0F7 = BABYBLAU

*/
/*.ullevel1, .ullevel2, .ullevel3,*/

.ullevel1
{
  list-style: none;
  margin: 0;
  padding: 0;
/*  background-color: #00000;*/
}

.ullevel2
{
  list-style: none;
  margin: 0;
  padding: 0;
/*  background-color: #00000;*/
}

.ullevel3
{
  list-style: none;
  margin: 0;
  padding: 0;
/*  background-color: #00000;*/
}

/*
.level_1_NO
{
  text-decoration: none;
  display: block;
  padding: 2px 6%;
  background-color: #FFFFFF;
  font: bold 1.2em arial, sans-serif;
  color: #636552;
}
*/
.level_1_NO a:link, .level_1_NO a:visited
{
  text-decoration: none;
  display: block;
  padding: 6px 12px;
  background-color: #FFFFFF;
  font: bold 12px Arial, Verdana, sans-serif;
  color: #189CD6;
  border-top: 1px solid #189CD6;
}

.level_1_NO a:hover
{
  background-color: #D9F0F7;
}


.level_1_ACT a:link, .level_1_ACT a:visited
{
  text-decoration: none;
  display: block;
  padding: 6px 12px;
  background-color: #D9F0F7;
  font: bold 12px Arial, Verdana, sans-serif;
  color: #189CD6;
  border-top: 1px solid #189CD6;  
}

.level_1_SUB a:link, .level_1_SUB a:visited
{
  text-decoration: none;
  display: block;
  padding: 6px 12px;
  font: bold 12px Arial, Verdana, sans-serif;
  color: #189CD6;
  background: url("/fileadmin/versicherungsdienst/media/navi_pfeil_rechts.gif");
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border: 0px solid black;
  border-top: 1px solid #189CD6;  
}

.level_1_SUB a:hover
{
  background-color: #D9F0F7;
}


/*2.EBENE*/
.level_2_NO a:link, .level_2_NO a:visited
{
  text-decoration: none;
  display: block;
  padding: 2px 25px;
  background-color: #FFFFFF;
  font: bold 11px Arial, Verdana, sans-serif;
  color: #189CD6;
  border-top: 0px solid #189CD6; 
}


.level_2_NO a:hover
{
  background-color: #D9F0F7;
}


.level_2_ACT a:link, .level_2_ACT a:visited
{
  text-decoration: none;
  display: block;
  padding: 2px 25px;
  background-color: #8C8E94;
  background-color: #FFFFFF; /* #FFFFFF = blau */
  font: bold 11px Arial, Verdana, sans-serif;
  color: #189CD6;
  border-top: 0px solid #189CD6; 
}

.level_2_SUB a:link, .level_2_SUB a:visited
{
  text-decoration: none;
  display: block;
  padding: 2px 25px;
  font: bold 11px Arial, Verdana, sans-serif;
  background: url("/fileadmin/media/navi_pfeil_rechts.gif");
  background-position:10px -5px;
  -background-position:10px -2px;

  background-color: #FFFFFF;
  background-repeat: no-repeat;
  color: #189CD6;
  border-top: 0px solid white;   
}

.level_2_SUB a:hover
{
  background-color: #D9F0F7;
}


/*3.EBENE*/

.level_3_NO a:link, .level_3_NO a:visited
{
  text-decoration: none;
  display: block;
  padding: 2px 40px;
  background-color: #FFFFFF;
  font: bold 10px Arial, Verdana, sans-serif;
  color: #189CD6;
}

.level_3_NO a:hover
{
  background-color: #D9F0F7;
}


.level_3_ACT a:link, .level_3_ACT a:visited
{
  text-decoration: none;
  display: block;
  padding: 2px 40px;
  background-color: #D9F0F7;
  font: bold 10px Arial, Verdana, sans-serif;
  color: #189CD6;
}

.level_3_SUB a:link, .level_3_SUB a:visited
{
  text-decoration: none;
  display: block;
  padding: 2px 40px;
  background-color: #CCFFCC;
  font: bold 10px Arial, Verdana, Sans-serif;
  color: #189CD6;
}

