﻿@media print {



html {
width:100%
}
body {
background: white;
font-size: 12pt; 
}

.logo {
font-size:20pt;
margin-bottom:20px;
color:#000000;
}
#header a.logo {text-decoration: none;}

img {
border: 0;
}



/* Hide Various Elements when printing */


div.skeKraft_menuLevel1_box, div.skeKraft_menuLevel2_box, .skipLinks, #footer, #search_box, .skekraft_breadcrumbs {
display: none;
}



/* Link Management */


a:link, a:visited {
color: #000000;
background: transparent;
font-weight: bold;
text-decoration: underline;
}
.primary a:link:after, #content a:visited:after {
content: ” (” attr(href) “) “;
font-size: 90%;
}
.primary a[href^=”/”]:after {
content: ” (http://www.skellefteakraft.se” attr(href) “) “;
}



}