/* html-taggar */
form {
margin: 10;
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
}
body {
margin: 0;
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
}
input, select, textarea{
font-family : Verdana, Helvetica, sans-serif;
font-size : 11px;
}
table {
border: none;
empty-cells: show;
}
td {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
vertical-align: top;
padding-bottom: 10px;
border: none;
}
/* ------------------------------------------------------- */
/* Text och rubriker */
h2
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
padding-bottom: 8px;
margin: 0;
}
h3 {
font-size: 12px;
}
h4 {
font-size: 11px;
}
p.sectionHeadline
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: black;
}
span.sectionHeadline
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: black;
}
td.title {
color: black;
border-bottom: 1px solid black;
margin: 0px;
}
td.data {
color: black;
border-bottom: 1px solid black;
margin: 0px;
}
td.unit {
color: black;
border-bottom: 1px solid black;
margin: 0px;
}
/* ------------------------------------------------------- */
/* a-taggar */
a {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #0000FF;
text-decoration : none;
font-weight: bold;
}
a:hover
{
text-decoration : underline;
color: #000000;
}
/* ------------------------------------------------------- */
#page {
background-color: #ffffff;
}
#printpage {
width: 600px;
margin: 10px auto;
background-color: #ffffff;
border-color: #615c5c;
border-style: solid;
border-width: 2px;
}
#contentText {
width: 520px;
padding: 0 10px;
clear: both;
}
#contentTextWide {
width: 580px;
padding: 0 10px;
clear: both;
}