body {margin:0; font-family:Arial, sans-serif;}

#simplemodal-overlay {background-color:#000;}
#simplemodal-container {
    background-color:#fff; 
    border:0px solid #dedede;
    border-radius:20px;
        -moz-border-radius:20px; 
        -webkit-border-radius:20px;
    box-shadow: 2px 2px 10px #454545;
        -moz-box-shadow: 2px 2px 10px #454545;
        -webkit-box-shadow:2px 2px 10px #454545;
    background-color:#f6f6f6;    
    padding:30px 20px ;
}
#simplemodal-container a.simplemodal-close {
	background:url(/images/system/xmh.png) no-repeat; /* adjust url as required */
	width:30px;
	height:30px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-24px;
	right:-24px;
	cursor:pointer;
}

.white-popup {
		  position: relative;
		  background: #FFF;
		  padding: 10px;
		  width: auto;
		  height: auto;
		  max-width: 500px;
		  margin: 2px auto;
		}
		

.reload {
	background: url(/images/system/artikelsprite.png) no-repeat -120px -320px;
	cursor: pointer;
	display: block;
	height: 30px;
	width: 36px;
} 

#hwwo-light-static-content {
	width:728px;
	height:50px;
	margin:0 auto;
	}
        
#hwwo-light-static-content img {
	width:100%;
	height:auto;
	margin:30px 0;
	}        

#hwwo-light-content {
	width:100%;
	max-width:640px;
	margin:0 auto;
	}
	
#hwwo-light-content img {
	width:100%;
	height:auto;
	margin:15px 0;
	}

#hwwo-light-button {
	color:#fff;
	font-family:Arial, sans-serif;
	font-size:18px;
	text-align:center;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:50px;
        padding-right:10px;
	display:block;
	text-decoration:none;
	background: url("/images/system/cta-icon.png") no-repeat 10px center,  #ff43bf !important;
        background: url("/images/system/cta-icon.png") no-repeat 10px center,  -moz-linear-gradient(top, #ff43bf 1%, #af0073 100%) !important;
        background: url("/images/system/cta-icon.png") no-repeat 10px center,  -webkit-linear-gradient(top, #ff43bf 1%,#af0073 100%) !important;
        background: url("/images/system/cta-icon.png") no-repeat 10px center,  -o-linear-gradient(top, #ff43bf 1%,#af0073 100%) !important;
        background: url("/images/system/cta-icon.png") no-repeat 10px center,  -ms-linear-gradient(top, #ff43bf 1%,#af0073 100%) !important;
        background: url("/images/system/cta-icon.png") no-repeat 10px center,  linear-gradient(to bottom, #ff43bf 1%,#af0073 100%) !important;
	border:4px solid #ff8ed8; 
        border-radius:10px; 
            -moz-border-radius:10px; 
            -webkit-border-radius:10px;
        
        transition:all 0.5s ease;
            -o-transition:all 0.5s ease;
            -moz-transition:all 0.5s ease;
            -webkit-transition:all 0.5s ease;
}

#hwwo-light-button img {
	display:none;
	visibility:hidden;
	}
	
#hwwo-light-button.sticky img {
	display:block;
	visibility:visible;
	float:left;
	width:auto;
	margin:0;
	}

#hwwo-light-button:hover {
	background: #af0073; /* Old browsers */
}


#hwwo-light-button.sticky {
	color:#fff;
	font-family:Arial, sans-serif;
	font-size:18px;
	text-align:center;
	padding:5px;
	width:100%;
	display:block;
	position: fixed;
	z-index:9999;
	top:0;
	left:0;
	background: #ff43bf; /* Old browsers */
	background: -moz-linear-gradient(top, #ff43bf 1%, #af0073 100%) !important;
        background: -webkit-linear-gradient(top, #ff43bf 1%,#af0073 100%) !important;
        background: -o-linear-gradient(top, #ff43bf 1%,#af0073 100%) !important;
        background: -ms-linear-gradient(top, #ff43bf 1%,#af0073 100%) !important;
        background: linear-gradient(to bottom, #ff43bf 1%,#af0073 100%) !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.3);	
	transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -webkit-transition:all 0.5s ease;
        border:none;
        border-radius:0px;
        -webkit-border-radius:0px;
        -moz-border-radius:0px;
	}
	
#stickybannercontent {
	width:100%;
	}
.sticky #stickybannercontent {
	width:1080px;
	line-height:65px;
	}


/*Forms*/
#form1 input {width:100%; padding:10px; margin-top:5px; margin-bottom:20px; border-radius: 6px;}
#form1 input[type="submit"], input[type="button"] {
	font-size:18px; 
	color:#fff;
	text-transform:uppercase;
	background: #ff43bf;
	background: -moz-linear-gradient(top, #ff43bf 1%, #af0073 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(top, #ff43bf 1%,#af0073 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(top, #ff43bf 1%,#af0073 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -ms-linear-gradient(top, #ff43bf 1%,#af0073 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(to bottom, #ff43bf 1%,#af0073 100% repeat scroll 0 0 rgba(0, 0, 0, 0));
	border:none;
}

#form1 input[type="submit"]:hover {
	background: #af0073;
	background-position:top left !important;
}
#form1 label {color:#434343; font-size:16px; font-weight:bold; font-family:Arial, sans-serif}

#form1 .textwenig {
    border:2px solid red;
 }
#form1 .textgenug {
    border:1px solid #aaa;
 }
