
/* Deaktiviert wegen jqforms
#content textarea, #content input[type='text'], #content input[type='password'], #content select{border:1px solid #ccc; margin-right: 3px; padding: 3px;}
#content textarea:hover, #content input[type='text']:hover, #content input[type='password']:hover, #content select:hover{border-color:#aaa}
#content textarea:focus, #content input[type='text']:focus, #content input[type='password']:focus, #content select:focus, #content textarea.focus, #content input.focus{border-color:#888;outline:2px solid #EDC74F}

#content textarea.error, #content input[type='text'].error, #content input[type='password'].error{background: url(images/hintergrund_input_text_error.gif) repeat-x;}
#content .text{
	border: 1px solid #cecece;
	padding-left: 0.3em;
	background: white url(images/hintergrund_input_text.gif) repeat-x;
	padding: 2px;
        width: 20em;
}
*/

form.cmxform input[type="text"], form.cmxform .text, form.cmxform textarea{
        top: -5px;
        width: 250px;
}

#boxRechtsContainer form.cmxform input[type="text"], #boxRechtsContainer form.cmxform .text, #boxRechtsContainer form.cmxform textarea{
        top: 0;
        width: 150px;
}

/*input[type='text'],input[type='password']{cursor:text}*/

/*#content select{padding:.1em .2em 0 .2em} */
/*#content select[multiple]{margin-bottom:.8em;} */
/*#content option{padding:0 .4em .1em}*/

form.cmxform label{
    float: left;
    color: #666666;
}

#boxRechtsContainer form.cmxform label{
    float: none;
}

form.cmxform textarea, input, select{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin-right: 5px;
}

#content .errors{
    background: #f6dada;
    border: 1px solid red;
    padding: 5px;
    margin-bottom: 10px;
}

#content span.error{ margin-left: 10px; top: -5px; position: relative}

#content .error{
    color: red;
}


form.cmxform legend {
  padding: 0 ;
  font-weight: bold;
  margin: 0;
}

form.cmxform ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

form.cmxform  li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form.cmxform label {
    width: 170px; /* Width of labels */
    text-align: right;
    margin-right: 0.5em;
}

form.cmxform span.error {
    color: red;
    float: none;
    display: none;
}

.nocmx{
    top: -1.8em;
    margin-bottom: 0 !important;
}

.longlabel{
    width: auto !important;
}

.cmxform .klein{
    font-size: 11px;
}

.labelmitinput{
    width: 110px !important;
    text-align: left !important;
}

label input{
    margin-top: -3px;
}

#datenschutzerror {
    clear: both;
    margin-left: 0 !important;
}


.datenschutzmitcheckbox{
    width: 250px !important;

}
.datenschutzmitcheckbox input{
    margin-left: -20px;
}

fieldset div label{
        text-align: left !important;
}

.anrede{
        width: 170px !important;
}
