/*
Layoutdatei für active-vision Webcontrols
(C) by active-vision.de
-----------------------------------------
Stand: Oktober 2007
-----------------------------------------
Version: 1
-----------------------------------------
*/


/* transparenz 
_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);color:#fff;
*/

/*
-----------------------------------------
Layout für Image Combobox 1.0
-----------------------------------------
*/

div.av_cbx
{
   z-index: 1;
  /* position:  fixed ; */
   border: 1px solid #7F7F7F;
   width: 178px;
}

div.schriften{
    background: #EFEFEF;
    z-index: 20;
    position: absolute;
	overflow: auto;
	width:300px;
	height:200px;
	border-bottom: 2px solid;
    border-top: 1px solid ;
    border-right: 2px solid ;
    border-left:1px solid ;
    border-color:  #7F7F7F;
   /* top: -15px;*/
}

.cbx_table 
{
    width: 100%;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
	width:100%px;
	border-bottom: 1px solid;
    border-top: 1px solid ;
    border-right: 1px solid ;
    border-left:1px solid ;
    border-color:  #7F7F7F;
}

tr.cbx_tr
{
    
    font-size: 1em;
    margin: 0px;
    padding: 0px;
	width:100%px;
	border-bottom: 1px solid;
    border-top: 1px solid ;
    border-right: 1px solid ;
    border-left:1px solid ;
    border-color:  #274871;
}

.cbx_td
{
    width: 11em;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
	width:100%px;
	border-bottom: 1px solid;
    border-top: 1px solid ;
    border-right: 1px solid ;
    border-left:1px solid ;
    border-color:  #EFEFEF;
}



