@media only screen and (max-width: 1360px) {
		
			.slide-out-div {
			display: none;
			}
		}
			
 		@media only screen and (min-width: 1360px) and (max-width: 1510px){
		
			.slide-out-div {
				width: 93px !important;
			}
				
			.help {
				height: 340px !important;
				width: 93px !important;	
			}
			
			.help-header {
				height: 55px !important;
				background: url(stickysidebar/gradient_55.gif) repeat-x 0 0 !important;
			}
			
			.help-main {
				padding: 20px 15px 0px 15px !important;
			}
			
			.help-button {
				height: 20px !important;
				margin: 50px 0px 15px 0px !important;
				padding-top: 5px !important;;
				padding-bottom: 5px !important;;
			}
			
			.help_button {
				font-size: 14px !important;
			}	
				
			.help_titel {
				height: 40px; 
				font-size: 16px;
				padding: 5px 0px 10px 0px;
			}
			
			.help_slogan {
				display: none !important;
			}
			
			.help_contact {
				font-size: 12px !important;
				text-align: center !important;
			}
			
			.help_contact-red {
				font-size: 12px !important;
				text-align: center !important;
			}
			
			.help_contact-img {
				padding: 4px 15px 4px 15px !important;
			}
			
			#help_tel1 {
				display: none;
			}
			#help_tel2 {
				font-size: 14px !important;
				padding: 10px 0px 0px 0px;
				text-align: center;
			}

			#help_mail1 {
				display:none;
			}
			
			#help_mail2 {
				display: none;
			}
			
			#help_mail3 a{
				font-size: 14px !important;
				color: #c3203b;				
			}
		}	
		
 		@media only screen and (min-width: 1510px) and (max-width: 1660px){
		
			.slide-out-div {
				width: 125px !important;
			}
				
			.help {
				height: 370px !important;
				width: 125px !important;	
			}
			
			.help-header {
				height: 55px !important;
				background: url(stickysidebar/gradient_55.gif) repeat-x 0 0 !important;
			}
			
			.help-main {
				padding: 20px 20px 0px 20px !important;
			}
			
			.help-button {
				height: 30px !important;
				margin: 15px 0px 15px 0px !important;
			}
			
			.help_titel {
				height: 40px; 
				font-size: 16px;
				padding: 5px 0px 10px 0px;
			}
			
			.help_slogan {
				text-align: center !important;
			}
			
			.help_contact {
				font-size: 12px !important;
				text-align: center !important;
			}
			
			.help_contact-red {
				font-size: 12px !important;
				text-align: center !important;
			}
			
			.help_contact-img {
				float: top !important;
				padding: 4px 20px 8px 25px !important;
			}
			
			#help_tel2 {
				display: none;
			}
			
			#help_mail3 {
				display: none;		
			}
		}	

 		@media only screen and (min-width: 1660px) {
			#help_tel2 {
				display: none;
			}
			
			#help_mail3 {
				display: none;		
			}
		
		}
		
    .slide-out-div {
        width: 200px;
		z-index: 1000;
    }
    
	.handle {
		border-radius: 4px 0px 0px 4px;
		-webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
	}
	
	.handle-img {
		background: url(stickysidebar/contact_tab2.gif)
	}
	
	.help {
		height: 320px;
		width: 200px;
		position: absolute;
		padding: 0px;
		background-color: #ffffff;
		
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		line-height: 1.35;
		text-align: center;
		color: #333333;
		
		border-radius: 0px 0px 0px 4px;
		-webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
		
		background: url(stickysidebar/bg-contact-slider.gif) repeat-x 0 0;
		background-position: bottom;

	}
	
	.help-header {
		display:block;
		float:top;
		height: 32px;
		position: top;
		border-radius: 0px 0px 0px 0px;
		background: url(stickysidebar/gradient_32.gif) repeat-x 0 0;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		padding: 0px;		
	}
	
	.help-main {
		padding: 20px 30px 0px 30px;
		background-color: #ffffff;
	}
	
	.help-slogan {	
	}
	
	.help-button {
		height: 35px;
		border-radius: 4px;
		background-color: #4f4f4f;
		padding-top: 8px;
		margin: 25px 0px 20px 0px;
		 transition: background .25s ease-in-out;
		-moz-transition: background .25s ease-in-out;
		-webkit-transition: background .25s ease-in-out;
	}
	
	.help-button:hover {
		background: #7a7a7a;	
	}
	
	.help-contact {
	}
	
	.help_titel {
		height: 40px; 
		font-size: 16px;
		font-weight: 400;
		text-align: center;
		margin: 0px;
		padding: 5px 0px 10px 0px;
		color: #ffffff;
	}
	
	.help_slogan {
		font-size: 14px;
		text-align: left;
		margin-top: 0;
		color: #4f4f4f;
	}
	
	.help_button {
		font-size: 16px;
		margin-top: 0;
		color: #ffffff;
		text-decoration: none;
	}
	
	.help_contact {
		font-size: 12px;
		font-weight: 600;
		text-align: left;
		margin: 0;
		color: #4f4f4f;
	}
	
	.help_contact-red {
		font-size: 16px;
		font-weight: 600;
		text-align: left;
		text-decoration: none;
		margin: 0;
		color: #c3203b;
	}
	
	.help_contact-img {
		float: left;
		padding: 4px 15px 4px 0px;
	}

	#help_tel1 {
	}
	
	#help_tel2 {
		font-size: 14px !important;
		padding: 10px 0px 0px 0px;
		text-align: center;
	}

	#help_mail1 {
	}
	
	#help_mail2 {
	}
	
	#help_mail3 a{
		font-size: 14px !important;
		color: #c3203b;		