html, body {
    width: 100%;
    height: 100%;
}

html {
# unnecessary?
    overflow: hidden;
}

body {
    margin: 0px;
    font-family: sans-serif;
    background-color: #ffffff;
}

div#list {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    margin-left: 10px;
    overflow: auto;
}

div#map {
#    margin: 0px 0px 0px 300px;
    margin-left: 310px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 98%;
    border: 1px solid;
}

div#list table {
    font-size: xx-small;
}

div#list th {
    font-size: x-small;
    background-color: silver;
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
}

div#list * th a:hover {
    background-color: silver;
    color: #666666;
    cursor: pointer;
}

.clickable {
    color: #000066;
    background-color: transparent;
}

.clickable:hover {
    color: #000000;
    cursor: pointer;
    background-color: #00CCFF;
}

div.linemenu {
    font-size: small;
    margin-top: 2px;
    margin-bottom: 2px;
}

div.resinfo {
    width: 30ex;
    font-size: x-small;
}

hr {
    border-color: #669999;
    background-color: #669999;
    height: 1px;
    border-style: solid;
}

li {
    margin-left: 1.5em;
    margin-bottom: 1ex;
}

h1 {
    text-align: center;
    color: #669999;
    font-size: large;
}

h2 {
    color: #000000;
    background-color: #eeeeee;
    padding-left: 16px;
    border-left: 5px solid #36414d;
}

a:link {
    color: #000066;
    background-color: transparent;
}

a:visited {
    color: #990000;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: #3e09dd;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #000000;
    background-color: #00CCFF;
}

p#langtoggle {
    text-align: center;
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
}

div.listhead {
    font-size: small;
}

