/* in Volltext-Tabellen */
em {
 font-style: normal;
 font-weight: bold;
 letter-spacing: normal;
 color: #666666;
 font-size: 1em;
}
/* esamos-Trefferliste */
.w500 {
  width: 50em;
  margin-top: 0;
  margin-bottom: 0;
}
.w500 th, .w500 td {
  width: 7em;
  text-align: left;
}
/* Suchformuare PM/PV */
.ximasuche .left {
  width: 5em;
  text-align: left;
}
 
/* kann spaeter geloescht werden, cba */ 
/* Suchformuare PM/PV in Marginalspalte */
#quickbar input.text1 {
  width: 16.4em;
  cursor: auto;
}
/* hide from MacIE */
@media all {
#quickbar input.text1 {
 width: 15.6em;
}
}
#quickbar input.text2 {
 max-width: 5.5em;
 cursor: auto;
}
/* hide from MacIE */
@media all {
#quickbar input.text2 {
 width:5.5em;
}
}
#quickbar p {
 padding: 0 0 0 0;
 margin: 0 0 1em 0;
 text-align: left;
}
