/*		definitionen für befülllayer		*/

#defPage, .defPage {
  position:absolute;
  width:808px;
  height:90%;
  top:20px;
  left:186px;
  background-color:white;
  layer-background-color:white;
  border:solid 2px gray;
  z-index:101;
}

#admCsv, .admCsv {
  position:absolute;
  width:808px;
  height:500px;
  top:20px;
  left:20px;
  background-color:white;
  layer-background-color:white;
  border:solid 2px gray;
  visibility:hidden;
  z-index:102;
}

#admAdr, .admAdr {
  position:absolute;
  min-width:808px;
  min-height:65%;
  top:30%;
  left:50px;
  background-color:white;
  layer-background-color:white;
  border:solid 2px gray;
  z-index:102;
}

.def_tabl {
  width:798px;
  border:0 none white;
  margin:0;
  padding:0;
}

.def_td1 {
  width:300px;
  text-align:right;
}

.def_td2 {
  width:300px;
}

.def_td3 {
  width:198px;
  text-align:right;
}

.def_td4 {

}

.txt_filler {
  margin-right:7px;
}

/*		menüpunktdefinitionen (neuer menüpunkt)		*/

.nmpkt {
  color:gray;
}

/*		schalterdefinitionen (ohne cssformatierung des projektes)		*/

#walter {
  position:absolute;
  top:50px;
  left:620px;
  text-decoration:none;
  line-height:15px;
}
#schalter {
  position:absolute;
  top:50px;
  left:720px;
  text-decoration:none;
  line-height:15px;
}
.schalter {
  text-decoration:none;
  line-height:15px;
}
#schalter p, .schalter p {
  width:175px;
  text-align:center;
  border:solid 1px darkred;
  line-height:15px;
  margin-top:0px;
  margin-bottom:3px;
}
#schalter p:hover, .schalter p:hover {
  text-decoration:none;
  color:white;
  background-color:darkred;
}
#schalter a, .schalter a {
  text-decoration:none;
  color:darkred;
}
#schalter a:hover, .schalter a:hover {
  text-decoration:none;
  color:white;
  background-color:darkred;
}

#schaltProj p, .schaltProj p {
  width:175px;
  text-align:center;
  line-height:15px;
  margin-top:0px;
  margin-bottom:3px;
  border:solid 1px darkblue;
}
#schaltProj p:hover, .schaltProj p:hover {
  text-decoration:none;
  color:white;
  background-color:darkblue;
}
#schaltProj a, .schaltProj a {
  text-decoration:none;
  color:darkblue;
}
#schaltProj a:hover, .schaltProj a:hover {
  text-decoration:none;
  color:white;
  background-color:darkblue;
}

#schaltFil p, .schaltFil p {
  width:175px;
  text-align:center;
  line-height:15px;
  margin-top:0px;
  margin-bottom:3px;
  border:solid 1px darkgreen;
}
#schaltFil p:hover, .schaltFil p:hover {
  text-decoration:none;
  color:white;
  background-color:darkgreen;
}
#schaltFil a, .schaltFil a {
  text-decoration:none;
  color:darkgreen;
}
#schaltFil a:hover, .schaltFil a:hover {
  text-decoration:none;
  color:white;
  background-color:darkgreen;
}

#schaltLog p, .schaltLog p {
  width:175px;
  text-align:center;
  line-height:15px;
  margin-top:0px;
  margin-bottom:3px;
  border:solid 1px darkgray;
}
#schaltLog p:hover, .schaltLog p:hover {
  text-decoration:none;
  color:lightgray;
  background-color:darkgray;
}
#schaltLog a, .schaltLog a {
  text-decoration:none;
  color:darkgray;
}
#schaltLog a:hover, .schaltLog a:hover {
  text-decoration:none;
  color:lightgray;
  background-color:darkgray;
}


