html, body {
   background: #fff;
   color: #000;
   font-family: sans-serif;
}

.sideBlock {
   background: #cce;
   color: #000;
   float: left;
   width: 26%;
   border: 1px solid #000;
   padding-bottom: 0.5em;
}

.centerBlock {
   background: #fff;
   color: #000;
   float: left;
   width: 46%;
   margin-bottom: 0;
}

.centerBlock h2 {
   background: #933;
   color: #fff;
   border: none;
   border-top: 1px solid #000;
   width: 100%;
   font-weight: bold;
   font-size: medium;
   text-align: center;
   margin-top: 0;
   padding: 0.1em;
}

div.item {
   padding: 0 0.7em 0 1em;
}

.item h3 {
   background: #fff;
   color: #900;
}

.sideBlock h2 {
   background: #77a;
   color: #fff;
   border: none;
   width: 100%;
   font-weight: bold;
   font-size: medium;
   text-indent: 0.5em;
   margin-top: 0;
   padding: 0.1em 0;
}

.sideBlock div, .sideBlock p, .sideBlock ul {
   background: #cce;
   color: #000;
}

.sideBlock div, .sideBlock p, .sideBlock ul {
   margin-top: 0.2em;
}

.sideBlock li {
   margin-left: 0;
   background: #cce;
   color: #77a;
}

.sideBlock p, .sideBlock div {
   text-indent: 0.3em;
} 

.sideBlock a:link {
   background: #cce;
   color: #037;
}

.sideBlock a:visited {
   background: #cce;
   color: #636;
}

.sideBlock a:active {
   background: #ffc;
   color: #009;
   text-decoration: none;
}

.front {
   text-align: center;
   margin-bottom: 0;
}

.caption {
   margin-top: 0;
   text-align: center;
   font-size: small;
}

h1.headline {
   text-align: center;
   background: #77a;
   color: #fff;
   border: none;
   width: 100%;
   font-weight: bold;
   font-size: x-large;
   text-indent: 0.5em;
   margin-top: 0;
   padding: 0.1em 0;
   border: 1px solid #000;
}

.page h1 {
   background: #77a;
   color: #fff;
   border: none;
   width: 100%;
   font-weight: bold;
   font-size: large;
   text-indent: 0.5em;
   margin-top: 0;
   padding: 0.1em 0;
}

.page h2 {
   background: #cce;
   color: #000;
   border: none;
   width: 100%;
   font-weight: bold;
   font-size: medium;
   text-indent: 0.5em;
   margin-top: 0;
   padding: 0.1em 0;
}

.page p {
   padding: 0 5em 0 3em;
}

.page dl {
   padding: 0 5em 0 3em;
}
.page dt {
   font-variant: small-caps;
}

div.image {
   float: left;
   text-align: center;
   margin: 10px 10px 10px 10px;
}

img.image {
   border: black ridge 10px;
}

.back {
   background: #cce;
   color: #000;
   border: none;
   width: 100%;
   font-weight: bold;
   font-size: medium;
   text-indent: 0.5em;
   margin-top: 0;
   padding: 0.1em 0;
   clear: left;
   text-align: right;
}

.back a:link {
   background: #cce;
   color: #037;
}

.back a:visited {
   background: #cce;
   color: #636;
}

.back a:active {
   background: #ffc;
   color: #009;
   text-decoration: none;
}

.stat {
   text-align: right;
}

.stattotal {
   border-top: solid black 2px;
   text-align: right;
   padding-bottom: 2ex;
}

table {
   padding: 0 5em 0 3em;
}

div.note {
    width: 13cm;
    border: 1px solid black;
    margin: 5mm 5mm 0mm 5mm;
}

div.noteheader {
    background: #cce;
    color: #000;
}

div.notetext {
    padding: 10px;
    background: #fff;
    color: #000;
}

div.noteform {
    width: 13cm;
    border: 1px solid black;
    margin: 5mm 5mm 0mm 5mm;
    background: #cce;
    color: #000;
}

span.notename:before {
    font-weight: bold;
    content: "Författare:";
}

span.notedate {
    text-align: right;
}

span.notedate:before {
    font-weight: bold;
    content: "\ASkriven:";
}

span.noteip {
    visibility: hidden;
    width: 0;
}

.note h1 {
   background: #77a;
   color: #fff;
   border: none;
   width: 100%;
   font-weight: bold;
   font-size: large;
   text-indent: 0.5em;
   margin-top: 0;
   padding: 0.1em 0;
}

.note fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.note form {
    margin: 0;
    padding: 0;
}

li { 
    margin-left: 2em;
}
