/* Neue Formulare */
form.forms {
  margin-top: 10px;
  line-height: 150%;
}

form.forms fieldset {
  position: relative;
  margin: 0;
  margin-top: 30px;
  padding: 0;
  padding-top: 12px;
  border: 0;
}

form.forms legend {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  color: rgb(30, 30, 30);
  text-align: left;
}

form.forms label.left, form.forms label.right, form.forms div.label-left, form.forms div.label-right, form.forms label.leftmaterial {
  position: relative;
  min-width: 130px;
  margin: 3px;
  margin-right: 10px;
  margin-top: 2px;
  padding: 0;
  vertical-align: top;
  line-height: 1.8;
  text-align: right;
  display: block;
  float: left;
}
form.forms label.right {
  text-align: left;
}
form.forms div.label-right {
  position: relative;
  text-align: left;
}
form.forms label.leftmaterial {
  min-width: 410px;
  text-align: left;
}
form.forms fieldset ol {
  margin: 0;
  padding: 0;
}
form.forms fieldset li {
  list-style: none;
  padding: 3px;
  margin: 5px;
  margin-top: 0;
  margin-bottom: 0;
  clear: both;
}
form.forms fieldset li.sectiondesc {
  padding-left: 25px;
  width: 350px;
  margin-bottom: 7px;
}

form.forms fieldset li.comment {
  font-size: 90%;
  padding-top: 7px;
}

div.formsprolog {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  clear: both;
}

div.formsprolog + fieldset {
  margin-top: 10px;
}

div.forms-headermessage {
  width: 100%;
  text-align: center;
  clear: both;
}

div.forms-buttons {
  position: relative;
  width: 300px;
  margin: 10px 0 0 70px;
  text-align: right;
  clear: both;
}

form.forms div.readonly {
  position: relative;
  margin-top: 4px;
  display: block;
  float: left;
}

span.forms-obligate {
  font-weight: bold;
  color: red;
}

div.forms-error {
  position: relative;
  margin-top: 1px;
  padding-left: 2px;
  color: red;
  display: block;
  float: left;
}

div.forms-readonlyvalue {
  position: relative;
  width: 302px;
  min-height: 16px;
  margin-left: 236px;
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  color: #000000;
  display: block;
  clear: both;
}

div.forms-warning {
  position: relative;
  margin-top: 1px;
  padding-left: 2px;
  color: rgb(208,125,42);
  display: block;
  float: left;
}

form.forms input, form.forms select, form.forms textarea.forms-textarea, form.forms textarea.forms-textarealong {
  margin: 3px;
  margin-left: 0;
}

form.forms select.forms-select, form.forms select.forms-selectbox, form.forms select.forms-selectgroups  {
  min-width: 160px;
  float: left;
}
form.forms select.forms-select-error, form.forms select.forms-selectbox-error, form.forms select.forms-selectgroups-error  {
  min-width: 160px;
  background-color: rgb(255,181,181);
  float: left;
}
form.forms select.forms-select-warning, form.forms select.forms-selectbox-warning, form.forms select.forms-selectgroups-warning {
  min-width: 160px;
  background-color: rgb(246,208,143);
  float: left;
}
form.forms li.material select, form.forms li.material select-error, form.forms li.material select-warning {
  min-width: 30px;
}

form.forms input, form.forms select, form.forms textarea {
  padding: 3px 7px 3px 7px;
  border: 0;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: inset 2px 2px 4px #999;
  -webkit-box-shadow: inset 2px 2px 4px #999;
  box-shadow: inset 2px 2px 4px #999;
  border-color: green;
  background-color: white;
  font-size: 12px;
}
form.forms input:focus, form.forms input:hover, form.forms select:focus, form.forms select:hover, form.forms textarea:focus, form.forms textarea:hover {
  -moz-box-shadow: inset 2px 2px 4px #60A2D2;
  -webkit-box-shadow: inset 2px 2px 4px #60A2D2;
  box-shadow: inset 2px 2px 4px #60A2D2;
}

