body      {background-color: #fff; color: #000; }

a         {text-decoration: none;}
a:link    {color: #24b;}
a:visited {color: #259;}
a:hover   {text-decoration: underline}
a:active  {text-decoration: underline}
a.empty   {color: gray; border-bottom: 1px dotted #700;}
a.empty:after {content: '?';font-style: italic;}

a.private {color: black;}

.error    {color: #f00;}

textarea  {width: 100%;}

.center   {text-align: center; font-weight: bold;}
.right    {text-align: right;}

.de {
  float: left;
#  font-family: Arial, monospace;
  background: #EFE;
  width:50%;
}

.en {
  float: right;
#  font-family: Arial, monospace;
  background: #FFD;
  width:50%;
}

th.invers {
  text-align: centered;
  background: #668;
  color: #FFF;
  font-family : VERDANA,ARIAL,HELVETICA;
}
