div.kono_form {
	float:left;
	width:100%;
	background: #D5E9FD;
	margin-bottom:1em;
}

form p {
	clear:left;
	display: block; /* !!!!experimental*/
	margin-bottom: 0.3em;
	padding:0 1em;
	
}

form fieldset p {
	padding:0;
	
}

label,
#contentcenter p.label {
	font-size:1.1em;
	font-weight:normal;
}

div.konoform_label_left {
	float:left;
	width:22%;
}

div.konoform_label_full {
	float:left;
	clear:left;
	margin-bottom:0.4em;
	width:100%;
}

div.konoform_label_right {
	float:left;
}

div.konoform_label_right_checkbox{
	float:left;
	width:90%;
}



#konoform_clear {
	width:100%;
	float:left;
	clear:left;
	margin:0 0 1em 0;
}

#contentcenter fieldset {
	width:100%;
	float:left;
	clear:left;
	margin-bottom: 1.2em;
	padding: 0.2em 0.8em 0.6em 0.8em;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #fff;
}

#contentcenter fieldset.no_border {
	border:none;
	padding-bottom:0;
}

h2.legend {
	padding:1em 1em 0 0.6em;
}

h2.h2_toggler img {
	margin-top:-7px;
}

legend {
	display: none;
}

#errmsg {
	 padding: 0.2em 0.8em; 
}

#errormessage p,
#errmsg p {
	color:#c00;
	font-weight: normal;
	padding:0 !important;
	margin:0 !important;
} 

#success {
	color:#46672e;
}

span.konoform_inlinechar {
	margin-right: 0.5em;
	font-size: 85%;
}
span.extend_text {
	width:30em;
	display: block;
	color: #333;
	font-size: 75%;
	margin-bottom: 1em;
}

span.konoform_required {
	color: #c00;
	font-weight: bold;
}

span.konoform_error_message {
	color: #f00;
	font-weight: bold;
	font-size: 70%;
}

input,
select,
textarea  {
	margin-right: 0.5em;
	font-size:1.1em;
}

#contentcenter input,
#contentcenter select,
#contentcenter textarea {
	width:25em;
	padding:0.2em;
}

#contentcenter input.tel_vorwahl {
	width:6em;
}

#contentcenter select.sel_title {
	width:9em;
}

#contentcenter input.tel {
	width:12em;
}

#contentcenter input.plz {
	width:6em;
}

#contentcenter input.ort {
	width:17.5em;
}

#contentcenter input.number{
	width:6em;
}


#contentcenter input.submit {
	width:auto;
}

#contentcenter input.konoform_input_left_10 {
	float: left;
	width:auto;
}


input.konoform_input_inline {
	margin:0;
}

#contentcenter input.checkbox {
	width:auto;
	float:left;
}

#contentcenter fieldset.checkbox input {
	width:auto;
	float:left;
}



label.konoform_label_right_10, 
label.konoform_label_right_5, 
div.radio_buttons label {
	display: block;
	float: left;
	width:6em;
	margin-bottom: 1em;
}



label.konoform_label_right_10,
div.radio_buttons label {	
	width:10em;
}


div.konoform_object {
	clear:left;
	float:left;
	width:100%;
	font-size: 100%;
	margin-bottom: 1.2em;
}


div.konoform_fc1 {
	float: left;
	width:95%;
	margin-right: 5%;
}

div.konoform_fc2 {
	float: left;
	width:47%;
	margin-right: 1%;
}

div.konoform_fc3 {
	float: left;
	width:33%;
}

div.konoform_sector {}

div.konoform_help {
	position:absolute;
	width:20em;
	background:#fff;
	border-right:2px solid #333;
	border-bottom:2px solid #333;
}

div.konoform_help p {
	padding:0.5em;
	margin-bottom: 0;
	border:1px solid #ccc;
}


/* Autocompleting */
div.auto_complete {
    width: 350px;
    background: #fff;
}

div.auto_complete ul {
    border:1px solid #888;
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
}

div.auto_complete ul li {
    margin:0 0 0 2em;
    padding:0.2em;
	font-weight:normal;
}

div.auto_complete ul li.selected {
    background-color: #9cc5e8;
}

div.auto_complete ul strong.highlight {
    color: #333;
    margin:0;
    padding:0;
}

div.radio_buttons label {
    font-weight:normal;
    margin-right:5px;
}

#tx_konomember_pi2_remarks {
    width: 350px;
    height: 100px;
}

#teilnehmer_textfields input {
	width:16em;
	margin-right:1em;
	margin-bottom:0.5em;
}

#teilnehmer_name_label span {
	width:16.2em;
	float:left;
}

#contentcentertxt p.warning {
    color:#c00;
    font-size:1.1em;
    padding:0.8em;
}

input.radio_set {
    clear :left;
    margin: 5px 5px 0 0 !important;
}

fieldset.radio label {
    display: block;
    clear: right;
    line-height: 20px;
}

