﻿/* main */

html {
    font-family: Arial;
    text-decoration: none;
    background-color: #e2e2e2;
    margin: auto;
}

body {
    position: inherit;
    width: 100%;
    margin: 0;
    background: transparent;
}

/* Pan and zoom  */

/** {
    padding: 0;
    margin: 0;
    outline: 0;
    overflow: hidden;
}

html, body {
    margin: 0;
    padding: 0
    width: 100%;
    height: 100%;
    overflow: hidden;
}
*/

#zoom-outer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 95%;
    height: 95%;
/*    border: solid 5px red;
    border-left: solid 1px blue;*/
    background-color: #99bbaa;
}

#zoom {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 95%;
    height: 95%;
    border: solid 3px #a2a2a2;
/*    border-left: solid 5px green;
    transform-origin: 0px 0px;
    transform: scale(1) translate(0px, 0px);*/
    cursor: grab;
    background-color: #b8e9fc;
    z-index: 0;
}

/*
div#zoom > img {
    position: page;
    top: 0px;
    bottom: 0px;
    margin: 2px;
    width: 99.7%;
}
*/

#previous-image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50px;
    margin: auto;
    width: 200px;
    height: 155px;
    border: solid 3px red;
    z-index: 1;
}

#next-image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 50px;
    margin: auto;
    width: 200px;
    height: 155px;
    border: solid 3px green;
    z-index: 1;
}

#tumme {
    cursor: grabbing;
}

/* 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=the-image */

/* 
    div#widgetview {
    margin: 0px auto;
    display: block;
} 
*/

/*
img#the-image {
    width: 80%;
}
*/

/* Slut Id=the-image */

/* Id=contentview. Pdf presentationsyta */

#contentview {
    position: relative;
    top: 0px;
    background: #e2e2e2;
    width: 85%;
}

#contentlist {
    position: absolute;
    right:0px;
    background: #bbbbbb;
    width: 15%;
}

/* 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;
}

/* -------------------------------------------------------*/
