.formwrapper {
   position: relative;
   margin: 0;
   padding: 0;
}

fieldset {
	position: relative;
	margin: 0 0 15px 0;
	padding: 5px;
	border: 1px solid #666;
}
fieldset legend {
   color: #354B6A;
   font-size: 130%;
   font-weight: normal;
   margin: 0 0 0 10px;
   padding: 0 10px;
}

#content fieldset textarea {
   position: relative;
   width: 720px;
   height: 120px;
}

.clear_left {
   clear: left;
}
.clear_right {
   clear: right;
}

/**************************************************************************/
#content .floatbox,
#content .floatbox_check {
   position: relative;
   float: left;
   width: 360px;
   min-height: 30px;
}

#content .floatbox_check_small {
   position: relative;
   float: left;
   width: 30%;
   min-height: 30px;
}

#content .floatbox label {
   position: relative;
   float: left;
   width: 150px;
   line-height: 150%;
}
#content .floatbox input {
   position: relative;
   float: left;
   margin: 0 0 5 0;
   display: block;
   width: 200px;
   height: 16px;
}

#content .floatbox input.short {
   position: relative;
   float: left;
   margin: 0 0 5 0;
   display: block;
   width: 25px;
   height: 16px;
}

/* Floatbox mit Checkboxen */
#content .floatbox_check input,
#content .floatbox_check_small input {
   display: none;
}
#content .floatbox_check label.checkbox,
#content .floatbox_check_small label.checkbox {
   width: auto;
   white-space: nowrap;
   line-height: 190%;
}

#content .floatbox_check input.checkbox,
#content .floatbox_check_small input.checkbox {
   position: relative;
   float: left;
   display: block;
   width: 20px;
   height: 20px;
}

#content .floatbox_check h5,
#content .floatbox_check_small h5 {
	margin-top: 5px;
	margin-bottom: 10px;
}


#content div.full_line {
   position: relative;
   display: block;
   margin: 0;
   padding: 0;
   min-height: 30px;
}
#content div.full_line label {
   position: relative;
   float: left;
   margin: 0;
   padding: 0;
   width: 150px;
   line-height: 180%;
}
#content div.full_line input {
   position: relative;
   float: left;
   margin: 0 5px 0 0;
   width: 190px
}
#content div.full_line input.full_line {
   width: 543px;
}
#content div.full_line input.editBtn {
   float: right;
}
#content div.full_line .placeholder {
   position: relative;
   float: left;
   margin: 0;
   padding: 0;
   width: 340px;
   height: 25px;
}

#content div.full_line table.tagungstechnik {
   position: relative;
   display: block;
   width: 720px;
}
#content div.full_line table.tagungstechnik th {
   font-weight: bold;
}
#content div.full_line table td {
   width: 33%;
}
