html, body  {
  /*background-image:url(../img/bg/bg_logo1.gif); background-repeat:repeat; */
  background-color: #968574; /*#DBF4B9;*/
  background-image:url(../img/Rand_820x10.jpg);
  background-repeat:no-repeat;
  background-position:center;
  background-repeat: repeat-y;
  font-size: 100.00%;
  font-family: Arial;
  margin: 0px; padding: 0px 0px;
  height: 100%;
  width:100%;
  text-align: center;
}

/* Allgemeine Angaben*/
.AllInFldCol { /* Alle internen Farbfelder (von Menüs und Feldern!)*/
  background-color: #CAC2B9; /*#DEFFC6; oda F2E9FC*/
}




/* Grundgerüst */
#ggst {
  position:relative;
  border: 0px solid #fff;
  width:794px;
  left:0px; 
  top:0px;
  margin:auto;  /* FF Mozilla Center */
  background-color: #fff;
}
/* Das LogoFeld */
#LogoTopFld {
  position:relative;
  width:794px;
  left:0px; 
  top:0px;
  margin:auto;  /* FF Mozilla Center */
}
/* Das Skyscraper Feld*/
#SSCFld {
  position:absolute; 
  width:120px; 
  left:0px; 
  /* top:135px; */
}
/* Das Hauptfeld */
#MainFld {
  position:absolute; 
  border: 0px solid #85766B; 
  border-right: 0px solid #000;
  width:590px;
  left:135px; 
  top:172px; 
  text-align: left;

}
/* Überschriftfeld von Pilze-Übersicht*/
#MainFldHeadline {
  position:relative; 
  border: 0px solid #85766B;
  font-size: 140%;
  font-weight: bold;  
  text-align: left;  
}

/* Das Navigationsfeld */
#NaviFld {
  position: relative; 
  width:794; 
  font-size: 80%;
  font-family: Arial;
  letter-spacing: 0.15em;
  text-align: left;
  margin: auto;

}

.Headlineatopbst {
  height: 20px;
}
.plzinfldtxtabst {
  padding-left: 10px;
}
/* PZ Font Deco */
.pzfdeco {
  font-size: 13px;
  font-family: Arial;
  letter-spacing: 0.09em;
}

.plzfldtopabst {
  height: 12px;
}

.plzfldleftabs {
  width: 15px;
}

.borderbottom {
  border-bottom: 1px solid #000;
}

.borderright {
  border-right: 1px solid #000;
}
.pzlstfldwidth {
width: 130px;
}


/* Link-Decos */
a:visited { text-decoration:none; font-weight:normal; color:#131313; }
a:link { text-decoration:none; font-weight:normal; color:#010101; }
a:focus { text-decoration:none; font-weight:normal; color:#898989; }
a:hover { text-decoration:underline; font-weight:bold; color:#000; }
a:active { text-decoration:none; font-weight:bold; color:#898989; }

/* Link design für Pilzeübersichtlinks mrov mooshroomoverview*/
a.pzfdeco:visited { text-decoration:none; font-weight:normal; color:#131313; }
a.pzfdeco:link { text-decoration:none; font-weight:normal; color:#010101; }
a.pzfdeco:focus { text-decoration:none; font-weight:normal; color:#898989; }
a.pzfdeco:hover { text-decoration:underline; font-weight:normal; color:#FFF; }
a.pzfdeco:active { text-decoration:none; font-weight:normal; color:#898989; }

/* Link design für Navigationslinks */
a.HorNaviLnk:visited { text-decoration:none; font-weight:bold; color:#131313; }
a.HorNaviLnk:link { text-decoration:none; font-weight:bold; color:#010101; }
a.HorNaviLnk:focus { text-decoration:none; font-weight:bold; color:#000; }
a.HorNaviLnk:hover { text-decoration:underline; font-weight:bold; color:#312000; }
a.HorNaviLnk:active { text-decoration:none; font-weight:bold; color:#000; }  

/* Link design für cms EditLinks */
a.EditLnk:visited { text-decoration:none; font-weight:normal; color:#fff; padding-left: 2px; padding-right: 2px; }
a.EditLnk:link { text-decoration:none; font-weight:normal; color:#fff; padding-left: 2px; padding-right: 2px; }
a.EditLnk:focus { text-decoration:none; font-weight:normal; color:#fff; padding-left: 2px; padding-right: 2px; }
a.EditLnk:hover { text-decoration:none; border: 1px solid #fff; background-color: #3265DF; font-weight:normal; color:#fff; padding-left: 2px; padding-right: 2px; }
a.Delete:hover { text-decoration:none; border: 1px solid #FF0000; background-color: #000000; font-weight:bold; color:#FF0000; padding-left: 2px; padding-right: 2px; }
a.AddNew:hover { text-decoration:none; border: 1px solid #fff; background-color: #FF6431; font-weight:normal; color:#fff; padding-left: 2px; padding-right: 2px; }
a.EditLnk:active { text-decoration:none; font-weight:normal; color:#fff; padding-left: 2px; padding-right: 2px; } 

