* {
	margin:0;
	padding:0;
}

body{
	font-family: Arial;
	background: url("../images/hintergrund.jpg") no-repeat fixed;
	background-size: cover;
	color: #FFFFFF;
	width:100%;
	min-width:1000px;
}

a {
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

a img {
 border:none;
}

h2{
	margin-bottom:10px;
	font-size:25px;
}

label {
	font-size:20px;
	font-weight:bold;
}

#logo {
	position:absolute;
	top:0px;
	right:20px;
	z-index:100;
	padding:10px;
	background:white;
	margin-right:20px;
	margin-top:0px;
	border:1px solid #bbb;
	background:#fff;
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.2);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#fehler {
	color:red;
	position:relative;
}

.log_info {
	color: blue;
	font-size:12px;
}

#tabContainer {
	width:95%;
	padding:12px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#tabs-formular{
	height:60px;
	overflow:hidden;
}

#tabs-formular > ul{
	font-size: 20px;
	list-style:none;
}

#tabs-formular > ul > li{
	margin:0 2px 0 0;
	padding:20px 10px;
	display:block;
	float:left;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background: #C9C9C9; /* old browsers */
	background: -moz-linear-gradient(top, #0C91EC 0%, #257AB6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C91EC), color-stop(100%,#257AB6)); /* webkit */
}

#tabs-formular > ul > li:hover{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

#tabs-formular > ul > li.tabActiveHeader{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

#tabscontent-formular {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding:10px 10px 25px;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); /* webkit */
	margin:0;
	color:#333;
}

input:invalid {
  border-color: red;
  border-width:1px;
  -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
  -moz-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  -o-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  -ms-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  box-shadow:0 0 5px rgba(255, 0, 0, .8);
}

:required {

}

form.formular {
  display: block;
  margin: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  font-size: 0;
  box-shadow:none;
}

