/* @override http://biene.stiftung-lebenshilfe-duisburg.de/css/formular.css */


fieldset {
	background-color: #eaeff7;
	padding: 0.8em;
	border: 1px solid;
	margin-bottom: 5%;
	}

legend {
	padding: 0 10px;
	font-weight: bold;
	}

form p {
	overflow: hidden;
	line-height:1.45em;
	padding:0;
	width: 100%;
	}

label, .labellike {
	display: block;
	float: left;
	width: 50%;
	margin-right: 2%;
	}

.multi, .checklabel {
	float: none;
	display: inline; 
	width: auto;
	}

input[type=text], select {
	width:45%;
	}

input[type=number] {
	width:30%;
	}

input[type=text]:focus, input[type=number]:focus, textarea:focus {
	border-color:#b7274c;
	background-color: #fed500;
	color: #000;
	}

#plz {
	width: 14%;
	margin-right: .5%;
	}

#ort {
	width:29%;
	}

textarea {
	width:98%;
	height: 4em;
	}
.errormsgs,
.msgs {
	list-style: none;
	}
.errormsgs li {
	width: 95.5%;
	color:#e2061a;
	background: #fff;
	margin-left: 0 !important;
	padding: 2px 5px;
	}
.msgs li {
	width: 95.5%;
	color:#88ba14;
	background: #fff;
	margin-left: 0 !important;
	padding: 2px 5px;
	}
.formerror {
	border-bottom: 3px solid #e2061a;
	}
.hidden {
	display: none;
	}
