body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  /* text-align: center; Seite soll links stehen, Mail vom 10.12.2008 15:28 Kloppenburg */
  background-color: #dee1e4;
}
.clear {
  clear: both;
}
p {
  margin: 0 0 1em 0;
}
small {
  font-size: 90%;
}
h1 {
  font-size: 100%;
  font-weight: bold;
  line-height: 120%;
  text-transform: none;
}
h2 {
  font-size: 100%;
  font-weight: bold;
}
h3 {
  font-size: 100%;
  font-weight: bold;
}
h4 {
  font-size: 100%;
  font-weight: bold;
}
a:link, a:visited, a:hover, a:active {
  color: #333333;
}
#menu .acc {
  display: inline;
}
@media all {
  .right {
    float: right !important;
  }
  .acc, #menu .acc {
    display: none;
  }
}

@media all {
  h1 {
    margin: 0 0 1em 0;
  }
  h2 {
    margin: 0 0 0.5em 0;
  }
  h3 {
    margin: 0.5em 0 1em 0;
  }
}
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
}
@media all {
  .hr {
    clear: both;
    /*  margin: 0 0 0 35px !important; auskommentiert wg. LiveGUIs */
    margin: 10px 0 10px 0;
    height: 1px;
    /*  width: 140px; auskommentiert wg. LiveGUIs */
    /*  overflow: hidden; auskommentiert wg. LiveGUIs */
    background-color: #CBCED1;
  }
}
.hr hr {
  display: none;
}

@media all {
  input {
    width: 257px;
  }
  input[type=checkbox], input[type=radio] {
    width: 15px;
  }
  input.chkBox {
    width: 15px;
    border: 0;
  }
  select {
    width: 24em;
  }
  fieldset {
    border: 0;
    padding: 0;
  }
  legend {
    display: none;
  }
  .formfield {
    display: block;
    margin: 0 0 1em 0;
  }
  .button {
    position: relative;
    width: auto;
    margin: 10px 0 0 0;
    padding: 0 10px 0 12px;
    text-align: left;
    background: url(../img/pfeil_grau.gif) no-repeat 5px 50%;
    cursor: pointer;
    color: #333333;
    font-weight: bold;
    font-size: 100%;
    border: 1px solid #808080;
  }
}
#logo {
  position: absolute;
  width: 58px;
  height: 94px;
  left: 14px;
  top: 36px;
  padding: 0;
  margin: 0;
  z-index: 1000;
}
a:link.more, a:visited.more {
  padding-left: 15px;
	font-weight: bold;
	background-image: url(../img/arrow_double_right.gif);
	background-repeat: no-repeat;
	background-position: 1px 0.4em;
}
div.ilink {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2000;
}
div.ilink img {
  display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ===forms */

form, label, fieldset, legend {
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

.webform h3 {
  margin: 1em 0 0.5em 0;
  color: #444444;
  text-transform: uppercase;
  font-size: 1em;
}

.webform h4 {
  margin: 0;
}

.webform .error.missing {
  color: #FFFFFF;
  background: #D00022;
  padding: 0.5em;
}

.webform .formlabel .error {
  color: #C00011;
}

.webform .formfield-error input,
.webform .formfield-error select,
.webform .formfield-error textarea {
  border: 1px solid #C00011;
}

.webform .formfield-error legend,
.webform .formfield-error label {
  color: #C00011;
}

.webform div.fieldset {
  padding: 0.5em;
  background: #F5F5F7;
}

.webform div.fieldset-submit {
  padding: 0;
  background: none;
}

.webform legend {
  margin-bottom: 0.25em;
  white-space: normal;
  display: block;
}

.webform .checkbox input,
.webform .radiobutton input {
  background: #F8F6F4;
  border: none;
  margin-right: 0.3125em !important;
  width: auto;
}

.webform .checkbox label,
.webform .radiobutton label {
  margin-right: 1em !important;
}

.webform .formlabel {
  margin-bottom: 0.25em;
}

.webform label a {
  color: #147BC0;
}

.webform label a:hover {
  color: #08314C;
}

.webform .recipient,
.webform .formfield,
.webform .formfield-error {
  margin-bottom: 0.5625em;
}

.webform .fe-inline {
  padding-bottom: 0.3125em;
}

.webform input,
.webform textarea {
  width: 99%;
  border: 1px solid #808080;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 1.1em;
}

.webform select {
  width: 99.5%;
  border: 1px solid #808080;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 1.1em;
}

.webform .email1,
.webform .email2,
.webform .email4 {
  display: none !important;
}

.webform input.radio,
.webform input.check,
.webform input.checkbox {
  margin: 0.225em 0.33em 0.25em 0;
  vertical-align: middle;
}

.webform input.button {
  width: auto;
  margin: 1em 0.5em 0 0;
}

.webform #chkSendCopy {
  display: inline-block; float: left;
  margin: 0.3125em 0.3125em 0 0 !important;
  width: auto;
}

