/* Fehlermeldung */
p.fehler {
color: red !important;
margin: 0;
padding: 0;
}

fieldset em  {
color: gray;
}


fieldset {
border: none;
margin-bottom: 5px;
}

fieldset.anfang {
margin: 20px 0 0 0;
}

legend {display: none;}

label {
padding-top: 6px;
font: 1.2em arial;
width: 100px;
height: auto;
display: block;
float: left;
}

label.breit {
padding-top: 6px;
padding-right: 10px;
font: 1.2em arial;
width: 310px;
height: auto;
display: block;
float: left;
}

label.text {
margin-top: 10px;
}

input,
textarea {
margin: 3px 0;
width: 230px;
border-bottom: 1px solid black;
border-left: none;
border-right: none;
border-top: none;
}

textarea {
height: 80px;
border: 1px solid black;
margin-top: 15px;
}

* html textarea {
width: 228px;
height: 80px;
}

input.radio {
width: auto !important;
margin: 5px 0 0 0 ;
border: none;
color: black;
height: 11px;
}

* html input.radio {
height: 12px;
}

input.checkbox {
color: black;
border: none;
width: auto;
float: left;
margin: 5px 0px 10px 0;
}

fieldset span {
font: 1.2em arial;
margin: -6px 10px 0 3px;
}

* html fieldset span {

margin: -4px 10px 0 3px;
}

input#anmeldung {
position: relative;
left: 76px;
top: 0;
width: auto;
background: url(../img/link_pfeil_btn.gif) #e98300 5px 7px no-repeat;
color: black;
padding: 3px 10px 3px 18px;
border: none;
float: left;
margin: 15px 0 0 0;
font-weight: bold;
color: white;
font-size: 1.2em;
}

* html input#anmeldung {
width: 118px;
}

* + html input#anmeldung {
width: 118px;
}

input#delete {
width: 150px;
background: url(../img/link_pfeil_btn_grau.gif) #dfdfdf center left no-repeat;
padding: 3px 10px 3px 15px;
border: none;
float: left;
margin: 15px 0 0 0;
font-weight: bold;
color: gray;
font-size: 1.2em;
}

* html input#delete {
width: 140px;
background-position: 0 7px;
}

* + html input#delete {
width: 140px;
background-position: 0 7px;
}

select {
margin: 0 0 10px 0;
width: 235px;
border-bottom: 1px solid black;
border-left: none;
border-right: none;
border-top: none;
}

.termine-anmeldung {
padding: 40px 0 0 15px;
}

.termine-anmeldung h2 {
margin: 0 0 5px 0 !important;
}

.termine-anmeldung p {
padding: 0 !important;
}


.termine-anmeldung label {
padding-top: 0;
width: 60px;
}

.termine-anmeldung input,
.termine-anmeldung select {
width: 170px;
border: 0;
margin: 0 0 7px 0;
}

.termine-anmeldung .radio {
float: left;
margin: 0 2px 2px 0;
}

.termine-anmeldung input.radio {
margin-top: 2px;
}

.termine-anmeldung .optiongroup {
padding: 0 0 0 60px;
}

.termine-anmeldung input.submit {
width: auto !important;
margin: 10px 0 0 2px;
overflow: visible;
padding: 1px 6px;
background: #dfdfdf;
color: #000;
font-family: Arial, Helvetica, sans-serif;
}