/* Copyright (C) 2006-2026, Sven Bjarke Gudnason */

body {
    background-image: url("bg.jpg");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font: 12pt Verdana, sans-serif;
}
h1 {
    margin-top: 10px;
    margin-bottom:0px;
    color: black;
}
a {
    text-decoration: none;
}
a:hover {
    color: red;
}


#container {
    background: white;
    margin-left: auto;
    margin-right: auto;
    float: center;
    padding: 5px 5px 5px 5px;
    border: black 1px solid;
    max-width: 1024px;
    align: center;
}
.greyfont {
    color: dimgrey;
}
.indent {
    margin-left:10px;
}
#foo{
    display:none;
}
#foolabel{
    display:none;
}

span.dropt{
    /*border-bottom: thin dotted;*/
    background: #ffeedd;
}
span.dropt:hover{
    text-decoration: none;
    background: #ffffff;
    z-index: 6;
}
span.dropt span{
    position: absolute;
    left: -9999px;
    margin: 10px 0 0 0px;
    padding: 3px 3px 3px 3px;
    border-style: solid;
    border-color:black;
    border-width:1px;
    z-index: 6;
}
span.dropt:hover span{
    left: 2%;
    background: #ffffff;
    margin: 20px 0 0 170px;
    z-index:6;
}