form.forms input[type=reset], form.forms input[type=submit], form.forms input[type=button] {
  color: #FFFFFF;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  background-color: #245D88;
  background: -moz-radial-gradient(center 0deg, circle, #32ABE1, #1D4F8E);
  background: -webkit-gradient(radial, 0% 0%, 0% 100%, from(#1D4F8E), to(#32ABE1));
  background: -webkit-radial-gradient(center, #32ABE1, #1D4F8E);
  background: -o-radial-gradient(center, #32ABE1, #1D4F8E);
  background: -ms-radial-gradient(center, #32ABE1, #1D4F8E);
  background: radial-gradient(center, #32ABE1, #1D4F8E);
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}
form.forms input[type=reset]:focus, form.forms input[type=submit]:focus, form.forms input[type=reset]:hover, form.forms input[type=submit]:hover {
  -moz-box-shadow: 0 0 3px #004E91;
  -webkit-box-shadow: 0 0 3px #004E91;
  box-shadow: 0 0 3px #004E91;
}

form.forms input.forms-textline, form.forms input.forms-textline-error, form.forms input.forms-textline-warning {
  width: 200px;
  float: left;
}
form.forms input.forms-textline-error {
  background-color: rgb(255,181,181);
}
form.forms input.forms-textline-warning {
  background-color: rgb(246,208,143);
}

form.forms input.forms-password, form.forms input.forms-password-error, form.forms input.forms-password-warning {
  width: 200px;
  float: left;
}
form.forms input.forms-password-error {
  background-color: rgb(255,181,181);
}
form.forms input.forms-password-warning {
  background-color: rgb(246,208,143);
}

form.forms input.forms-textlinelong, form.forms input.forms-textlinelong-error, form.forms input.forms-textlinelong-warning {
/*  width: 250px;*/
  width: 200px;
  float: left;
}
form.forms input.forms-textlinelong-error {
  background-color: rgb(255,181,181);
}
form.forms input.forms-textlinelong-warning {
  background-color: rgb(246,208,143);
}

form.forms input.forms-integer {
  width: 10%;
  float: left;
}
form.forms input.forms-integer-error {
  width: 10%;
  background-color: rgb(255,181,181);
  float: left;
}
form.forms input.forms-integer-warning {
  width: 10%;
  background-color: rgb(246,208,143);
  float: left;
}

form.forms input.forms-captcha {
  width: 12%;
  float: left;
}
form.forms input.forms-captcha-error {
  width: 12%;
  background-color: rgb(255,181,181);
  float: left;
}
form.forms input.forms-captcha-warning {
  width: 12%;
  background-color: rgb(246,208,143);
  float: left;
}


form.forms input.forms-date {
  float: left;
}
form.forms input.forms-date-error {
  background-color: rgb(255,181,181);
  float: left;
}
form.forms input.forms-date-warning {
  background-color: rgb(246,208,143);
  float: left;
}

form.forms input.forms-datetime {
  float: left;
}
form.forms input.forms-datetime-error {
  background-color: rgb(255,181,181);
  float: left;
}
form.forms input.forms-datetime-warning {
  background-color: rgb(246,208,143);
  float: left;
}

form.forms input.forms-time {
  float: left;
}
form.forms input.forms-time-error {
  background-color: rgb(255,181,181);
  float: left;
}
form.forms input.forms-time-warning {
  background-color: rgb(246,208,143);
  float: left;
}

form.forms textarea.forms-textarea, form.forms textarea.forms-textarea-warning, form.forms textarea.forms-textarea-error {
  width: 320px;
  height: 140px;
}
form.forms textarea.forms-textarea-error {
  background-color: rgb(255,181,181);
}
form.forms textarea.forms-textarea-warning {
  background-color: rgb(246,208,143);
}
form.forms div.textarea-readonly {}

form.forms textarea.forms-textarealong, form.forms textarea.forms-textarealong-warning, form.forms textarea.forms-textarealong-error {
  width: 450px;
  height: 200px;
}
form.forms textarea.forms-textarealong-error {
  background-color: rgb(255,181,181);
}
form.forms textarea.forms-textarealong-warning {
  background-color: rgb(246,208,143);
}

form.forms input.forms-checkbox {
  margin: 5px 5px 0 0;
  padding: 0;
  float: left;
}

form.forms input.forms-radio, form.forms input.forms-radio-error, form.forms input.forms-radio-warning {
  margin: 5px;
  vertical-align: middle;
}
form.forms div.forms-radioitem, form.forms div.forms-radioitem-error, form.forms div.forms-radioitem-warning {
  margin-right: 15px;
  float: left;
}
form.forms div.forms-radioitem-error {
  background-color: rgb(255,181,181);
}
form.forms div.forms-radioitem-warning {
  background-color: rgb(246,208,143);
}
form.forms div.radio-title {
  position: relative;
  margin: 2px 5px 0 0;
  float: left;
}
form.forms input.forms-rate, form.forms input.forms-rate-error, form.forms input.forms-rate-warning {
  margin: 5px;
  vertical-align: middle;
}
form.forms div.forms-rateitem, form.forms div.forms-rateitem-error, form.forms div.forms-rateitem-warning {
}
form.forms div.forms-rateitem-error {
  background-color: rgb(255,181,181);
}
form.forms div.forms-rateitem-warning {
  background-color: rgb(246,208,143);
}


form.forms input.forms-fileupload, form.forms input.forms-fileupload-error, form.forms input.forms-fileupload-warning {
  width: 290px;
}
form.forms input.forms-fileupload-error {
  background-color: rgb(255,181,181);
}
form.forms input.forms-fileupload-warning {
  background-color: rgb(246,208,143);
}

form.forms select.forms-textlinewithhistory {
}
form.forms select.forms-textlinewithhistory-error {
  background-color: rgb(255,181,181);
}
form.forms select.forms-textlinewithhistory-warning {
  background-color: rgb(246,208,143);
}
form.forms input.forms-textlinewithhistory, form.forms input.forms-textlinewithhistory-error, form.forms input.forms-textlinewithhistory-warning {
  width: 200px;
}
form.forms input.forms-textlinewithhistory-error {
  background-color: rgb(255,181,181);
}
form.forms input.forms-textlinewithhistory-warning {
  background-color: rgb(246,208,143);
}

div.textlinewithhistory {
  position: relative;
  float: left;
}

form.forms input:focus, form.forms textarea:focus {
  background-color: rgb(240,240,240);
}

table.slider_table {
  border: 1px solid rgb(200,200,200);
}
td.slider_title {
  text-align: center;
  font-size: 9px;
  border-right: 1px solid gray;
}
td.slider_trenner {
  height: 5px;
}
td.slidercell_off {
  width: 15px;
  height: 10px;
  border-right: 1px solid rgb(200,200,200);
  background-color: rgb(230,238,230);
}
td.slidercell_on {
  width: 15px;
  height: 10px;
  border-right: 1px solid rgb(200,200,200);
  background-color: rgb(74,101,123);
}

div.comment1, div.comment2   {
  position: relative;
  font-size: 85%;
  clear: both;
}
div.comment1 {
  padding-bottom: 2px;
}
div.comment2 {
  padding-top: 2px;
}

form.forms div.container-right {
  position: relative;
  width: 65%;
  float: left;
}
form.forms div.container-left {
  position: relative;
  width: 65%;
  float: right;
}
