/******************************/
body {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  line-height: 1.4em; }

p, ul, ol, dl, table, form, fieldset, blockquote, figure {
  font-size: 1em;
  margin: 0 auto 0.8em; }

h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  line-height: 1.1em;
  margin: 0 auto 0.47em; }

h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  line-height: 1.1em;
  margin: 0 auto 0.47em; }

h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.35em;
  line-height: 1.4em;
  margin: 0 auto 0.59em; }

h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0 auto 0.73em; }

h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 auto 0.8em; }

h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  line-height: 1.4em;
  margin: 0 auto 0.94em; }

h5 {
  margin-bottom: .2em; }

.hgroup {
  margin-bottom: .8em; }
  .hgroup > * {
    margin-bottom: .3em; }

table {
  border-collapse: collapse; }

form {
  padding: 0; }

ul {
  list-style: square inside;
  margin-left: 0;
  padding-left: 0; }

ul li {
  padding-left: 1.2em;
  text-indent: -1em;
  margin-bottom: 1em; }

ul li p {
  padding-left: 0;
  text-indent: 0; }

strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

em {
  font-weight: bold;
  font-style: normal; }

small {
  font-size: 0.85em; }

img {
  outline: none;
  border: none; }

a,
a:link,
a:visited {
  color: #af0033;
  text-decoration: underline;
  outline: none;
  border: none; }

a:hover,
a:focus {
  color: #af0033;
  text-decoration: none; }

a:active {
  color: #af0033;
  text-decoration: none; }

.nowrap {
  white-space: nowrap; }

.clear {
  clear: both; }

html {
  height: 100%;
  overflow-y: scroll; }

body {
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #e9e9e9 url(/media/hintergruende/liniatur.png) 0 0 repeat; }

#container {
  text-align: left;
  width: 100%;
  min-width: 320px;
  max-width: 780px;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/media/styles/ie/boxsizing.htc);
  padding: 0 3.125em;
  margin: 0 auto;
  background-color: white;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc; }

@media (max-width: 779px) {
  #container {
    padding: 0 1em;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; } }
#anmelden {
  text-align: left;
  margin: 0 -3.125em;
  padding: 0.4em 3.125em;
  background: #70b0dd url(/media/hintergruende/blau.png) center top repeat;
  border-bottom: 2px dashed white; }
  #anmelden p {
    font-size: .9em;
    margin-bottom: 0; }

@media (max-width: 779px) {
  #anmelden {
    margin-left: -1em;
    margin-right: -1em;
    padding-left: 1em;
    padding-right: 1em; } }
#branding {
  margin: 36px 0 0 -10px; }

#branding img {
  width: 263px;
  height: 92px;
  background: transparent url(/media/logo.png) 0 0 no-repeat; }

#branding h1,
#branding h2 {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden; }

nav {
  padding-bottom: 2em; }
  nav ul {
    list-style: none outside;
    margin: 0 -1em;
    padding: 0;
    overflow: hidden; }
  nav li {
    text-indent: 0;
    float: left;
    display: inline;
    text-indent: 0;
    margin: 0 0 0 -1px;
    padding: 0 1em;
    border-left: 1px solid black; }

#content {
  clear: both;
  margin-bottom: 4em; }

h4 {
  margin-bottom: 0.2em; }

.block {
  margin-bottom: 3em; }
  .block > *:last-child {
    margin-bottom: 0; }

p.bemerkungen {
  font-size: 0.9em;
  line-height: 1.2em;
  color: #666;
  margin-bottom: 0.6em; }

.kleingedrucktes {
  font-size: 0.85em; }

.kleingedrucktes h3 {
  margin-bottom: .3em; }

.meldung {
  padding: 1.2em;
  margin: 0 -1.2em 1.2em;
  background: #fff5bb url(/media/hintergruende/gelb.png) center top repeat;
  border: 2px dashed white; }
  .meldung > *:first-child {
    margin-top: -6.4px; }
  .meldung > *:last-child {
    margin-bottom: 0; }
  .meldung > form:last-child > *:last-child {
    margin-bottom: 0; }
  .meldung ul {
    list-style: square inside;
    margin-left: 0;
    padding-left: 0; }
  .meldung li {
    padding-left: 1.2em;
    text-indent: -1em; }

@media (max-width: 779px) {
  .meldung {
    margin-left: -1em;
    margin-right: -1em;
    padding-left: 1em;
    padding-right: 1em; } }
