/* Start of CMSMS style sheet 'komponister' */
td.komikonhojre,td.komikonvenstre { behavior: url(grafik/iepngfix.htc) }
 
table.komponister {
  width:100%;
}

table.komponistkasse {

margin-left: 10px;
margin-right: auto;
  width:130px;
  height:135px;
}

td.komponistspace {
  height:20px;
}

td.komponistbillede {
  height:90px;
  text-align:center;
}

td.komponistnavn {
  height:14px;
  font-size:8pt;
  padding-bottom:3px;
}

td.komikonvenstre {
  width:12px;
  height:21px;
  background-image: url(grafik/icon-ender-left2.png);

}

td.komikonhojre {
  width:12px;
  height:21px;
  background-image: url(grafik/icon-ender-right2.png);

}


td.komikonmidt {
  width:106px;
  height:21px;
  background-image: url(grafik/icon-background.jpg);
}

a.komponistcv {
  display:block; float:left;
     margin-left:1px; 
  margin-top:2px;
  width:16px;
  height:16px;
  background-image: url(grafik/cv-ikon-bw.png);
    background-repeat: no-repeat;
    background-position: left middle;
}

a.komponistcv:hover {
  background-image: url(grafik/cv-ikon.png);
}

a.komponistvaerker {
  display:block; float:left;
     margin-left:1px;
  margin-top:2px;
  width:16px;
  height:16px;
  background-image: url(grafik/vaerk-ikon-bw.png);
    background-repeat: no-repeat;
    background-position: left middle;
}

a.komponistvaerker:hover {
  background-image: url(grafik/vaerk-ikon.png);
}
a.komponistmail {
  display:block; float:left;
  margin-left:1px;  
  margin-top:2px;
  width:16px;
  height:16px;
/*  background: #FDFDFD url(grafik/email-ikon-bw.png) no-repeat fixed middle;*/
  background-image: url(grafik/email-ikon-bw.png);
  background-repeat: no-repeat;
    background-position: left middle;
}

a.komponistmail:hover {
  background-image: url(grafik/email-ikon.png);
}
a.komponistblog {
   display:block; float:left;
   margin-left:1px;   
     margin-top:2px;
  width:16px;
  height:16px;
  background-image: url(grafik/blog-ikon-bw.png);
    background-repeat: no-repeat;
    background-position: left middle;
}

a.komponistblog:hover {
  background-image: url(grafik/blog-ikon.png);
}
a.komponistmyspace {
   display:block; float:left;
      margin-left:1px; 
  margin-top:2px;
  width:16px;
  height:16px;
  background-image: url(grafik/myspace-ikon-bw.png);
    background-repeat: no-repeat;
    background-position: left middle;
}

a.komponistmyspace:hover {
  background-image: url(grafik/myspace-ikon.png);
}

a.komponistwww {
   display:block; float:left;
      margin-left:1px;
  margin-top:2px;
  width:16px;
  height:16px;
  background-image: url(grafik/www-ikon-bw.png);
    background-repeat: no-repeat;
    background-position: left middle;
}

a.komponistwww:hover {
  background-image: url(grafik/www-ikon.png);
}


/* End of 'komponister' */

