.fix {
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	color: #990000;
}
#content form {
	padding: 10px;
	line-height: 1.8em;
	vertical-align: middle;
	background-color: #F5F5F5;
	border: 2px solid #EEEEEE;
}
#content form div p {
	text-align: left !important;
}
#content form label {
	width: 40%;
	line-height:200%;
	text-align: right;
	padding-right: 10px;
	margin: 0 5px 3px 0;
	float:left;
	clear:left;
	color: #1D405B;
}
#content form select {
margin: 0 0 4px 0;
width: 40%;
border: 1px #cccccc solid;
border-top: none;
border-left: none;
}
#content form textarea {
	width: 40%;
	border: 1px #cccccc solid;
	border-top: none;
	border-left: none;  
}
input {
	border: 1px #cccccc solid;
	margin: 0 0 5px 0;
	width: 40%;  
}
#field-38,
#field-39,
#field-40 {
}
div.go {
	text-align: center;
}
input.active {
	display: block;
	background-color: #1D405B;
	margin: 0;
	width: auto;
	border: none;
	font-weight: normal;
	font-size: 1.2em;
	height: 2em; 
	color: white;
	padding: 0 10px 0 10px;
	margin: 0 auto 0 auto; 
	cursor: pointer; 
	border: 2px solid white;    
}
input.active {
	cursor: pointer;       
}
input.inactive {
	display: none;
}
span.checkbox {
	margin: 0 5px 0 0;
	vertical-align: top;
}
.checkbox input {
	vertical-align: text-top;
	margin: 0 5px 0 0;
}
.center {
	display: block;
	height: auto;
	margin: 0; 
	text-align: center;        
}
.hmitte {
float: left;
line-height: 20px;
padding: 0 0 0 10px;
}
.hmitte input {
	margin: 0;
	float: left;
	border: none;
	width: auto; 
	line-height: 15px;
} 
span.tooltipp {
	position: relative;
} 
.tooltipp a img {
	cursor: help;
	border: 0;
	margin: 3px 0 3px 0;
}
.tooltipp a span {
	display: none;
}
.tooltipp a:hover span {
	z-index: 10000000 !important;
	display: block;
	position: absolute;
	top: 0;
	left: -290px;
	width: 250px;
	padding: 10px  3px  10px  20px;
	border: 5px solid #1D405B;
	text-decoration: none;
	color: #1D405B;
	font-size: 11px!important;
	font-weight: normal;
	background-color: white;
	text-align: left !important;
}
.tooltipp a:hover {
	border: 0px;
	text-decoration: none !important;
}
.formbrake {
	line-height: 5px;
	background-color: white;
	color: white;
	border: none;
	clear: both;
}
#label_field-41 p,
#label_field-33 p {
	padding: 20px;
}
p.errors {
	font-weight: bold;
	color: red !important;
	font-size: 1.2em;
}
table.anmeldung td {
	vertical-align:top;
}
table.anmeldung td.label {
	text-align:right;
	font-weight:normal;
	width:250px;
	padding-right:7px !important;
}
table.anmeldung td.needed {
	font-weight:bold;
}
table.anmeldung td input {
	width:350px;
}
table.anmeldung td input.radio {
	width:auto !important;
}
table.anmeldung td input.checkbox {
	width:auto !important;
}
table.anmeldung td textarea {
	width:350px !important;
	height:150px !important;
}
table.anmeldung td select {
	width:350px !important;
}
table.anmeldung th {
	text-align:center;
	background-color:#fff;
}

table.kurse {
	width:100%;
}
table.kurse.lehrberuf {
	table-layout: fixed;
}
table.kurse td {
	text-align:left;
	width:20%;
}
table.kurse.lehrberuf td {
	width: unset;
}
table.kurse.lehrberuf td.label.lehrberuf-label {
	text-align: end;
	padding-right: 35px!important;
	width: 145px;
}

table.withheads {
	width:100%;
	border:1px #000 solid;
}
table.error {
	border:2px #f00 solid;
}
input.error {
	border:2px #f00 solid;
}
select.error {
	border:2px #f00 solid !important;
}
textarea.error {
	border:2px #f00 solid !important;
}
noscript div {
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:9999;
	background-color:#000;
	opacity:0.85;
	color:#fff;
	filter: alpha(opacity = 85);
}
#flash {
	color: green;
	font-weight: bold; }

.hinweistext {
	text-align: center;
	font-size: 14px;
	border: 3px solid red;
	background-color: orange;
	padding: 10px;
	color: white;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}