@charset "utf-8";
/********************************************/
/* Datei: info-doku-icons.css				*/
/* Author: DH								*/
/* Datum: 13.01.2016						*/
/*											*/
/* definition on icons					    */
/* 											*/
/********************************************/

/* Icons
--------------------------------------------- */
.DIV-CLASS-IconCheck{
	background-image: url("actn010.gif?OpenImageResource");
	background-repeat:no-repeat;
	background-position: center;
	background-size: 18px 18px;		
	height: 18px;
	width: 18px;
	float: left;
	margin-right: 10px;
}

.DIV-CLASS-IconCross{
	background-image: url("actn011.gif?OpenImageResource");
	background-repeat:no-repeat;
	background-position: center;
	background-size: 18px 18px;		
	height: 18px;
	width: 18px;
	float: left;
	margin-right: 10px;
}

.DIV-CLASS-IconTrash{
	background-image: url("trash.gif?OpenImageResource");
	background-repeat:no-repeat;
	background-position: center;
	background-size: 18px 18px;		
	height: 18px;
	width: 18px;
	float: left;
	margin-right: 10px;
}

.DIV-CLASS-IconPDF{
	background-image: url("pdf_kl.gif?OpenImageResource");
	background-repeat:no-repeat;
	background-position: center;
	background-size: 18px 18px;		
	height: 18px;
	width: 18px;
	float: left;
	margin-right: 10px;
}
.DIV-CLASS-IconWeb{
	background-image: url("actn041.gif?OpenImageResource");
	background-repeat:no-repeat;
	background-position: center;
	background-size: 18px 18px;		
	height: 18px;
	width: 18px;
	float: left;
	margin-right: 10px;
}

.DIV-CLASS-IconBlank{
	background-image: url("ecblank.gif?OpenImageResource");
	background-repeat:no-repeat;
	background-position: center;	
	background-size: 18px 18px;	
	height: 18px;
	width: 18px;
	float: left;
	margin-right: 10px;
}

.DIV-CLASS-IconNeu{
	background-image: url("Navi_Neu.jpg?OpenImageResource");
	background-repeat:no-repeat;
	background-position: center;		
	height: 20px;
	width: 20px;
	float: left;
	margin-right: 5px;  
}