div#maiserwerbslosenberatung {
	padding: 1em;
}
div#maiserwerbslosenberatung ul, div#maiserwerbslosenberatung ul li {
	list-style-type: none;
}

/*Suche nach Ort*/
.sucheNachOrtPlz, 
.sucheNachRegionGebiet {
  margin: 0 !important;
  padding: 0 !important;
}

.sucheNachOrtPlz > li , 
.sucheNachRegionGebiet > li {
    float: left;
    margin-right: 20px;
    width: 30%;
}

/*Label*/
.sucheNachOrtPlz label, 
.sucheNachRegionGebiet label{
  color: #8b1a1a;
	font-size: 12px;
	margin-bottom: 5px;
}

/*Formularfelder*/
.sucheNachOrtPlz select,
.sucheNachRegionGebiet select, 
.sucheNachOrtPlz input{
  color: #333;
	display: block;
	padding: 5px;
	font-size: 14px;
	font-family: BentonSans-Regular;
	border: 0;
}

.sucheNachOrtPlz select, 
.sucheNachRegionGebiet select {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: #e6e6e6 url("/profiles/nrw_ressort/themes/custom/nrw_base/images/firebrick-red/select-box.png") no-repeat scroll right center;
	cursor: pointer;
}

#strOrt > option, 
#strRegion > option, 
#strGebiet > option {
	-webkit-appearance: none;
  background: #551a1a none repeat scroll 0 0;
	color: white;
	padding: 5px;
	display: block;
	border:0;
	box-shadow:0;
}

.sucheNachOrtPlz input[type="text"]{
	background: #e6e6e6;
  height: 28px;
	width: 94%;
}

/*Buttons*/
.sucheNachOrtPlz input[type="submit"],
.sucheNachRegionGebiet input[type="submit"]{
  background: transparent url("/profiles/nrw_ressort/themes/custom/nrw_base/images/firebrick-red/seach-icon.png") no-repeat scroll right center;
  color: #8b1a1a;
  cursor: pointer;
  float: left;
  font-family: "BentonSans-Bold";
  font-size: 12px;
  height: 40px;
  margin: 30px 0;
  padding: 10px 55px 10px 0;
  width: 120px;
}

/*Abstände der Bereiche */
.sucheNachRegionGebiet > h3, 
.suchergebnis h3 {
    padding-top: 30px;
}

.sucheNachRegionGebiet, 
.suchergebnis {
    clear: both;
}

/*Suchergebnis*/
/*Icons*/
div.suchergebnis span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s, 
div.suchergebnis span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e{
	height: 20px;
  width: 20px;
}

div.suchergebnis span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s{
  background: transparent url("/profiles/nrw_ressort/themes/custom/nrw_base/images/firebrick-red/nach-oben.png") no-repeat scroll right center;
}

div.suchergebnis span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e{
  background: transparent url("/profiles/nrw_ressort/themes/custom/nrw_base/images/firebrick-red/social-icon.png") no-repeat scroll right center;
}

div.suchergebnis h4.ui-accordion-header-active {
	background-color: #551A1A !important;
}

div.suchergebnis h4 {
	background-color: #8B1A1A !important;
	color: white;
}

div.suchergebnis .ui-accordion-content {
	padding: 0 !important;
}

.einzelergebnis > li, 
.einzelergebnis > li > div {
  margin: 4px 0;
}

/*Label*/
.fah_seminare_label {
    float: left;
    width: 15%;
		clear: right;
}

.fah_seminare_value {
    float: right;
    width: 85%;
}