#content a:link, #content a:visited
{
  color: #feb400;
}

/* DB-Tempaltes  */
thead tr.CTITLE
{
  background: #FFECBF;
}

table.DB_TABLE .CFIELDLABEL th, table.DB_TABLE .CFIELDLABEL td, table.DB_TABLE_DETAIL .CFIELDLABEL th, table.DB_TABLE_DETAIL .CFIELDLABEL td
{
  background: #FFF3D7;
  font-weight: 700;
}

/* Anzeige der Sortierung Header */
a.CSORTERLABELASC
{
  padding-left: 15px;
  background-image: url(../img/CSORTERLABELASC_orange.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;
}

a.CSORTERLABELDESC
{
  padding-left: 15px;
  background-image: url(../img/CSORTERLABELDESC_orange.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;
}

input.CSEARCHBUTTON
{
  background: #FFECBF;
}

a.CFIRST, a.CPREVIOUS, a.CNEXT, a.CLAST
{
  background: #FFF3D7;
  border-top: 1px solid #feb400;
  border-left: 1px solid #feb400;
}