/** Fjern hover - img **/
.boks { 
filter: Alpha(opacity=80); /* IE */ 
-moz-opacity: 0.8; /* Mozilla */  
} 
.pic, a.pic, a.pic img { 
filter: Alpha(opacity=100); /* IE */ 
-moz-opacity: 1.0; /* Mozilla */  
} 
a.pic:hover, a.pic:active, a.pic:hover img  {
-moz-opacity: 0.5;
filter: Alpha(opacity=50);
background-color: transparent;
text-decoration: none
}
#toppnav a.pic:hover, a.pic:active, a.pic:hover img  {
-moz-opacity: 0.5;
filter: Alpha(opacity=50);
background-color: transparent;
text-decoration: none
}

#footer a.pic:hover, a.pic:active, a.pic:hover img  {
-moz-opacity: 0.5;
filter: Alpha(opacity=50);
background-color: transparent;
text-decoration: none
}
/** Work Section **/
.printscreen  {
border: 0 #fff
}

a:hover .printscreen, #contentwork a:active .printscreen
  {
text-decoration: none;
background: #fff;
border: dotted 1px #600
}