#form1 .abbrechen {
	color: #ff0;
	font-size:16px;
	padding:15px 15px; 
	margin-top:5px; 
	margin-bottom:20px;
        margin-left:auto;
        margin-right:auto;
} 
 

/*Handwerkerliste*/
#handwerkerliste {
	margin:10px 0;
	padding:0;
	}
#handwerkerliste li {
	list-style:none;
	padding:8px;
	margin:0 0 2px 0;
	}
	
#handwerkerliste li.even {background:#fff;}
#handwerkerliste li.odd {background:#f3f3f3;}
#handwerkerliste li.even:hover {background:#fafafa;}
#handwerkerliste li.odd:hover {background:#e8e8e8;}



.handwerkerlite_auftrag {
	
	max-width:640px;
	margin:0 auto;
        
	}
        
.handwerkerlite_auftrag .max550 {
	max-width:550px;
	margin-right: 40px;
	}	       
        
.handwerkerlite_auftrag .displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}        
        

.handwerkerlite_auftrag .angbotcontainer {
	background: #dbdbdb;
	border: 1px solid #dedede;
	padding-top: 10px;
        padding-left: 30px;
        padding-right: 10px;
}

.handwerkerlite_auftrag .detail {
	background: #fff;
	width:100%;
	border: 1px solid #bdbdbd;
        display: inline-block;
	padding: 10px;
        border-radius: 6px;
}

.handwerkerlite_auftrag .detailsmall {
	background: #fff;
	width:100%;
	border: 1px solid #bdbdbd;
	display: inline-block;
	padding: 10px;
        border-radius: 6px;
}

.handwerkerlite_auftrag .telalink a{
        color: #fff;
        cursor:pointer;
        text-decoration:none;
}

.handwerkerlite_auftrag .telalink a:hover {
	color: #ffff00;
	text-decoration:none;
}

.handwerkerlite_auftrag .telalink a:active {
	color: #ffff00;
	text-decoration:none;
}

.handwerkerlite_auftrag .telalink a:visited {
	color: #ffff00;
	text-decoration:none;
}

.handwerkerlite_auftrag .detailtel {
	width:100%;
	color:#fff;
	font-family:Arial, sans-serif;
	font-size:20px;
	text-align:center;
    padding:10px 8px;
	display:block;
	text-decoration:none;
	background: url("/images/system/teledirekt.png") no-repeat 10px center,  #ff43bf !important;
        background: url("/images/system/teledirekt.png") no-repeat 10px center,  -moz-linear-gradient(top, #ff43bf 1%, #af0073 100%) !important;
        background: url("/images/system/teledirekt.png") no-repeat 10px center,  -webkit-linear-gradient(top, #ff43bf 1%,#af0073 100%) !important;
        background: url("/images/system/teledirekt.png") no-repeat 10px center,  -o-linear-gradient(top, #ff43bf 1%,#af0073 100%) !important;
        background: url("/images/system/teledirekt.png") no-repeat 10px center,  -ms-linear-gradient(top, #ff43bf 1%,#af0073 100%) !important;
        background: url("/images/system/teledirekt.png") no-repeat 10px center,  linear-gradient(to bottom, #ff43bf 1%,#af0073 100%) !important;
	border:4px solid #ff8ed8; 
        border-radius:10px; 
            -moz-border-radius:10px; 
            -webkit-border-radius:10px;	
}

.handwerkerlite_bottom{
        max-width: 380px;
	background: #fff;
        font-weight: bold;
        font-size:1.4em;
	padding: 10px;
        text-align: center;
        display: inline-block;
}

#hwwo-light-text .b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh {
font-size:1px; overflow:hidden; display:block;
}
#hwwo-light-text .b1h {
height:1px; background:#c74d9d; margin:0 5px;
}
#hwwo-light-text .b2h, .b2bh {
height:1px; background:#c74d9d; border-right:2px solid #c74d9d; border-left:2px solid #c74d9d; margin:0 3px;
}
#hwwo-light-text .b3h, .b3bh {
height:1px; background:#c74d9d; border-right:1px solid #c74d9d; border-left:1px solid #c74d9d; margin:0 2px;
}
#hwwo-light-text .b4h, .b4bh {
height:2px; background:#c74d9d; border-right:1px solid #c74d9d; border-left:1px solid #c74d9d; margin:0 1px;
}
#hwwo-light-text .b2bh, .b3bh, .b4bh {
background: #fff;
}
#hwwo-light-text .headh {
background: #c74d9d; border-right:1px solid #c74d9d; border-left:1px solid #c74d9d;
}
#hwwo-light-text .headh h3 {
text-align:center;color:#fff;margin: 0px 10px 0px 10px; padding-bottom: 3px;
}
#hwwo-light-text .contenth {
background: #fff; color:#c74d9d;border-right:1px solid #c74d9d; border-left:1px solid #c74d9d;
}
#hwwo-light-text .contenth div {
margin-left: 12px; padding-top: 5px;
}    

