* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

* {
  font-family: sans-serif;
  font-size: 12px; }

body {
  background-color: #ffffff; }

body.noscroll {
  overflow-y: hidden; }

#header, #content, #flash {
  width: 1200px;
  margin: 0 auto; }

#content, #header {
  padding: 0 20px; }

#flash {
  width: 100%; }

#header {
  height: 165px; }

.overlay #content {
  width: 100%;
  padding: 10px; }
.overlay h2 {
  font-size: 14px;
  padding-left: 20px; }

.box, .hover_box, input, textarea, select, #menu a, .compact_button, .button {
  background-color: #ffffff;
  padding: 5px 15px;
  border-top: 1px solid #f3f4f4;
  border-left: 1px solid #f3f4f4;
  border-right: 1px solid #646567;
  border-bottom: 1px solid #646567; }

a.hover_box, a.box, input[type=submit].hover_box, input[type=submit].box, .compact_button, .button {
  display: block;
  height: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000000; }

.hover_box:hover, #menu a:hover, input[type=submit]:hover, .compact_button:hover, .button:hover {
  cursor: pointer;
  border-top: 1px solid #646567;
  border-left: 1px solid #646567;
  border-right: 1px solid #f3f4f4;
  border-bottom: 1px solid #f3f4f4; }

.hover_box.small {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px; }

td form {
  background: none; }

.compact_button, input[type=submit].compact_button {
  height: auto;
  padding: 3px;
  display: inline-block;
  background: none;
  background-color: #ffffff; }

.button {
  height: auto;
  display: inline-block;
  background: none;
  background-color: #ffffff; }

.right_arrow {
  background-image: url("../pics/ta_pfeil.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px; }

table.list td, table.list th {
  padding: 3px;
  text-align: center; }
table.list td.right, table.list th.right {
  text-align: right; }
table.list td.left, table.list th.left {
  text-align: left; }
table.list tbody::before {
  content: '';
  display: block;
  height: 15px; }

.box_header {
  background-color: #eceded;
  height: 40px;
  padding: 10px;
  margin-bottom: 1em; }
  .box_header h1 {
    font-size: 16px;
    font-weight: bold; }
  .box_header span {
    position: absolute;
    right: 70px;
    top: 15px; }

.info_button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000; }

#menu {
  margin-right: 0px;
  margin-bottom: 20px; }
  #menu li {
    position: relative;
    display: inline-block;
    width: 170px;
    vertical-align: top;
    margin-bottom: 0px; }
    #menu li a {
      display: block;
      font-weight: bold;
      text-decoration: none;
      color: #000000; }
    #menu li ul {
      display: none;
      top: 40px;
      z-index: 10; }
  #menu li:hover ul {
    display: block; }
  #menu li.hasChild > a, #menu li.hasChild > span {
    background: transparent url(/public/pics/ta_pfeil_down.png) no-repeat top right; }
  #menu li#logout_button a {
    color: #ffffff;
    background-color: #444444; }

form {
  position: relative;
  background: #fff;
  padding: 0;
  overflow: auto; }
  form dt {
    padding: 0;
    clear: both;
    width: 15em;
    float: left;
    text-align: right;
    margin: 5px 5px 5px 0; }
  form dd {
    padding: 0;
    float: left;
    margin: 5px 2px 5px 0; }
  form input, form textarea, form select {
    margin: 0 0 2px 0;
    padding: 2px 5px; }
  form input[type=submit] {
    cursor: pointer;
    background: transparent url(/public/pics/ta_pfeil.png) no-repeat right center;
    font-weight: bold;
    text-align: left;
    padding: 7px 15px;
    padding-right: 30px; }
  form input[type=submit].noarrow {
    background: none;
    padding: 5px 15px; }
  form fieldset {
    position: relative;
    left: -15em;
    padding: 1em; }
    form fieldset dt {
      width: 13.5em; }
  form textarea {
    height: 100px; }
  form td.label {
    text-align: right;
    padding-right: 10px; }
  form td.element input, form td.element textarea {
    width: 100%; }
  form p.description {
    display: inline; }

td.description {
  font-size: 12px;
  color: #777777;
  padding-left: 10px; }

.errors {
  color: #c4071b; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.flash_messages div {
  font-size: 120%;
  font-weight: bold;
  border: 2px solid green;
  text-align: center; }
.flash_messages div.error {
  border-color: #c4071b;
  color: #c4071b; }
.flash_messages div.info {
  border-color: #7ab51d;
  color: #7ab51d; }
.flash_messages div.warning {
  border-color: #7ab51d;
  color: #7ab51d; }

.overlays_overlay {
  background-color: rgba(50, 50, 50, 0.8); }
  .overlays_overlay iframe {
    border: none;
    box-shadow: 4px 4px 9px -3px rgba(0, 0, 0, 0.75); }

.odd {
  background-color: #C6C7C8; }

.even {
  background-color: #f6f6f6; }

.current {
  background-color: #999999; }

.paginator {
  text-align: center; }
  .paginator .paginator_controls {
    font-size: 20px;
    font-weight: bold; }
    .paginator .paginator_controls a {
      text-decoration: none;
      font-size: 20px;
      font-weight: bold; }

.search_form {
  overflow: visible; }
  .search_form input, .search_form label, .search_form img, .search_form a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle; }
  .search_form img, .search_form a {
    height: auto; }
  .search_form input[type=radio], .search_form input[type=submit] {
    margin-left: 10px;
    padding: 0 20px 0 10px; }
  .search_form input[type=text] {
    width: 20em; }

/*# sourceMappingURL=backend.css.map */
