input[type="date" i] {
    font-family: inherit;
}
textarea {
    font-family: inherit;
}

.radio_list il{
  display: inline;
/*  float:left;*/
}

.radio_list li label{
/*  writing-mode: tb-rl;*/
}

.radio_smilies li { display: inline; }
.radio_smilies    { text-align: center; }
.radio_smilies li input { display: none; }
.radio_smilies li label {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 0px;
    background-image: url(/images/smilies_grau.png);
}
.radio_smilies li input[value='3'] + label { background-position: -32px 0; }
.radio_smilies li input[value='2'] + label { background-position: -64px 0; }
.radio_smilies li input[value='1'] + label { background-position:  32px 0; }
.radio_smilies li input:checked + label    { background-image: url(/images/smilies.png); }

.radio_list_long li {
  list-style-type: none;
  text-indent: -2em;
}

.linkconfirm,
.linkdeny {
  padding-left: 16px;
  padding-top:2px;
  font-size:120%;
}

.linkconfirm {
  background: transparent url(/images/icons/tick.png) no-repeat scroll 0 0;
}

.linkdeny {
  background: transparent url(/images/icons/cancel.png) no-repeat scroll 0 0;
}

img.imageDownShift {
  position:relative;
  top: 3px;
}

.anleitung div {
  padding-bottom: 80px;
}
.anleitung h2 {
  text-align: center;
 padding-bottom: 60px;
}
.anleitung div .anleitung_text {
  font-size: 20px;
}

.anleitung div                 { clear: both; overflow:auto;  }
.anleitung div             img { float: right; }
.anleitung div+div         img { float: left; padding-right: 20px; }
.anleitung div+div+div     img { float: right; padding-bottom: 10px; }
.anleitung div+div+div+div img { float: left; padding-right: 20px; }

a.linktext {
  color: #000;
  font-weight: normal;
  text-decoration: underline;
}

a:hover.linktext {
  text-decoration: none;
}

.block .nav_buttons {
  text-align: right;
  margin-bottom: 8px;
}

a.button {
  font-weight: normal;
  border: .1px solid #A6A6A6;
  padding: 3px 8px;
  font-size: 110%;
  background-image: linear-gradient(to bottom, #F8F8F8, #DDDDDD);
}

tr.action_row td {
  background-color: #dceeee;
}

tr.action_row td a {
  font-weight: normal;
}

tr.action_row td img {
  position: relative;
  top: 3px;
}

input.code {
  font-family: monospace;
}

ul.error_list {
  color: red;
}

table.ebenentabelle  {
  border: none;
  border-right: 1px solid black;
  margin-bottom: 0;
}
table.ebenentabelle td:last-child > table.ebenentabelle,
table.ebenentabelle.tiefe1 {
  border-right: none;
}

table.ebenentabelle.tiefe1 thead td {
  background-color: #68b8e3;
  /*background-color: #CBE1F6;*/
}
table.ebenentabelle.tiefe2 thead td {
  background-color: #a9d7ef;
  /*background-color: #E1F6CB;*/
}
table.ebenentabelle.tiefe3 thead td {
  background-color: #d4ebf7;
  /*background-color: #F6CBE1;*/
}

table.ebenentabelle tr {
  border: none;
}
table.ebenentabelle td {
  border: none;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  height: 40px;
}
table.ebenentabelle td span.ebenename {
  font-size: 13px;
}
table.ebenentabelle td.editCol {
  padding-top: 5px;
  vertical-align: top;
  width: 100px;
}
table.ebenentabelle thead {
}
table.ebenentabelle form {
  display: inline;
}
table.ebenentabelle input[type="text"] {
    width: 77px;
    position: relative;
    left: 2px;
    margin-bottom: 1px;
}

.flash {
  background-color: white;
  color: dimgrey;
  border: 1px solid dimgrey;
  padding: .5em;
  border-radius: 5px;
  margin: 1em 0;
}

.flash.info {
  background-color: #a9d7ef;
  color: black;
  border-color: black;
}

.template, .hidden {
  display: none;
}
