﻿html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0 0 0 50px;
    font-size: 10pt;
    vertical-align: top;
}

#bgdiv {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -2;
}

.bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
}

.bgstripe {
    width: 50px;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    background-color: black;
    background-image: url('img/title.png');
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    z-index: 10;
}

#foot {
    margin-top: 2em;
    clear: both;
    margin-bottom: 10px;
    
}

.copyright {
    text-align: center;
    color: White;
    font-size: 80%;
    font-weight: bold;
    padding: 0 0 0 0;
}

.copyright > a, .copyright > a:link, .copyright > a:hover, .copyright > a:visited {
    color: White;
}

img {
    padding: 0 0 0 0;
}

.main {
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

#maincontainer {
    margin: 10px 10px 10px 10px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.headimg
{
    position: absolute;
    margin: -5px -5px 0 -5px;
    width: 700px;
    height: 60px;
}


.bookcontainer {
    width: 220px;
    background-color: White;
    border: solid 1px black;
    padding: 5px 5px 5px 5px;
    margin: 0 0 10px 0;
    float: left;
    
}

p, h1, h2 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    text-align: justify;
    margin: 0 0 0 0;
    padding-bottom: 5pt;
}

h1 {
    font-size: 120%;
    font-weight: bold;
}

h2 {
    font-size: 110%;
}


.hamarosan {
    color: White;
    font-weight: bold;
    text-align: center;
}

.separator
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 0;
    border: 0 0 0 0;
    clear:both;
    visibility: hidden;
}

a, a:link, a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: Maroon;
}

a h1, a h2 {
    background-image: url('img/doc_page.png');
    padding-left: 24px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.pic {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

.caption {
    font-size: 80%;
    text-align: center;
    padding-bottom: 1em;
}

.title {
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    border-bottom: solid 1px black;
    margin: 0 4em 1em 4em;
    padding-bottom: 0;
    display: block;
    clear: both;
}