/* 
    Document   : grupa
    Created on : 2008-06-26, 13:58:24
    Author     : dtroszyn
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* przy obrazkach grup produktowych*/
#opis_grupy
{
    font-weight: bold;
    color: #F29100;
    text-align: center;
}

/* baner z czlonkami grupy*/
#banner
{
    background-color: red;
    background: url(../img/back.jpg);    
 /*   width: 423px;*/
    /*height: 61px;*/
    margin-left: 261px;
    margin-top: 3px;
    clear: none;
    position: absolute;
    float: left;
}

#grupy {
    padding-top:4px;
    height: 22px;
  
}

#grupa{ 
    width: 96px; 
    height: 22px; 
    background: url(../img/grupa/grupa.jpg) top left no-repeat; 
    overflow: inherit;
    clear: none;
    float: right;
}

a#grupa_koelner { 
    width: 86px; 
    height: 22px; 
    background-color: red;
    background: url(../img/grupa/grupa_koelner.jpg) top left no-repeat; 
    overflow: inherit;
    clear: none;
    float: right;
}
a:hover#grupa_koelner { 
    background-position: 0 -22px;  
}

a#grupa_modeco { 
    width: 58px; 
    height: 22px; 
    background-color: red;
    background: url(../img/grupa/grupa_modeco.jpg) top left no-repeat; 
     overflow: inherit;
    clear: none;
    float: right;
}
a:hover#grupa_modeco { 
    background-position: 0 -22px;  
}


a#grupa_rawlplug { 
    width: 76px; 
    height: 22px; 
    background-color: red;
    background: url(../img/grupa/grupa_rawlplug.jpg) top left no-repeat; 
     overflow: inherit;
    clear: none;
    float: right;
}
a:hover#grupa_rawlplug { 
    background-position: 0 -22px;  
}

a#grupa_globus { 
    width: 61px; 
    height: 22px; 
    background-color: red;
    background: url(../img/grupa/grupa_globus.jpg) top left no-repeat; 
     overflow: inherit;
    clear: none;
    float: right;
}
a:hover#grupa_globus { 
    background-position: 0 -22px;  
}

a#grupa_rawl { 
    width: 39px; 
    height: 22px; 
    background-color: red;
    background: url(../img/grupa/grupa_rawl.jpg) top left no-repeat; 
     overflow: inherit;
    clear: none;
    float: right;
}
a:hover#grupa_rawl { 
    background-position: 0 -22px;  
}
a#grupa_srubex { 
    width: 70px; 
    height: 22px; 
    background-color: red;
    background: url(../img/grupa/grupa_srubex.jpg) top left no-repeat; 
     overflow: inherit;
    clear: none;
    float: right;
}
a:hover#grupa_srubex { 
    background-position: 0 -22px;  
}