/**
*	///////////////////////////////////////////////////
*	////////////// I C O N S //////////////////////////
*	///////////////////////////////////////////////////
*
*	Stylesheet fuer spezielle Linkklassen mit Icons
*
*	@author			: Norbert
*	@since			: 20061027
*	@version		: 1.16
*
*	///////////////////////////////////////////////// */

/**
*	########### Spezielle Link-Klassen: ############
* Documenten-Icons / Downloadlinks
*/
a.icon_pdf {
	background		: url(../images/icons/icon_pdf.gif) left no-repeat !important;
	padding			: 2px 0 2px 19px;
	line-height		: 16px;
	display			: inline;
}

a.icon_doc {
	background		: url(../images/icons/icon_doc.gif) left no-repeat !important;
	padding			: 2px 0 2px 19px;
	line-height		: 16px;
	display			: inline;
}

a.icon_ppt {
	background		: url(../images/icons/icon_ppt.gif) left no-repeat !important;
	padding			: 2px 0 2px 19px;
	line-height		: 16px;
	display			: inline;
}

a.icon_xls {
	background		: url(../images/icons/icon_xls.gif) left no-repeat !important;
	padding			: 2px 0 2px 19px;
	line-height		: 16px;
	display			: inline;
}

a.icon_zip {
	background		: url(../images/icons/icon_zip.gif) left no-repeat !important;
	padding			: 2px 0 2px 19px;
	line-height		: 16px;
	display			: inline;
}

a.icon_gif {
	background		: url(../images/icons/icon_gif.gif) left no-repeat !important;
	padding			: 2px 0 2px 19px;
	line-height		: 16px;
	display			: inline;
}

a.icon_jpg {
	background		: url(../images/icons/icon_gif.gif) left no-repeat !important;
	padding			: 2px 0 2px 19px;
	line-height		: 16px;
	display			: inline;
}

a.icon_eps {
	background		: url(../images/icons/icon_gif.gif) left no-repeat !important;
	padding			: 2px 0 2px 19px;
	line-height		: 16px;
	display			: inline;
}

a.icon_ {
	/*Error */
	background		: url(../images/icons/icon_sticky_new.gif) left no-repeat !important;
	color			: Red !important;
	padding			: 2px 0 2px 19px;
	line-height		: 16px;
	display			: inline;
}

a.icon_deleted {
	/*Error */
	background		: url(../images/icons/icon_deleted.gif) left no-repeat !important;
	color			: Red !important;
	padding			: 2px 0 2px 19px;
	line-height		: 16px;
	display			: inline;
}

a.lupe {
	background		: url(../images/icons/icon_lupe.gif) left no-repeat !important;
	height			: 16px;
	width			: 16px;
	display			: block;
	float			: right;
	margin			: 2px;
}

a.info {
	background		: url(../images/icons/icon_info.gif) left no-repeat !important;
	height			: 16px;
	width			: 16px;
	display			: block;
	float			: right;
	margin			: 2px;
}


/**
*	Spezialklassen Linkpfeile
*/
a.arrow_right{
	font-size		: 10px;
	font-weight		: normal;
	padding-right	: 8px !important;

}

a.arrow_left{
	font-size		: 10px;
	font-weight		: normal;
	padding-left	: 8px !important;
	background		: url(../images/icons/pfeil_blau_links.gif) no-repeat left ;
}

a.doublearrow_left{
	font-size		: 10px;
	padding-left	: 14px !important;
	background		: url(../images/icons/pfeil_blau_2links.gif) no-repeat left ;
}