body {
  background-color: #e7efff;
}

input[type="text"], input[type="password"], select, textarea {
  color: #000;
  background-color: #fff;
}

.text11 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.text18 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.center-content {
    display: flex;
    justify-content: center;
}

.success-box {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    border: 5px solid #0a0;
    color: #0a0;
    padding: 10px;
}

.error-box {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    border: 5px solid #f00;
    color: #f00;
    padding: 10px;
}

/* Schmale, weisse Buttons mit blauer Umrandung */
.button-small {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #7b9cbd;
  padding: 0 5px;
  height:19px;
  color: #10418c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  box-sizing: content-box;
}

.button-small#korrektur_versenden {
    border-color: #f00;
    color: #f00;
}

a.button-small {
  line-height: 19px;
  text-decoration: none;
}

a.button-small:hover {
  text-decoration: none;
}

/* Anpassungen fuer den Druck */
@media print {
    .center-content {
        display: block;
    }
    
	.no-print {
		display: none;
	}
}