a {
	color: #999999;
}
a:hover {
	color: #D57227;
}
.navigation {
	font-size: 10px;
	line-height: 28px;
	background: #333333;
	border: 0px;
}
.navi_link {
	text-align: right;
	width: 160px;
	padding-right: 10px;
	background: url(../images/navi_hintergrund.gif);
}

.navi_link:hover {
	color: #D57227;
	background: url(../images/navi_hintergrund_hover.gif);
}	

.sidebar_link {
	text-align: left;
	width: 160px;
	padding-left: 10px;
	background: url(../images/side_hintergrund.gif);
}

.sidebar_link:hover {
	color: #D57227;
	background: url(../images/side_hintergrund_hover.gif);
}	
