

div#teaser_dienstleistungen_bg {
	background: url('../images/hg_handwerker.jpg') center center no-repeat #9BBF38;
    clear: both;
    overflow: hidden;
    height: 100% !important;
    min-height: 376px;
}

div#teaser_handwerker_content {
    float:left;
    margin-left: -1px;
    padding: 12px 0px 15px 15px;
    width: 604px;
    background: #F8F8F8;
    margin: 15px 0 40px 21px;
    font-size: 13px;
    color: #808184;
}

.register_button {
    float:right;
    padding: 134px 23px 0 0;
}

div#teaser_handwerker_content h2 {
    font-size: 21px;
    color: #696A6D;
    font-weight: normal;
    line-height: 12px;
}

div#teaser_handwerker_content #email {
  width:300px;
}
div#teaser_handwerker_content select {
    background:#ffffff/9; /* turn bg image for IE7 */
}
div#teaser_handwerker_content select {
    float:left;
    font-size:20px;
    height: 41px;
    width: 170px;
    border: 0 !important;  /*Removes border*/
    background: #ffffff; /* add your own arrow image */
     -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
    box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	color:#93A783;
}

div#teaser_handwerker_content select::-ms-expand { display: none; }

div#teaser_handwerker_content .felder {
    margin-left: 40px;
}

div#teaser_handwerker_content select {
    width: 206px;
    margin-right:10px;
    padding-top: 4px;
    padding-top: 4px;
	color:#93A783;
}

div#teaser_handwerker_content select#bundesland,
div#teaser_handwerker_content select#ausland_land  {
    width:422px;
}

div#teaser_handwerker_content select option {
	background: #254E00; /* style the dropdown bg color */
	background: #ffffff\9;
	background: #ffffff\9;
	color: #fff;
	color: #93A783;
}

div#teaser_handwerker_content select[disabled],
div#teaser_handwerker_content select[disabled]:hover,
div#teaser_handwerker_content select[disabled]:active,
div#teaser_handwerker_content select[disabled]:focus {
  color:#93A783;
}

div#teaser_handwerker_content input[type="checkbox"]  {
    margin-left: 20px;
    width: 11px;
    height: 11px;
    margin-right:5px;
    background: none;
}

div#teaser_handwerker_content input {
    float:left;
    font-size:16px;
    height: 33px;
    width: 121px;
    background: #EAEBEC;
    margin-right:9px;
	color:#93A783;
    border: 1px solid #D6D8D0;
}

div#teaser_handwerker_content input[type="image"] {
    float:left;
    height: 37px;
    width: 40px;
    margin-left: -10px;
    border: 0;
}

div#teaser_handwerker_content label {
    margin-left: 4px;
    line-height: 20px;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
}

div#teaser_handwerker_content #Kategorie {
    margin-top:11px;
}

div#teaser_handwerker_content #Bundesland {
    margin-top:10px;
    margin-bottom:4px;
}

div#teaser_handwerker_content .bundeslaender_bg {
    background: #254E00; /* style the dropdown bg color */
    margin-right: 11px;
    color: #fff;
}

.box_top {
	background: url('../images/box_top.png') left top no-repeat #ffffff;
    height:9px;
    overflow:hidden;
    width:690px;
}

.box_middle {
	background: url('../images/box_middle.png') left top repeat-y #ffffff;
    overflow:hidden;
    width:690px;
    font-size: 13px;
    padding:5px;
    color:#808184;
}

.box_bottom {
	background: url('../images/box_bottom.png') left top no-repeat #ffffff;
    height:9px;
    overflow:hidden;
    width:690px;
}

input {
    background-color:#E8E8E8;
    color:black;
  }

#left {
  float:left;
  width:260px;
  margin-right:10px;
}

#center {
  width:690px;
  float:left;
}

.box {
  width:100%;
  border: 1px solid #C0C0C0;
  font-size: 15px;
}
.clear {
  clear:both;
}

.start_anfrage .checkbox-dropdown {
    cursor: pointer; /* use correct mouse pointer when hovering over the dropdown */
    line-height: 40px;

    border-radius: 3px;
    color: #545454;
    font-size: 14px;
    width: 530px;
    height: 40px;
    border: 1px solid #E2E3E3;
    background: #F0F0F1;
    position: relative;
    padding-left: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div#teaser_handwerker_content .start_anfrage input[type="radio"] {
  height:10px;
  width:10px;
}

/* Display CSS arrow to the right of the dropdown text */
.start_anfrage .checkbox-dropdown:after {
    content:'';
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid transparent;
    border-top-color: #000;
    top: 50%;
    right: 10px;
    margin-top: -3px;
}

/* Reverse the CSS arrow when the dropdown is active */
.start_anfrage .checkbox-dropdown.is-active:after {
    border-bottom-color: #000;
    border-top-color: #F0F0F1;
    margin-top: -9px;
}

.start_anfrage .checkbox-dropdown-list {
    background-color:#939597;
    list-style: none;
    display:none;
    border: none;
    opacity: 0; /* hide the dropdown */
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none; /* avoid mouse click events inside the dropdown */
}
.start_anfrage .is-active .checkbox-dropdown-list {
    opacity: 1; /* display the dropdown */
    pointer-events: auto; /* make sure that the user still can select checkboxes */
    width: 100%;
    height: 307px;
    display:block;
    background-color:#939597;
}
.start_anfrage .checkbox-dropdown-list li {
    padding-left: 5px;
    padding-top: 5px;
    width: 255px;
    float: left;
}

