﻿/* main */

html {
    font-family: Arial;
    text-decoration: none;
    background-color: #e2e2e2;
    margin: auto;
}

body {
    position: inherit;
    width: 100%;
    margin: 0;
    background: transparent;
}

/* Id=Rubrik. Bakgrund och Header  */

#rubrik-bakgrund {
    position: relative;
    top: 0px;
    width: inherit;
    height: 48px;
    border-bottom: solid 2px black;
    background: transparent;
    text-align: center;
}

    #rubrik-bakgrund .isSelected {
        position: relative;
        top: 0px;
        width: inherit;
        height: 48px;
        border-bottom: solid 2px black;
        background: #bbbbbb;
        text-align: center;
    }

    #rubrik a {
    font-size: 2em;
    line-height: 1.8em;
    color: #777777;
    text-decoration: none;
}

    #rubrik a:hover {
        color: black;
    }

/* Slut Rubrik */

/* Id=contentview. Pdf presentationsyta */

#contentview {
    position: relative;
    top: 1px;
    float: left;
    background: #525659;
    width: 85%;
}

iframe {
    width: 100%;
}

/* Id=Sidebar. Höger sida fixed */

ul {
    position: relative;
    float: right;
    display: block;
    width: 15%;
    right: 0;
    top: 0;
    margin: 0;
    padding: 3% 0 0 0;
    list-style: none;
    text-decoration: none;
    background: transparent;
}

li a {
    font-size: 1.5em;
    line-height: 1.5em;
    display: block;
    padding-left: 5%;
    color: #777777;
    background-color: transparent;
    text-decoration: none;
}

li a:hover {
    color: black;
}

ul#sidebar li.isSelected a {
    background-color: #cccccc;
}


/* Slut Sidebar*/

h2 {
    font-size: 2em;
    padding-left: 10px;
}

/* Id=footer and the paragraph element */

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #707070;
}

p {
    font-size: 1em;
    line-height: 0.2em;
    text-align: center;
  }

/* -------------------------------------------------------*/
