td.profilBar
    {
    background-image:        url(../../../../../profil/profilbar.png);
    }
div.profileBar  
    {
    margin:                  0px;
    padding:                 0px;
    width:                   100%;
    position:                relative;
    }
div.profileBar  div
    {
    width:                   150px;
    position:                absolute;
	
	
	/*GENAUE POSITIONIERUNG left = von LINKS; top = von OBEN -> augehend von der TD in der das DIV sitzt*/
	left:                    10px;
    top:                     12px;
	/*GENAUE POSITIONIERUNG*/
	
	
    }
div.profileBar  div table
      {
    background-image:        url(../../../../../profil/profilbar.gif);
    background-repeat:       no-repeat;
    width:                   150px;
    height:                  18px;
    border:                  0px;
    }

div.bgBar
    {
    background-color:        red;
    background-image:        url(../../../../../profil/profilbar.gif);
    background-repeat:       no-repeat;
    padding:                 0px;
    width:                   150px;
    height:                  18px;
    }
div.bgBar div
    {
    width:                   139px;
    margin:                  0px;
    padding:                 0px;
    }
div.bgBar div div
    {
    background-image:        url(../../../../../profil/profilbar_pointer.gif);
    background-repeat:       no-repeat;
    width:                   11px;
    height:                  13px;
    padding:                 0px;
    }


