#formular h1 {
	font-size: 14pt;
	line-height: 16pt;
	color: #035F56;
	font-weight: bold;	
	margin: 0 0 10px 0 ;
	padding: 0;	
	text-align: left;
}

#formular h2 {
	float: left;
	width: 100%;
	font-size: 12pt;
	line-height: 14pt;
	color: #035F56;
	font-weight: bold;	
	margin: 10px 0 0 0 ;
	padding: 0;	
	text-align: left;
}

#formular h3 {
	float: left;
	width: 100%;	
	font-weight: bold;	
	margin: 10px 0 10px 0;
	padding: 0;	
	text-align: left;
}

.error { color: red; }

.optionsschalter {
	width: 20px;
	display: inline;
}


.formeingabeblock {
	width: 270px;
	display: inline-block;
}

.form_input_left {
	width: 100px;	
	float: left;
}

.form_input_right {
	width: 100px;	
	float: left;
}


/* formmanager CSS file @ks *************
** ANGEL.de : Thu, 22 Apr 2010 0:35:48 **
****************************************/
fieldset {
padding:0 15px 15px;
}

.form-error {
color:red;
font-weight:700;
}

.form-inputerror {
border:1px solid red;
}

.form-fieldset-block {
border:none;
width:700px;
}

.form-desctext-block {
font-size:12px;
border:1px solid red;
margin:10px 0;
padding:10px;
}

.form-fieldset-group {
border:none;
margin:10px 0;
padding:0;
}

.form-desctext-group {
color:#666;
font-size:12px;
margin:10px 0;
padding:0 0 5px;
}

.form-fieldset-group-questblock {
clear:both;
float:left;
width:500px;
display:block;
overflow:auto;
margin:0 0 10px;
padding:10px 10px 10px 10px;

background-color:#F3F3F3;
}
.form-fieldset-group-questblock.imgminheight {
/* min-height:90px; mindesthöhe der formular bilder */
}

.floatformimg {
float:left;
margin:0 0 10px 25px;
}

.form-questdesc-group {
font-size:10px;
color:#666;
margin:0;
padding:0;
}

.form-questdesc-group.labelmargin {
width:100%;
float:none;
clear:both;
margin:0 0 0 140px;
}

.form-questdesc-group.moremargin {
margin:0 0 0 150px;
}

.smalltopmargin {
margin-top:5px;
}

.formblock {
	float: left;
	position: relative;
	width: 100%;	
}

.formtitle {
	display: inline-block;
	width: 220px;
	font-size: 12px;
	position: relative;
	top: 0;
	padding: 3px 0 ;
	margin: 0 0 5px 0;
	float: left;
	color:#333;	
}

label {
font-weight:700;
width:140px;
display:inline-block;
}

label.small {
width:104px;
}

label.notbold {
font-weight:400;
}

label.normalmarginleft {
margin-left:10px;
width:130px;
}

label.right {
text-align:right;
}

input,select {
	width:160px;
	margin:0 0 2px;
}

input,textarea,select {
	border:1px solid #A6D7D2;
	background:#fff url(/design/inputBg.gif) top left no-repeat;
	margin: 0 0px 0px 0;
	padding: 1px;
	width: 270px;
	display: block;
	
}

input {
	width: 268px;
	display: inline;
}

.fileinput {
outline:none;
}

input.checkbox {
width:15px;
background:none;
background-image:none;
border:0;
}

input.radio_button {
width:15px;
background:none;
border:0;
}

input.small,select.small {
width:50px;
}

input.large,select.large {
width:200px;
}

input.extra_large,select.extra_large {
width:300px;
}

input.submit {
	background:#fff url(/design/inputBg.gif) -20px 0 no-repeat;
	width: 400px;
	padding: 5px 20px;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;

}

input.submit:hover {
cursor:pointer;
}

.pulldown {
width:146px;
}

.pulldown.mehrfach {
width:305px;
}

textarea {
	width: 270px;
	height: auto ;
	margin: 5px 0 0 0;
}

textarea.small {
height:80px;
}

textarea.big {
height:160px;
}

input:hover,textarea:hover,select:hover,input:active,textarea:active,select:active {
border:1px solid #888;
}

.floatleft {
float:left;
}
.marginright20 {
margin-right:20px;
}
.form_input_right {
width:45%;
}
.maxwidth {
width:100%;
}
.clearall {
clear:both;
}
.overflowauto {
overflow:auto
}

.grouptitle, .blocktitle {
	font-weight:bold;
	font-size:16px;
	color:#666;
}