/* gedl styles unternavigation dritte ebene (c) helvo Informatik Helena Vogler */
@media all
{
/*--- fusszeile innerhalb normseite - seitennavigation auf der dritten ebene ---*/

#navig3ebene {
  margin: 30px 0 0 0;
  font-size: 16px;					/*NEU 2025 Schriftgrösse  urspr. 14px*/
  /*font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;*/
  text-align: left;
  white-space: nowrap;
  	/*border:1px dashed darkorange;TEST*/
}
#navig3ebene.abst2 {
  margin-top: 50px;
}
#navig3ebene ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#navig3ebene ul li {
  display: inline;
  margin-right: 8px;
  text-align: left;
}
#navig3ebene ul li.abstseitre {
  margin-right: 100px;
}
/*___für textbrowser oder braillezeile__  8ung ohne ul versteckt der IE das nicht*/
#navig3ebene ul li span {
  display: none;
}

#navig3ebene ul li.abstseitre {
  margin-right: 100px;
}
.clearleft {
	clear: left;
}
a.intrueck {
  background: url(../images/aufzpfeilkleinrueck_333.gif) no-repeat left center;
  padding-left: 9px;
  text-decoration: none;
}
a.intrueck:hover, a.intrueck:focus {
  background: url(../images/aufzpfeilkleinrueck_8d2522.gif) no-repeat left center;
  text-decoration: underline;
  color: #8d2522 !important;
}
a.intvorw {
  background: url(../images/aufzpfeilklein_333.gif) no-repeat right center;
  padding-right: 9px;
  text-decoration: none;
}
a.intvorw:hover, a.intvorw:focus {
  background: url(../images/aufzpfeilklein_8d2522.gif) no-repeat right center;
  text-decoration: underline;
  color: #8d2522 !important;
}
a.intruebersicht {
  background: url(../images/doppelpfeilkleinruk_333.gif) no-repeat left center;
  padding-left: 13px;
  text-decoration: none;
}
a.intruebersicht:hover, a.intruebersicht:focus {
  background: url(../images/doppelpfeilkleinruk_8d2522.gif) no-repeat left center;
  text-decoration: underline;
  color: #8d2522 !important;
}
a.pfeil {
	text-decoration: none;
	border: 1px solid #808080;
	width: 29px;
	height: 25px;
	padding-left: 30px; /*float: left;*/ /*display: inline; es braucht float-left, um den pfeil einzumitten*/
	margin: 0 100px 0 0;
}
a.bgpfeil1 {
  text-decoration: none;
  background: transparent url(../images/up2_grau666.gif) no-repeat;
  border: 1px solid #666;
  width: 29px;
  height: 25px;
   float: left;
  margin: -4px 100px 0 0;
}
a.bgpfeil1:hover, a.bgpfeil1:focus {
  background: transparent url(../images/up2_8d2522.gif) no-repeat;
}

a.bgpfeil2 {
  text-decoration: none;
  background: transparent url(../images/up2_grau666.gif) no-repeat;
  border: 1px solid #c0c0c0; /*#666;*/		/*pfeil mit passepartout*/
  width: 29px;
  height: 25px;
	float: left;
	/*display: block;wäre gut und eleganter wenn alleinstehend*/ 
  margin: -2px 100px 0 0;
}
a.bgpfeil2:hover, a.bgpfeil2:focus {
  /*border: 1px solid #8d2522;BESSER NUR DIE FARBE DES PFEILCHENS VARIIEREN*/
  background: transparent url(../images/up2_8d2522.gif) no-repeat;
}

/*___beim bild up3 kommt der untere rahmen genau auf die textbasislinie zu stehen___*/
/*	verwendet bei glauser*/
a.bgpfeil3 {
  text-decoration: none;
  background: transparent url(../images/up3_grau666_rahmensilber.gif) no-repeat;  /*0 4px;*/ /*left bottom;*/ /*left top;=default*/
  width: 29px;
  height: 25px;
	/*padding-left: 30px;*/
  display: inline-block; /*ab CSS 2.1*/
  margin: 0 100px 0 0;
}
a.bgpfeil3:hover, a.bgpfeil3:focus {
  background: transparent url(../images/up3_8d2522_rahmensilber.gif) no-repeat;
}
/*	verwendet bei leuenberger*/
a.bgpfeil4 {
  text-decoration: none;
  background: transparent url(../images/up3_grau666.gif) no-repeat;
  width: 29px;
  height: 25px;
  display: inline-block; /*ab CSS 2.1*/
  margin: 0 100px 0 0;
}
a.bgpfeil4:hover, a.bgpfeil4:focus {
  background: transparent url(../images/up3_8d2522.gif) no-repeat;
}
}
@media print
{
#navig3ebene, .nopr {
  display: none;
}
}