form.formular > div > label {
  display: block;
  padding: 0px 0px 10px;
  vertical-align: top;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

.spalte-1, .spalte-2, .spalte-3, .spalte-4 {
  border-bottom: 1px solid #e4e4e4;
  padding:10px;
  min-height:80px;
}

form.formular > div > .spalte-4 {
  height: 86px;
}

form.formular input {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 27px;
  line-height: 27px;
  margin: 5px -5px 0;
  padding: 7px 5px 3px;
  border: 1px solid #e4e4e4;
  outline: none;
  font-weight: bold;
  font-size: 14px;
  opacity: .6;
  transition: all linear .3s;
}

label.formular > checkbox {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 27px;
  line-height: 27px;
  margin: 5px -5px 0;
  padding: 7px 5px 3px;
  border: 1px solid #e4e4e4;
  outline: none;
  font-weight: bold;
  font-size: 14px;
  opacity: .6;
  transition: all linear .3s;
}

.spalte-submit {
  text-align: center;
  padding: 20px;
  width:100%;
}

label.formular > input:focus, label.formular > select:focus {
  opacity: 1;
}

@media(min-width: 500px){
  form.formular  div { display: inline-block; }
  .spalte-submit { display: block; }

  .spalte-1, .spalte-2, .spalte-3, .spalte-4 { box-shadow: 1px 1px #e4e4e4; border: none; }

  .spalte-1 { width: 100% }
  .spalte-2 { width: 50% }
  .spalte-3 { width: 33.3333333333% }
  .spalte-4 { width: 25% }

  .spalte-submit input[type=submit] { width: 30%; padding:0px; }
}

input {
	border:1px solid #a6a6a6;
	border-radius: 3px;
	min-height:30px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
}

input[type=submit] {
	box-shadow: inset 0 0 2px white;
	padding:10px;
}

input[type=radio].formular  {
	display:none;
}

input[type="radio"].formular:checked + label {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	background-color:#44c767;
}

input[type="radio"].formular + label {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	background-color:#33bdef;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #057fd0;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:30px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}

#berechtigung_fehler {
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-250px;
	width:500px;
	padding:50px;
	border: 1px solid white;
	color:white;
	background: url("../images/icons/weiss/appbar.cancel.png") no-repeat rgba(255, 0, 0, 0.6);
	background-position: left center;
	border-radius: 10px;
}

#personalabfrage_antwort {
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-250px;
	width:500px;
	padding:20px;
	border: 1px solid white;
	color:white;
	background-position: left center;
	border-radius: 10px;
	text-align:center;
}

.icon_loeschen{
	background: url("../images/icons/schwarz/appbar.delete.png") no-repeat;
	background-size: contain;
	float:left;
}

.icon_bearbeiten{
	background: url("../images/icons/schwarz/appbar.edit.box.png") no-repeat;
	background-size: contain;
	float:left;
}

.icon_info {
	background: url("../images/icons/schwarz/appbar.information.png") no-repeat;
	background-size: contain;
	float:left;
}

.icon_fenster {
	background: url("../images/icons/schwarz/appbar.app.plus.png") no-repeat;
	background-size: contain;
	float:left;
}

.icon_email{
	background: url("../images/icons/schwarz/appbar.email.hardedge.png") no-repeat;
	background-size: contain;
	float:left;
}

.icon_gruppe{
	background: url("../images/icons/schwarz/appbar.group.png") no-repeat;
	background-size: contain;
	float:left;
}

.icon_abfrage{
	background: url("../images/icons/schwarz/appbar.checkmark.pencil.png") no-repeat;
	background-size: contain;
	float:left;
}

.icon_werkzeug{
	background: url("../images/icons/schwarz/appbar.tools.png") no-repeat;
	background-size: contain;
	float:left;
}

.icon_kalender{
	background: url("../images/icons/schwarz/appbar.calendar.png") no-repeat;
	background-size: contain;
	float:left;
}

.icon_benutzer_hinzufuegen{
	background: url("../images/icons/schwarz/appbar.user.add.png") no-repeat;
	background-size: contain;
	float:left;
}

.icon_drucken{
	background: url("../images/icons/schwarz/appbar.printer.text.png") no-repeat;
	background-size: contain;
	float:left;
}

.icon_buch{
	background: url("../images/icons/schwarz/appbar.book.hardcover.open.writing.png") no-repeat;
	background-size: contain;
	float:left;
}

.icon_suche{
	background: url("../images/icons/schwarz/appbar.magnify.png") no-repeat;
	background-size: contain;
	float:left;
}

.icon_bericht{
	background: url("../images/icons/schwarz/appbar.clipboard.paper.check.png") no-repeat;
	background-size: contain;
	float:left;
}

.icon_benutzerwechsel{
	background: url("../images/icons/schwarz/appbar.people.arrow.right.png") no-repeat;
	background-size: contain;
	float:left;
}

.richtig{
	color:green;
}

.falsch{
	color:red;
}

.speichern_erfolgreich {
	color:green;
	text-align:center;
	font-weight:bold;
}

.abfrage_zusage,.abfrage_absage,.abfrage_ausstehend ,.abfrage_gesamt{

	font-weight:bold;
	padding:5px;
}

.abfrage_zusage {
	color:green;
}

.abfrage_absage {
	color:red;
}

.abfrage_ausstehend {
	color:grey;
}

.abfrage_gesamt {
	color:black;
}

.button {
	position:relative;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	background-color:#33bdef;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #057fd0;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
	text-align:center;
}

h1.startseite {
	margin-top:-66px;
	color:#fff;
	font-size:50px;
}

.div_startseite {
	width:95%;
	position:relative;
	margin:auto;
	margin-top:130px;
	padding:20px 0px;
	border-radius: 15px;
}

table {
	color:black;
	font-size:20px;
	vertical-align:top;
}

.checkbox {
    display:none;
}

.checkbox + label {
    background-color:#fafafa;
    border:1px solid #cacece;
    box-shadow:0 1px 2px rgba(0,0,0,0.05),inset 0 -15px 10px -12px rgba(0,0,0,0.05);
    padding:10px;
    border-radius:3px;
    display:inline-block;
    position:relative;
}

.checkbox + label:active,
.checkbox:checked + label:active {
    box-shadow:0 1px 2px rgba(0,0,0,0.05),inset 0 1px 3px rgba(0,0,0,0.1);
}

.checkbox:checked + label {
    background-color:#44c767;
    border:1px solid #adb8c0;
    box-shadow:0 1px 2px rgba(0,0,0,0.05),inset 0 -15px 10px -12px rgba(0,0,0,0.05),inset 15px 10px -12px rgba(255,255,255,0.1);
    color:#99a1a7;
}

.checkbox:checked + label:after {
    content:'\2714';
    font-size:14px;
    position:absolute;
    top:0;
    left:6px;
    color:white;
}

.checkbox_select input[type=checkbox] {
	display:none;
}

.checkbox_select input[type=checkbox]:checked + label {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	background-color:#44c767;
}

.checkbox_select input[type=checkbox]+ label  {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	background-color:#33bdef;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #057fd0;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:30px;
	font-weight:bold;
	padding:3px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}

table.tabelle a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table.tabelle a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table.tabelle a:active,
table.tabelle a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table.tabelle {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	border-spacing: 0px;
    border-collapse: separate;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.tabelle th {
	padding:10px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.tabelle th:first-child{
	text-align: center;
	padding-left:20px;
}
table.tabelle tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.tabelle tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table.tabelle tr{
	text-align: center;
	padding-left:20px;
}
table.tabelle tr td:first-child{
	text-align: center;
	padding-left:20px;
	border-left: 0;
}
table.tabelle tr td {
	padding:5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.tabelle tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.tabelle tr:last-child td{
	border-bottom:0;
}
table.tabelle tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.tabelle tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table.tabelle tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

.btn { display: inline-block; *display: inline; *zoom: 1; padding: 4px 10px 4px; margin-bottom: 0; font-size: 13px; line-height: 18px; color: #333333; text-align: center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0); border-color: #e6e6e6 #e6e6e6 #e6e6e6; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border: 1px solid #e6e6e6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor: pointer; *margin-left: .3em; }
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #e6e6e6; }
.btn-large { padding: 9px 14px; font-size: 15px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
.btn-primary, .btn-primary:hover { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff; }
.btn-primary.active { color: rgba(255, 255, 255, 0.75); }
.btn-primary { background-color: #4a77d4; background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4); background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4)); background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4); background-image: -o-linear-gradient(top, #6eb6de, #4a77d4); background-image: linear-gradient(top, #6eb6de, #4a77d4); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);  border: 1px solid #3762bc; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { filter: none; background-color: #4a77d4; }
.btn-block { width: 100%; display:block; }

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }

#speichern{
	background:white;
	width:100%;
	color:grey;
	padding:10px;
	border-radius:10px;
	display:none;
}

#loading{
	background:white;
	width:100%;
	color:grey;
	padding:10px;
	border-radius:10px;
	display:none;
	text-align:center;
}

.login {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -150px;
	width:300px;
	height:300px;
}
.login h1 { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.3); letter-spacing:1px; text-align:center; }

.login form {
	background:transparent;
	border:none;
}

.login input {
	width: 100%;
	margin-bottom: 10px;
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
.login input:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }

. {
	width: 100%;
	margin-bottom: 10px;
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}

/* +++++++++++++++++++++++++++++ */
/* Termine */
/* +++++++++++++++++++++++++++++ */

#termin_menu {
	position:absolute;
	left:calc(75% + 20px);
	top:150px;
	background:white;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
}

.radio {
	font-size:10px;
}

label.radio {
	width:100px;
	border-radius: 3px;
	border: 1px solid #D1D3D4;
	padding:0 5 0 0;
	margin-right:5px;
}

/* hide input */
input.radio:empty {
	display:none;
}

/* style label */
input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 3em;
	text-indent: 3.25em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

/* toggle on */
input.radio:checked ~ label:before {
	margin:0;
	color: rgba(255,255,255,0.3);
	text-indent: .2em;
}

input.zusage:checked ~ label:before {
	content:'\2714';
	background-color: #4DCB6D;
}

input.absage:checked ~ label:before {
	content:'\2715';
	background-color: red;
}

input.ausstehend:checked ~ label:before {
	content:'?';
	background-color: darkgrey;
}

input.teilweise_erfuellt:checked ~ label:before {
	content:'?';
	color:black;
	background-color: yellow;
}

input.radio:checked ~ label {
	color: #777;
}

/* radio focus */
input.radio:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}

p.msgbox {
	border: 3px solid #000000;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000000;
}

p.msg_warning {
	border-color:     #ffff00;
	background-color: #ffff70;
}

p.msg_error {
	border-color:     #ff0000;
	background-color: #ff7070;
}

p.msg_success {
	border-color:     #009900;
	background-color: #66ff33;
}



/* +++++++++++++++++++++++++++++ */
/* Alarmmonitor - Administration */
/* +++++++++++++++++++++++++++++ */

#missions > div {
	height: auto;
}

#missions td {
	padding:5px;
}

#announcements-list ul {
	list-style: none;
	margin-right: 20px;
}

#announcements-list li {
	margin-bottom: 10px;
}

#announcements-title {
	width: 100%;
	font-weight: 900;
}

#announcements-list a {
	width: 100%;
	text-align: left;
}

#edit-pencil {
	position:relative;
	bottom: 2em;
}

#announcement-crtl a {
	width: 200px;
	height: 60px;
	font-size:20px;
}

#material td {
	vertical-align: top;
}

#material input {
	width: 400px;
}

.custom-combobox {
	position: relative;
	display: inline-block;
	width:300px;
}

.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}
