html {
/*    background: url("/kinderkantorei/John Atkinson Grimshaw - Shipping on the Clyde (1881).jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
    background: none;
}


body {
    position: relative;
    margin: 0;
    line-height: 1.6;
    font-size: 1.1em;
}


div#outer-frame {
    background: url("/img/John Atkinson Grimshaw - Shipping on the Clyde (1881).jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: fixed;
    width: 100%;
    min-width: 250px;

@media screen {
div#outer-frame {
    overflow: auto;
}
}

@media print {
div#outer-frame {
    overflow: hidden;
}
}

div#inner-frame {
    margin-left: 50px;
    margin-top: 40px;
    margin-bottom: 100px;
}



h1 {
	margin: 0px;
}

a {
}

a, a:link, a:visited, a:hover, a:active {
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:active { 
    text-decoration: underline;
}


.name a,
.name a:link {
    width: 300px;
    word-wrap: break-word;
    display: inline-block;
}

.name a:hover,
.name a:active { 
    background: #44f;
}

.name a:active,
.name a:hover {
    color: #EDF2FF;
}

.name a:link,
.name a:visited {
    color: #9BB8FF;
    text-decoration: none;
}






.freelink a,
.freelink a:link {
    word-wrap: break-word;
    display: inline-block;
}

.freelink a:hover,
.freelink a:active { 
    background: #44f;
}

.freelink a:active,
.freelink a:hover {
    color: #EDF2FF;
}

.freelink a:link,
.freelink a:visited {
    color: #9BB8FF;
    text-decoration: none;
}



.lighsdftbox a:link,
.lighsdftbox a:visited {
    color: black;
}

.lightsdfbox a:active,
.lightbosdfx a:hover {
    color: #EDF2FF;
}

pre p {
    margin-top: 7px;
}

pre li {
    margin-top: 7px;
    visibility: hidden;
}


ul li {
    list-style-type: disc;
    /*    line-height: 30px; */
    margin-bottom: 12px
}

ul li ul>li {
    /*    line-height: 22px; */
    margin-bottom: 7px;
}

p {
    margin-bottom: 12px;
}

ul {
    margin-top:7px;
}

div.darkbox {
    max-width: 800px;
}

#page-outer {
    font-size: 1em;
}

