#form_content { padding: 0 5px; }

.optionsschalter {
	width: 20px;
	display: inline;
}

.formeingabeblock {
	width: 210px;
	display: inline-block;
}

.form_input_left {
	width: 100px;	
	float: left;
}

.form_input_right {
	width: 100px;	
	float: left;
}


/* formmanager CSS file  **
** www.ANGEL.de          **
***************************/
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:#5c5c5c;
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:#5c5c5c;
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%;	
	color: #8D8D8D;
}

.formtitle {
	display: inline-block;
	width: 30%;
	color: black ;
	font-size: 1.2em;
	line-height: 1.8em ;
	margin: 0.5em 0;
	float: left;
}

.forminput {
	display: inline-block;
	width: 70%;
	font-size: 1.2em;
	line-height: 1.8em ;
	margin: 0.5em 0;	
	float: left;
}




label {
font-weight:700;
width:140px;
height: 30px;
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 #aaa;
	background:#fff url(/design_responsive/inputBg.gif) top left no-repeat;
	margin: 0 0px 0px 0;
	padding: 3px;
	width: 300px;
	display: block;
	
	box-shadow: 1px 1px 5px #999;	
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
}

input {
/*	width: 188px;*/
	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;
}





.pulldown {
width:146px;
}

.pulldown.mehrfach {
width:305px;
}

textarea {
/*	width: 190px;*/
	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:#5c5c5c;
}
h2.subtitle {
	font-size: 2em;
	font-family: podkova, serif;
	font-weight: normal;
}