/*-- Subnavi --*/

#mesatehscrollordiv {
	position: absolute;
	top: 275px;
	width: 60px;
	right: 10px;
	text-align: left;
	z-index:5;
}

#pfeillinks {
	position: absolute;
	height: 11px;
	width: 10px;
	right: 60px;
	top: 0px;
	left: 0px;
}


a.pfeillinkslink {
	background-image: url(../images/content_pfeil_links.gif);
	background-position: 0 -11px;
	display: block;
	height: 11px;
	width: 10px;
}

a.pfeillinkslink:hover {
	background-image: url(../images/content_pfeil_links.gif);
	background-position: 0 0px;
}

#pfeilrechts {
	position: absolute;
	height: 11px;
	width: 10px;
	right: 28px;
	top: 0px;
	left: 32px;
}

a.pfeilrechtslink {
	background-image: url(../images/content_pfeil_rechts.gif);
	background-position: 0 -11px;
	display: block;
	height: 11px;
	width: 10px;
}

a.pfeilrechtslink:hover {
	background-image: url(../images/content_pfeil_rechts.gif);
	background-position: 0 0px;
}

#uebersicht {
	position: absolute;
	height: 10px;
	width: 10px;
	right: 44px;
    top: 0px;
	left: 16px;
}

a.uebersichtlink {
	background-image: url(../images/content_listenbutton.gif);
	background-position: 0 -11px;
	display: block;
	height: 10px;
	width: 10px;
}

a.uebersichtlink:hover {
	background-image: url(../images/content_listenbutton.gif);
	background-position: 0 0px;
}

#pfeiloben {
	position: absolute;
	height: 10px;
	width: 11px;
	right: 44px;
	top: 0px;
	left: 16px;
}

a.pfeilobenlink {
	background-image: url(../images/content_pfeil_oben.gif);
	background-position: 0 -10px;
	display: block;
	height: 10px;
	width: 11px;
}

a.pfeilobenlink:hover {
	background-image: url(../images/content_pfeil_oben.gif);
	background-position: 0 0px;
}
