form p {
	font-size: 14px;
	line-height: 22px;
	color; black;
}

form h1 {
    padding: 0;
    text-align: left;
    margin: 0 0 10px;

}

form h2 , #formular h3 {
    font-size: 14px;
    line-height: 22px;

    font-weight: bold;

    padding: 0;
    text-align: left;
}



.error { color: red; }

.optionsschalter {
    width: 20px;
    display: inline;
}


.formeingabeblock {
    width: 310px;
    display: inline-block;
    padding: 3px 0 ;
    margin: 0 0 5px 0;

}

.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%;
    font-size: 14px;
    line-height: 22px;	
}

.formtitle {
    display: inline-block;
    width: 180px;
    font-size: 14px;
    line-height: 22px;
    padding: 3px 0 ;
    margin: 0 0 5px 0;
    float: left;
    color: black;
}

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 #009de0;
    background:#fff url(/design/inputBg.gif) top left no-repeat;
    margin: 0 0px 0px 0;
    padding: 1px;
    width: 300px;
    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: none;
    color: #333 ;
    width: auto;
    padding: 5px 20px;
    margin: 20px 0 10px 180px;
    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;
}

form .divider {
	float: left;
	height: 1px;
    background-color: #009DE0;
	width: 100%;
	margin: 25px 0;
}