.block.liste {
  margin-left: -1px;
  margin-right: -1px;
  border: 1px solid transparent;
  border-color: #ddd #ccc #ccc #ddd;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc; }

.block.liste .caption {
  padding: 0.5em 12px;
  background: #70b0dd url(/media/hintergruende/blau.png) center top repeat;
  margin: -1px -1px 0;
  border: 1px solid transparent;
  border-color: #9bc8e7 #6199c0 transparent #9bc8e7; }

.block.liste .caption h2 {
  padding: 0;
  margin-bottom: 0.1em; }

.block.liste .caption p {
  color: black;
  padding: 0;
  margin: 0.2em 0; }

.block.liste div {
  margin: 0.8em -3px 0 -3px;
  padding: 0.4em 3px 0 3px;
  border-top: 1px solid black; }

.block.liste .beschreibung {
  font-style: italic; }

.block.liste .optionen {
  font-size: 0.9em;
  line-height: 1.2em;
  color: #666; }

table.liste {
  border-collapse: collapse;
  margin: 0;
  width: 100%; }

table.liste tr.odd {
  background: #e9e9e9 url(/media/hintergruende/hellgrau.png) center top repeat; }

table.liste th,
table.liste td {
  padding: 0.3em 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/media/styles/ie/boxsizing.htc); }

table.liste th {
  font-size: 1.2em;
  font-weight: normal;
  text-align: left;
  width: 80%; }

table.liste td {
  font-size: 0.9em;
  text-align: right;
  white-space: nowrap; }

table.liste th a,
table.liste td a {
  display: block; }

table.liste th a,
table.liste th a:link
table.liste th a:visited {
  display: block;
  color: black;
  text-decoration: none; }

table.liste th a:hover,
table.liste th a:focus {
  color: #af0033;
  text-decoration: none; }

table.liste th a:active {
  color: #af0033;
  text-decoration: none; }

table.liste tr.hinzufuegen a {
  display: inline; }

table.liste tr.markiert th,
table.liste tr.markiert th a,
table.liste tr.markiert th a:link
table.liste tr.markiert th a:visited {
  color: #999;
  text-decoration: line-through; }

table.liste tr.markiert th a:hover,
table.liste tr.markiert th a:focus {
  color: #af0033;
  text-decoration: none; }

table.liste tr.markiert th a:active {
  color: #af0033;
  text-decoration: none; }

table.liste tr.markiert td {
  color: #999; }

table.liste tr.markiert td a,
table.liste tr.markiert td a:link
table.liste tr.markiert td a:visited {
  color: #999;
  text-decoration: line-through; }

table.liste tr.markiert td a:hover,
table.liste tr.markiert td a:focus {
  color: #af0033;
  text-decoration: none; }

table.liste tr.markiert td a:active {
  color: #af0033;
  text-decoration: none; }

table.liste tr.hinzufuegen td {
  text-align: left; }

table.liste tr.hinzufuegen th {
  width: 1%; }

form {
  margin-bottom: 0; }

form.ohne_fieldset {
  border: none; }

form h4 {
  font-weight: normal; }

form .pflicht h4 {
  font-weight: bold; }

fieldset {
  margin-bottom: 1em;
  padding: 0 0 .9em;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px dashed #ccc; }
  fieldset:first-child {
    padding-top: .9em;
    border-top: 2px dashed #ccc; }
  fieldset > *:first-child {
    margin-top: -6.4px; }
  fieldset > *:last-child {
    margin-bottom: 0; }
    fieldset > *:last-child > *:last-child {
      margin-bottom: 0; }

form .pflicht label,
form label.pflicht {
  font-weight: bold; }

textarea,
input.text,
input.password {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/media/styles/ie/boxsizing.htc);
  padding: .15em .3em;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb #ddd #ddd #bbb;
  outline: none;
  background: #e9e9e9 url(/media/hintergruende/input.png) 0 0 repeat; }

input.text,
input.password {
  overflow: hidden; }

textarea {
  height: 4.8em;
  max-height: 120px;
  max-width: 670px;
  background: #e9e9e9 url(/media/hintergruende/input.png) 0 0 repeat; }

button,
a.button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-decoration: none;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  width: auto;
  line-height: 28px;
  padding: 0 1em;
  margin: 0 1em 1em -2px;
  overflow: visible;
  border: 0;
  outline: none;
  background-image: url(/media/hintergruende/struktur.png) !important;
  background: black url(/media/hintergruende/schwarz.png) 0 0 no-repeat;
  color: white;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-transition: background-color .1s ease-in-out;
     -moz-transition: background-color .1s ease-in-out;
       -o-transition: background-color .1s ease-in-out;
          transition: background-color .1s ease-in-out; }
  button:hover, button:focus,
  a.button:hover,
  a.button:focus {
    background-color: #af0033;
    background-image: url(/media/hintergruende/rot.png); }
  button:active,
  a.button:active {
    position: relative;
    top: 2px;
    left: 2px;
    background-color: #af0033;
    background-image: url(/media/hintergruende/rot.png); }

button::-moz-focus-inner {
  border: 0; }

form .fehler h4 {
  display: inline-block;
  padding-left: 0.25em;
  padding-right: 0.25em;
  background: #fff5bb url(/media/hintergruende/gelb.png) 0 0 no-repeat; }

footer {
  font-size: 0.9em;
  color: #999;
  padding-bottom: 2em; }
  footer ul {
    list-style: none outside;
    margin: 0 -1em;
    padding: 0;
    overflow: hidden; }
  footer li {
    float: left;
    display: inline;
    text-indent: 0;
    margin: 0 0 0 -1px;
    padding: 0 1em;
    border-left: 1px solid #999; }
  footer a,
  footer a:link,
  footer a:visited {
    color: #999;
    text-decoration: none; }
  footer a:hover,
  footer a:focus {
    color: #af0033;
    text-decoration: underline; }
  footer a:active {
    color: #af0033;
    text-decoration: underline; }

a.bookmarklet {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: black;
  text-decoration: none;
  display: inline-block;
  padding: 0 .7em 0 1em;
  margin: 0 16px 0 0;
  height: 28px;
  width: auto;
  border: 0;
  outline: none;
  background-image: url(/media/hintergruende/struktur.png) !important;
  background: #70b0dd url(/media/hintergruende/blau.png) 0 0 no-repeat;
  -webkit-border-radius: 6px;
          border-radius: 6px; }
  a.bookmarklet span {
    height: 28px;
    display: inline;
    line-height: 28px;
    vertical-align: top; }
    a.bookmarklet span span {
      width: 30px;
      height: 44px;
      display: inline-block;
      margin: -5px 0 -11px 0.2em;
      background: transparent url(/media/hintergruende/bookmarklet.png) 0 0 no-repeat; }

/*# sourceMappingURL=global.css.map */