@font-face {
  font-family:'Spezia';
  src: url('SpeziaWeb-Medium.woff2') format('woff2'),
     url('SpeziaWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  }


  body {
  color: #000000;
  font-family: Spezia;
  min-height: 100%;
  background-color: #ffffff;
  font-size: 16px;
}
table {
  font-family: Spezia;
  font-size: 14px;
}
A {
  color: #000000;
  text-decoration:none;
}
a:link {
  text-decoration: none;
  color: #000000;
  background-color: #EEEEEE;
}
a:visited {
  text-decoration: none;
  color: #000000;
  background-color: #EEEEEE;
}
a:hover {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #999999;
}
input[type=text] {
  background-color: #EEEEEE;
  color: #000000;
}
input[type=number] {
  background-color: #EEEEEE;
  color: #000000;
}
textarea {
  color: #000000;
  background-color: #EEEEEE;
}
select {
  background-color: #EEEEEE;
  color: #000000;
}
p.achtung {
  color: #ff0000;
  font-family: Spezia;
  font-size: 24px;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
  text-align: center;
}

/* .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #eeeeee url(images/ui-bg_glass_60_eeeeee_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #000000;
} */
