body {
  font-size: 14pt;
  font-family: arial;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  max-width: 500px;
  min-height: 100%;
}

table {
  width: 100%;
}

table.termindetails {
  font-size: 10pt;
}

input[type=text] {
  width: 90%;
  border: 1px solid black;
  font-size: 15px;
  background: #eee;
}

input {
  border: 1px solid black;
  font-size: 15px;
  background: #eee;
}

.submit {
  width: 100%;
  height: 30px;
  display: block;
  margin-top: 10px;
}

.mobileinput {
  width: 40%;
  height: 30px;
  float: left;
  font-size: 10pt;
}

.mobileinput_wide {
  width: 70%;
  height: 30px;
  float: left;
  font-size: 15pt;
}



textarea {
  width: 95%;
}


.select {
  margin-left: 20px;
  background: #000;
  color: #fff;
  font-weight: bold;
  min-width: 50%;
  border: 1px solid #fff;
}

.disabled {
  background: #f00;
}

td {
  vertical-align: top;
  padding-left: 20px;
}


th {
  background-color: #bbb;
  cursor: pointer;
  font-weight: normal;
}

td.s1,
td.s2,
td.s0 {
  text-align: center;
  width: 30px;
  padding-left: 0px;
}

div.s1,
div.s2,
div.s0 {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  border-radius: 5px;
  border: 0px !important;
}

.t1 {
  background-image: url('../img/text_1.png');
  background-repeat: no-repeat;
}

.t2 {
  background-image: url('../img/text_2.png');
  background-repeat: no-repeat;
}

.t3 {
  background-image: url('../img/text_3.png');
  background-repeat: no-repeat;
}



.b1,
.b2,
.b0 {
  width: 18%;
  font-weight: bold;
  font-size: 15pt;
  height: 40px;
  display: block;
  float: left;
}

.d1,
.d2,
.d0 {
  width: 40%;
  color: #000;
  border-radius: 2px;
}

.s1,
.b1,
.d1 {
  background-color: #9f9;
  border: 1px solid #6c6;
}

.s2,
.b2,
.d2 {
  background-color: #f99;
  border: 1px solid #c66;
}

.s0,
.b0,
.d0 {
  background-color: #ffec6e;
  border: 1px solid #fdca00;
}

.b0 {
  color: #fdca00;
}

.b1 {
  color: #6c6;
}

.b2 {
  color: #c66;
}

td.c {
  vertical-align: middle;
  padding: 3px;
  text-align: right;
  background-color: #ddd;
  border: 1px solid #aaa;
  white-space: nowrap;
}

td.c2 {
  vertical-align: middle;
  padding: 3px;
  border: 1px solid #aaa;
  white-space: nowrap;
}

td.comment {
  font-size: 75%;
}



#news {
  overflow: hidden;
  height: 110px;
  cursor: pointer;
}

.newsitem {
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 4px;
  background-color: #99DCF2;
  color: #000;
}

.newstitle {
  display: block;
  color: #fff;
  background-color: #071D8C;
  margin: -4px -4px 0px -4px;
  padding: 4px;
  border-radius: 5px 5px 0px 0px;
  min-height: 20px;
}

.newstitle .title {
  float: left;
}

#news .autor {
  text-align: right;
  font-size: 10pt;
  margin-right: 10%;
}

#more_news {
  text-align: center;
  font-style: italic;
  color: #aaa;
  cursor: pointer;
  /* display: none;*/
}

.termin_head {
  margin-top: 20px;
  font-weight: bold;
  border-bottom: 3px solid #fff;
  padding: 4px;
  margin-bottom: 5px;
}

.noname {
  color: #f00;
  margin: 5px;
  font-weight: bold;

}

.datesmall {
  font-size: 8pt;
  width: 98%;
  display: block;
  text-align: right;
}

.termincontainer {
  margin-left: 20px;
  font-size: 7pt;
  width: 30%;
  display: block;
}

.adminliste {
  margin: 10px;
  cursor: pointer;
  background-color: #3324a4;
  padding: 4px;
  border-radius: 5px;
}

.adminnew {
  background-color: #085D2B;
}

.linkbutton {
  background-color: #AAADB6;
  background-image: -moz-linear-gradient(center top, #AAADB6, #566373);
  display: block;
  padding: 6px 8px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}

.modeswitch {
  display: block;
  padding: 6px 8px;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 60%;
}