@charset "utf-8";
/**
 * Farben für den Bereich 'service'
 */

/* Kopfzeile */
div#header{
	background-image: url(../../images/_layout/service/div-header.gif);
}

/* Fusszeile */
div#footer{
	background-image: url(../../images/_layout/service/div-footer.gif);
}

/* Sonstiges */
div.deco{
	background-image: url(../../images/_layout/service/div-box.gif);
}

/* Standardlinks */
a:hover, a-active{
	color: #999999;
}

/* Markierung */
.highlight{
	color: #999999;
}

/* Links - Mehr Info */
a.more:hover, a.more-active{
	background-image: url(../../images/_layout/service/a-more-over.gif);
}

/* Links - Weniger Info */
a.less:hover, a.less-active{
	background-image: url(../../images/_layout/service/a-less-over.gif);
}

/* Links */
a.more, a.more-active, a.less, a.less-active, a.print, a.print-active, a.download, a.download-active, a.zoom, a.zoom-active{
	color: #999999;
}

/* Pfad */
div#path a:hover{
	color: #999999;
}

/* Produktsuche */
div#search a:hover, div#search a.active{
	/* color: #C31559; */
}

/* Sprachauswahl */
div#language a{
	color: #999999;
	background-color: #282828;
}

/* Marginalnavigation */
div#navi-marginal a{
	color: #999999;
	background-color: #282828;
}

