body {
  margin: 0px;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  color: #666;
  background: url(img/bc.png) repeat-x #0d3a64;
}
.fajfka {
  float: right;
}
h1 {
  margin: 10px auto 0 auto;
  padding: 8px;
  color: #FFF;
  font-size: 25px;
  text-align: center;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#494f54), to(#738183));
  background: -moz-linear-gradient(top, #494f54, #738183);
  width: 66%;
  /* fallback if needed */
  width: calc(70% - 16px);
}
h2 {
  margin: 10px auto 0 auto;
  padding: 5px;
  color: #FFF;
  font-size: 19px;
  text-align: center;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#494f54), to(#738183));
  background: -moz-linear-gradient(top, #494f54, #738183);
  width: 66%;
  /* fallback if needed */
  width: calc(70% - 10px);
}
tr.time1 {
  border-bottom: 2px solid #AA0D11;
  background: url(img/re.png) repeat-x #eaf3f7 bottom;
}
.time2 {
  border-bottom: 2px solid #f6a810;
  background: url(img/or.png) repeat-x #eaf3f7 bottom;
}
tr.time3 {
  border-bottom: 2px solid #FF0;
  background: url(img/ye.png) repeat-x #eaf3f7 bottom;
}
tr.time4 {
  border-bottom: 2px solid #27c8ea;
  background: url(img/bl.png) repeat-x #eaf3f7 bottom;
}
center {
  margin: 5px auto;
  color: #59C6B6;
  font-size: 12px;
}
center a {
  color: #59C6B6;
}
table {
  text-shadow: 1px 1px 0px #fff;
  background: #eaf3f7;
  border: #ccc 1px solid;
  width: 70%;
  color: #000;
  margin: 0 auto;
  vertical-align: middle;
}
table th {
  padding: 21px 25px 22px 25px;
}
table th:first-child {
  text-align: left;
  padding-left: 20px;
}
table th:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
table tr {
  text-align: center;
  padding-left: 20px;
  margin: 0 2px;
}
table tr td.tab1 {
  width: 55%;
}
table tr td.tab2 {
  width: 15%;
  font-size: 14px;
}
table tr td.tab3 {
  width: 30%;
  border-left: 0;
}
table tr td.tab3 img {
  margin: 1px;
}
table tr td.tab1apul a {
  text-decoration: none;
}
table tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
table tr:last-child td {
  border-bottom: 0;
}
table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
table td {
  padding: 18px;
  border: 1px solid #ebebeb;
  border-top: 0;
}
table td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}
#plus {
  text-align: center;
  max-width: 140px;
  display: block;
  margin: 4px auto;
  border: 1px solid #e0e0e0;
  background: #CCDEE1;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}
#plus:hover {
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}
#plus a {
  font-weight: bold;
  color: #003;
  text-decoration: none;
  font-size: 46px;
  height: 54px;
  display: block;
  padding: 8px 4px 0 80px;
  background: url(img/mytime.png) 12px 22px no-repeat;
}
div.logout {
  position: absolute;
  top: 10px;
  right: 10px;
}
div.kategorie {
  position: absolute;
  top: 10px;
  left: 10px;
}
div.error,
div.msg {
  font-size: 17px;
  color: red;
  text-align: center;
}
div.msg {
  color: green;
}
span.edit_form {
  display: none;
}
