/***********************************************************************************************/
/*  Alphabetischer Firmenverzeichnis-Index     (firmenverzeichnis/fia.htm, ...)                */
/*  Alphabetischer Programm-Index(Software A-Z) (programmverzeichnis/pih.htm, ...)             */
/***********************************************************************************************/

/* Umklammerndes DIV der einzelnen Programmeinträgen und Firmeneinträgen #pindexgen, #findexgen { */
#sgp_index_az {


}

#sgp_index_az p {
	background-color: #f7f7f7;
	margin-top:8px;
	margin-bottom:8px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	position: relative;
}

#sgp_index_az p .sgp_bs_liste {
    float: right;
    position: relative;
    top: -12px;
    right: 0px;
}

/* #pindexgen p img {vertical-align: middle; } */
/* #pindexgen p b { 	line-height: 1.4em; }*/

/**
/* Alphabetischer Firmenverzeichnis-Index (firmenverzeichnis/fia.htm, ...)
/***********************************************************************************************/

/* Umklammerndes DIV für die Firmenteaser */
.box_right {
	float:right;
	/* overflow:hidden; */
	position:relative;
  top:-8px;
}

.box_right img {
	margin-right:5px;
	border:none;
  /*	-moz-box-shadow: 0 1px 4px #797979;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#AAAAAA')";
  -webkit-box-shadow: 3px 3px 4px #AAA;
  box-shadow: 0 1px 4px #797979; */
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 5px;

}

/**
/* ENDE Alphabetischer Firmenverzeichnis-Index
/***********************************************************************************************/

/**
/* Alphabetischer Programm-Index(Software A-Z)(programmverzeichnis/pih.htm,..)
/***********************************************************************************************/

/***********************************************************************************************/
/* alphabetische Buchstabentabelle für Firmen,- Programme- u. IT-Verzeichnis 									 */
/***********************************************************************************************/

.sgp_verzeichnis_az_tab {
	/* width: 100%; */
	margin-top:20px;

	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	list-style: none outside none;
	overflow: hidden;
	padding-left: 17px;
	width: 99%;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 3px;
}

* html .sgp_verzeichnis_az_tab{
	width:97%;
}

.sgp_verzeichnis_az_tab li {
	padding:3px;
	float: left;
	width: 3.1%;
}
.sgp_verzeichnis_az_tab .sgp_sel_chr {
	font-size:1.4em;
	color:#000099;
}

/*
.sgp_verzeichnis_az_tab .sgp_unsel_chr {
	display: block;
	float:left;
	background-color: #f7f7f7;
	height: 20px;
	width: 20px;
	padding:1px;
	text-align: center;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:1.0em;
	cursor: pointer;
}
*/

/***********************************************************************************************/
/* ENDE alphabetische Buchstabentabelle für Firmen,- Programme- u. IT-Verzeichnis              */
/***********************************************************************************************/

.sgp_verzeichnis_az_tab .sgp_sel_chr {
   background-image: url("../sg_grafik/icons/symblib.png?version=20140304");
   background-position: -1525px -9px;
   color: #000099;
   cursor: pointer;
   float: left;
   font-size: 1em;
   height: 21px;
   padding: 0px;
   text-align: center;
   vertical-align: bottom;
   width: 22px;
   padding-top: 3px;
}

.sgp_verzeichnis_az_tab .sgp_unsel_chr {
   background-image: url("../sg_grafik/icons/symblib.png?version=20140304");
   background-position: -1502px -9px;
   color: #000099;
   cursor: pointer;
   float: left;
   font-size: 1em;
   height: 21px;
   padding: 0px;
   text-align: center;
   vertical-align: bottom;
   width: 22px;
   padding-top: 3px;
}

.sgp_verzeichnis_az_tab .sgp_unsel_chr:hover {
  background-position: -1525px -9px;
}


