* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
body {
  background-color: #D6D6D6;
  font-size: 80%;
  line-height: 120%;
  padding: 1em;
}
body,
textarea {
  font-family: Tahoma, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.colored-text {
  color: #79797F;
}
.highlighted-text {
  color: #F16800 !important;
}
h1 {
  font-size: 1.4em;
  margin-bottom: 1em;
}
h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
h3 {
  font-size: 1.1em;
  margin-bottom: 0.25em;
}
h4,
h5,
h6 {
  font-size: 1em;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
li {
  margin-left: 1em;
}
p,
ul,
ol {
  margin-bottom: 0.5em;
}
img,
a img {
  border: none;
}
a:link,
a:visited {
  color: #676563;
}
a:focus,
a:hover,
a:active,
#footer .current-item {
  color: #EA9A00;
}
section {
  margin-top: 1.5em;
}
.colored-textbox {
  padding: 1em;
  border: 1px solid #FCA600;
  background-color: #F0F0F0;
}
.rounded-corners {
  border-radius: 12px;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.centered-text {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.with-border {
  border: 1px solid #62357D;
}
.float-left {
  display: block;
  float: left;
  margin: 0.2em 1em 1.5em 0;
}
.float-right {
  display: block;
  float: right;
  margin: 0.2em 0 1.5em 1em;
}
.indent {
  display: block;
  float: left;
  width: 1.5em;
}
.show-overflow {
  white-space: nowrap;
  overflow: visible;
}
.clear-float {
  clear: both;
}
.no-wrap {
  white-space: nowrap;
}
.hidden {
  display: none;
}
.user-notification {
  color: #D78200;
}
/* *** header *** */
#wrapper {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
#header {
  width: 55em;
  margin-bottom: 1.5em;
  /*white-space: nowrap;*/
  padding-bottom: 0em;
}
#header-links,
.header-link {
  display: block;
  float: right;
  font-weight: bold;
  text-align: right;
  border: 1px solid transparent;
  /* strangely without border floating doesn't work as expected */
}
#header-links a {
  display: block;
  margin-bottom: 0.5em;
}
#header h1 {
  margin-bottom: 0.5em;
}
#header h2 {
  width: 42em;
  line-height: 140%;
}
.header-year-highlighted {
  /*	highlight the year-number to avoid mis-inputs */
  color: #D78200;
}
#header .cdw,
h1.cdw,
h2.cdw,
h3.cdw,
.colored-text.cdw {
  color: #2E7D89;
}
#content {
  clear: both;
  overflow: visible;
}
#runtime-messages {
  color: #AC0000;
  margin-bottom: 1em;
}
/* some common form-related stuff */
form ul {
  list-style-type: none;
}
form table {
  margin-bottom: 1em;
}
form ul li {
  margin-left: 0;
  margin-bottom: 0.4em;
}
form .with-space,
form ul li.with-space {
  margin-top: 1.5em;
}
.with-space-s {
  margin-top: 0.75em;
}
form li.with-inner-space-s {
  padding-top: 0.5em;
}
form h3 {
  color: #666666;
  font-size: 1em;
  margin: 0.75em 0 0.5em;
}
form strong {
  color: #666666;
}
fieldset {
  margin-top: 1em;
  padding: 1.25em 2em 0.5em 1.5em;
  background-color: #E8E8E8;
}
legend {
  padding: 0 0.25em;
  color: #666666;
  /*border: 1px solid #838383;*/
  font-weight: bold;
  font-size: 1.1em;
}
form div.input-block {
  margin-left: 16em;
  line-height: 140%;
}
form label,
form .pseudo-label {
  display: block;
  float: left;
  width: 16em;
  line-height: 120%;
  padding-top: 0.1em;
  /* improve vertical alignment with inputs */
}
input:focus,
textarea:focus,
select:focus {
  background-color: #FDF8E2;
}
input[type="text"],
input[type="password"],
select,
textarea {
  padding: 1px 3px;
  border: 1px solid #A2A2A2;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1em;
}
select {
  padding: 0 3px;
}
input[type="text"].validation-error,
textarea.validation-error {
  border: 1px solid #F00;
}
form input[type="text"],
form textarea,
form div.input-block {
  width: 34.25em;
}
.full-width-item input[type="text"],
.full-width-item textarea,
.full-width-item label,
form input[type="text"].full-width,
form textarea.full-width {
  clear: both;
  display: block;
  width: 98% !important;
}
form input[type="text"].default-minus-option {
  width: 32.5em;
}
form input[type="text"].default-minus-plz {
  width: 28.9em;
}
form input[type="text"].x-medium,
form textarea.x-medium {
  width: 24em;
}
form input[type="text"].medium {
  width: 18em;
}
form input[type="text"].narrow {
  width: 6em;
}
form input[type="text"].letters-8 {
  width: 8ex;
}
form input[type="text"].x-narrow {
  width: 3em;
}
form input[type="text"].xx-narrow {
  width: 1.5em;
}
form input[readonly="readonly"] {
  background-color: #F4F4F4;
  color: #888;
}
form select {
  padding-left: 0;
  padding-right: 0;
  max-width: 30em;
}
form textarea {
  height: 4em;
  font-size: 1em;
}
form textarea.medium-height {
  height: 6em;
}
form textarea.large {
  height: 8em;
}
form li.full-width {
  width: 50em !important;
}
button::-moz-focus-inner {
  /* reset firefox-button-style */
  border: 0;
  padding: 0;
  margin: -2px -2px;
}
button {
  padding: 0.25em 0.75em;
  margin: 0 0.5em;
  cursor: pointer;
  background-color: #F6F6F6;
  border: 1px solid #909090;
  border-radius: 5px;
}
button:focus,
button:hover {
  background-color: #d0d0d0;
}
button[disabled="disabled"] {
  cursor: default;
}
label.validation-error,
.validation-message {
  color: #F00;
}
form .long-label label {
  width: 20em;
}
form .long-label input[type="text"],
form .long-label textarea {
  width: 30em;
}
/* print-related stuff */
.print-only {
  display: none;
}
@media print {
  #header,
  #footer {
    display: none;
  }
  .print-content,
  div.print-only {
    display: block;
  }
  html,
  body,
  #wrapper,
  #content {
    background-color: #FFF;
    background-image: none;
  }
  #wrapper,
  #content {
    width: 100%;
    border: none;
  }
  h1 {
    margin-bottom: 2em;
  }
  .with-border,
  .with-strong-border,
  .with-xstrong-border {
    border-width: 1px;
  }
}
