.scrollbar {
	position: relative;
	width: 100%;
	background: white;
	overflow: hidden;
	white-space: nowrap;
	border-bottom : 1px solid #0b4096;
}
.scrollbar img.arrow {
	display: none;
	position: absolute;
	top: 2px;
	z-index: 99;
}
.scrollbar:hover img.arrow {
	display: block;
}
.scrollbarContainer{
	position: relative;
	left: 0px;
	width: 250%;
	padding: 4px 0;
}
.scrollbarContainer a {
	display: inline-block;
	line-height: 40px;
	margin: 0 15px;
}
.scrollbarContainer a img {
	border: 0 none;
	vertical-align: middle;
	padding: 3px 0;
}

#footer div.scrollbar {
	margin-top: 2px;
}

#footer div.scrollbarContainer {
	padding: 0 0 3px 0;
}

a.joblaufband{
	line-height: 2.4em;
}

#jobarrow {
	top: 0px;
	height: 32px;
}