.start_anfrage .checkbox-dropdown-list li label {
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

div#teaser_handwerker_content .start_anfrage input[type="text"] {
  width:530px;
  height:40px;
  margin-top: 15px;
  margin-bottom: 15px;
}

div#teaser_handwerker_content .start_anfrage button[type="submit"] {
  width:537px;
  height:40px;
  margin-bottom: 15px;
  background: #AAC756;
  color:#fff;
  font-size:20px;
  border:none;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.box .headline {
  background:#E5E5E5;
  color: #9bbf38;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 0 10px;
  height: 33px;
}

.box ul {
  display: block;
  width:100%;

}

.box ul li {
    list-style: square;
    width: 28%;
    padding: 5px;
    float: left;
    margin-left: 25px;
}



.content_block {
    border-top: #9BBF38 7px solid;
    border-bottom: #9BBF38 7px solid;
    border-left: 1px solid #BABCBB;
    border-right: 1px solid #BABCBB;
    padding: 1px 15px 15px 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    color: #545454;
    font-size: 14px;
    width: 98%;
}
.content_block h2 {
  color:#9BBE38;
  font-size:20px;
}

.content_block .form select {
  padding: 1px 5px;
  margin-bottom: 15px;
  border-radius: 3px;
  color: #545454;
  font-size: 14px;
  width: 100%;
  height: 40px;
  border: 1px solid #E2E3E3;
  background: #F0F0F1;
}

.content_block .form input {
  padding: 1px 5px;
  margin-bottom: 15px;
  border-radius: 3px;
  color: #545454;
  font-size: 14px;
  width: 98%;
  height: 40px;
  border: 1px solid #E2E3E3;
  background: #F0F0F1;
}


.content_block .form input[type="submit"] {
  width:100%;
  height:40px;
  margin-bottom: 15px;
  background: #AAC756;
  color:#fff;
  font-size:20px;
  border:none;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.content_block .form_login {
  width:49%;
  float: left;
}

.content_block .form_login input {
  width:94%;
}

.content_block .form_register {
  width:50%;
  float: left;
}

.box_middle .full {
    padding: 1px 5px;
    margin-bottom: 15px;
    border-radius: 3px;
    color: #545454;
    font-size: 14px;
    width:646px;
    height:40px;
    border: 1px solid #E2E3E3;
    background: #F0F0F1;
}

.box_middle .half {
    padding: 1px 5px;
    margin-bottom: 15px;
    border-radius: 3px;
    color: #545454;
    font-size: 14px;
    width:315px;
    height:40px;
    border: 1px solid #E2E3E3;
    background: #F0F0F1;
}

.box_middle .full_green {
    padding: 1px 5px;
    margin-bottom: 15px;
    border-radius: 3px;
    color: #545454;
    font-size: 14px;
    width:646px;
    height:40px;
    border: 1px solid #AAC856;
    background: #E0EBC2;
}

.box_middle .half_green {
    padding: 1px 5px;
    margin-bottom: 15px;
    border-radius: 3px;
    color: #545454;
    font-size: 14px;
    width:315px;
    height:40px;
    border: 1px solid #AAC856;
    background: #E0EBC2;
}

.box_middle .ort {
    padding: 1px 5px;
    margin-bottom: 15px;
    border-radius: 3px;
    color: #545454;
    font-size: 14px;
    width:450px;
    height:40px;
    border: 1px solid #E2E3E3;
    background: #F0F0F1;
}

.box_middle .plz {
    padding: 1px 5px;
    margin-bottom: 15px;
    border-radius: 3px;
    color: #545454;
    font-size: 14px;
    width:180px;
    height:40px;
    border: 1px solid #E2E3E3;
    background: #F0F0F1;
}

.box_middle .umkreis {
    padding: 1px 5px;
    margin-bottom: 15px;
    border-radius: 3px;
    color: #545454;
    font-size: 14px;
    width:180px;
    height:44px;
    border: 1px solid #E2E3E3;
    background: #F0F0F1;
    margin-left:3px;
}
.box_middle h2 {
  color:#9BBE38;
  font-size:15px;
}
.box_middle hr {
  border:solid 1px #F2F3F3;
}

.box_middle input[type="checkbox"] {
    display:none;
}
.box_middle input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/bg_checkbox.png) left top no-repeat;
    cursor:pointer;
}
.box_middle input[type="checkbox"]:checked + label span {
    background:url(../images/bg_checkbox_checked.png) left top no-repeat;
}
.sub_deaktiv {
  color: #C5C6C7;
}
.rot {
  color:#CC0000;
}
label {
  font-size: 15px;
}
-ms-label {
  font-size: 14apx;
}
.side_block_content {
    border-left: 1px solid #BABCBB;
    border-right: 1px solid #BABCBB;
    padding: 4px;
    font-size: 15px;
    height:451px;
    color: #808184;
}

.side_block_title {
    background: url("../images/block_header.jpg") no-repeat scroll left bottom;
    height: 38px;
    overflow: hidden;
    width: 260px;
}
.side_block_footer {
    background: url("../images/block_footer.jpg") no-repeat scroll left top;
    height: 9px;
    overflow: hidden;
    width: 260px;
}

div#main_container_home
{
	position: relative;
    margin-left: 272px;
}


div#content_height {
    margin-left: -220px;
    min-height: 100px;
}  