@media screen {
body {margin: 0em;padding: 0em;background: white none;color: black;
font-family: Arial, Helvetica, sans-serif;font-size: medium;}
#fixed {position: absolute;top: 2px;left: 1px;width: 13%;height: 100%;background: white;color: black;}
body > #fixed {position: fixed;}
#content {margin-left: 14%;padding: 1em;
font-family: Arial, Helvetica, sans-serif;font-size: medium;line-height: 1.5;}
#sidfot {background-color: #F6F6ED; text-align: center; font-size: 0.7em; padding-top: 0%;}
code, pre {font-family: monospace;font-size: large;font-weight: bold;background: transparent none;color: #000;}
.center { text-align: center; }
h1 {font-size:140%; margin: 0;padding: 0;}
h2 {font-size:130%; margin: 0;}
h3 {font-size:120%; margin: 0;}
h4 {font-size:110%; margin: 0;}
p {margin-top:0;margin-bottom:12px;}
a:link {color: ; text-decoration: none; } a:visited { color: ; text-decoration: none;}
a:active {color: ; text-decoration: none; } a:hover { color: ; text-decoration: none;}
#fixed a {display: block;text-decoration: none;padding: 0.3em;background: green none;color: white;
font-weight: bold;font-size: smaller;margin-bottom: 2px;}
#fixed a:hover {background: red none;color: white;}
div.address {border-top: 2px solid black;font-family: Arial, Helvetica, sans-serif;}
div.address img {border: 0px;text-align: left;}
}
@media print {
a { text-decoration: none; }
#head, .rubrik, #navbar, #fixed, border { display: none; }
#sidan { width:100%; line-height: 130%; font-size: 80%;}
#sidfot { line-height: 120%; font-size: 70%; border-top: 1px solid #000; }
}
