.left {
   float: left;
   width: 260px;
   margin: 0 0 20px 0;
}

.right {
   float: right;
   width: 260px;
   margin: 43px 0 20px 0;
}

#content .button {
   clear: both;
   width: auto;
   border-top: 1px solid black;
}

#content .button input {
   width: 130px;
   font-size: 10px;
   margin: 8px 0 0 278px;
   background-color: #EFEFEF;
}

#content .error {
   margin: 8px 0 0 0;
   color: #D83333;
}

.textLang {
   width: 257px;
   background-color: #EFEFEF;
   border: 1px solid #9D9D9D;
   margin: 0 0 7px 0;
}

.textMittel {
   width: 188px;
   background-color: #EFEFEF;
   border: 1px solid #9D9D9D;
   margin: 0 0 7px 0;
}

.textKurz {
   width: 61px;
   background-color: #EFEFEF;
   border: 1px solid #9D9D9D;
   margin: 0 0 7px 0;
}

.checkbox {
   vertical-align: middle;
}

.radiobutton {

}

textarea {
   width: 257px;
   height: 218px;
   background-color: #EFEFEF;
   border: 1px solid #9D9D9D;
}

form {
   padding: 0;
   margin: 0;
   text-align: left;
}

label {
   line-height: 15px;
   /*vertical-align: middle;*/
}

* html #content fieldset {
   margin: 0 0 5px 0;
}

#content fieldset {
   padding: 0;
   border-style: none;
   margin: 0 0 10px 0;
}

#content fieldset ul {
   width: 258px;
   list-style-type: none;
   padding: 0;
   margin: 0 0 5px 0;
}

#content fieldset li {
   clear: both;
   font-size: 0.9em;
   vertical-align: middle;
   padding: 0;
   margin: 0;
   background-image: none;
}

#content fieldset li label {
   line-height: 10px;
   vertical-align: middle;
   margin: 0;
   padding: 0;
}

.rowDummy {
   line-height: 0px;
   height: 0px;
}

#content h2 {
   width: auto;
   border-bottom: 1px solid black;
   text-align: center;
   margin: 20px 0 10px 0;
}
