﻿.ceus-helpdesk-link {
	position: fixed; 
	top: 40%; 
	z-index: 1000;
	right:-2px;
	
	background: url(../images/helpdesklink_hidden.png) no-repeat;
	width:15px;
	height:166px;
	
}

.ceus-helpdesk-link:hover, .ceus-helpdesk-link-hover {
	background: url(../images/helpdesklink_hover.png) no-repeat;
	width:39px;
	
}

/* Links Abstand für Feedback-Button einfügen */
/* BUG: Fügt ein Padding am linken Dock ein. Deshalb entfernt */
/*
.tdDockLeft {
	padding-right:6px !important;
}
*/