/*
 dunkelblau: #364A72;
 dunkelgrau #2B3033;
 hellgrau: #737C8D;

 orange #BE4B19;
 ocker: #D3AF35;

 */


/* NAVIGATION LINKS */
.nav_1 {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-left: 0px;
  width: 200px;
  list-style-type: none;
}

.nav_1 a {
  display:block;
  font-weight: bold;
  margin-left: 20px;
  text-decoration: none;
  padding-top:5px;
  padding-bottom:5px;
}
.nav_1 a:hover {
  color: white;
}

.nav_1_active  a {
  color: white !important;
}

.nav_1_inactive  a:hover {
  color: #a3afcc !important;
}


.nav_2_active  a {
  margin-left: 22px !important;
  padding-left: 4px;
  color: white !important;
}
.nav_2_inactive  a {
  margin-left: 22px !important;
  padding-left: 4px;
}

.nav_3_active a {
  margin-left: 28px !important;
  padding-left:4px;
  color: white !important;
}
.nav_3_inactive a {
  margin-left: 28px !important;
  padding-left:4px;
}

.rand_weiss_links a {
  border-left-width: 1px;
  border-left-color: white;
  border-left-style: solid;
}

.nav_1 li {
  padding: 0px;
  margin: 0px;
}

li.nav_1_active {
/*  background-color: #8590B0; */
  background-image: url(../../images/screen/bg1.png);
}
li.nav_1_inactive {

}

li.nav_2_active {
  background-image: url(../../images/screen/bg2.png);
  /*
  background-color: #a3afcc;
  */
}
li.nav_2_inactive {
  background-image: url(../../images/screen/bg2.png);
  /*
  background-color: #a3afcc;
  */
}

li.nav_3_active {
/*  background-image: url(../../images/screen/bg3.png); */
  background-color: #c3c4c5;
}
li.nav_3_inactive {
/*  background-image: url(../../images/screen/bg3.png); */
  background-color: #c3c4c5;
}

/* DOWNLOAD NAVIGATION */
table.download_table {
  margin-top: 0px;
  margin-bottom: 20px;
}

.download_table td {
  padding: 5px;
}

.download_table a {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}
.download_icon {
  text-align: center;
}




/* TOP NAVIGATION*/
a.top_nav_active {
  color: #a3afcc;
  font-weight: bold;
  text-decoration: underline;
}

a.top_nav_inactive {
  font-weight: bold;
  text-decoration: none;
}

a:hover.top_nav_inactive {
  font-weight: bold;
  color: #a3afcc;
  text-decoration: none;
}

/* PFAD */

a.pfad {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}
a.pfad_active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
  color: #a3afcc;
}

a.pfad:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #a3afcc;
}

div.pfad {
  z-index: 1;
  width: 400px;
  position: absolute;
  left: 210px;
  top: 5px;

}