html, body {
    height: 100%;
    margin: 0;
    background: #ffffff;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

header {
    position: absolute;
    height: 109px;
    width: 100%;
    left: 0;
    top: 0;
}
a {
    text-decoration: none;
    color: #000000;
}
p {
    margin: 0;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -24px;
}
.wide {
    overflow: hidden;
}
footer {
    background: #0099ae;
    color: #ffffff;
    font-size: 0.8em;
    text-align: center;
    padding: 3px 0 1px 0;
    width: 100%;
}

#searchresult {
    display: none;
}

.bgheader1 {
    background: #ffffff;
    height: 11px;
}

.bgheader2 {
    background: #0099ae;
    height: 31px;
}

.bgheader3 {
    background: #ffffff;
    height: 11px;
}

.bgheader4 {
    background: #6ab4a5;
    height: 56px;
}

#bgheader {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

#logo {
    position: absolute;
    top: 11px;
    left: 0;
}
#search {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
}
#search button {
    border: none;
    background-color: transparent;
}
#search div input {
    border: none;
    display: block;
    height: 32px;
    padding: 1px 5px;
    width: 100%;
    margin-left: 150px;
}
#search button {
    border: none;
    background-color: transparent;
    display: block;
    float: right;
    height: 32px;
    width: 32px;
    margin: 0 20px 0 20px;
    padding: 0;
    cursor: pointer;
}
#main {
    padding-top: 120px;
    padding-bottom: 2em;
}
#abc {
    text-align: center;
    width: 100%;
    padding: 11px 0 11px 0;
}
#abc a {
    display: inline-block;
    margin-right: 11px;
    font-size: 16px;
    font-weight: bold;
    color: #00616e;
    text-decoration: none;
}

div.letterlist {
    text-align: center;
    color: #ffffff;
    font-size: 1.5em;
    background-color: #4e767e;
    padding: 0.3em 0;
    width: 90%;
    margin: 0 auto;
}
@media (max-width: 960px) {
    ul.letterlist {
        list-style-type: none;
        column-count: 2;
        column-gap: 0.1em;
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
}
@media (max-width: 640px) {
    ul.letterlist {
        list-style-type: none;
        column-count: 1;
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
}
@media (min-width: 960px) {
    ul.letterlist {
        list-style-type: none;
        column-count: 3;
        column-gap: 0.1em;
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
}
ul.letterlist li {
    font-size: 1.2em;
    background-color: #e7edee;
    padding: 0.2em 0 0.2em 0.5em;
    margin: 0;
}
ul.letterlist li:nth-child(2n) {
    background-color: #f9fafb;
}
ul.letterlist li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

ul.albumslist
{
    list-style-type: none;
    width: 50%;
    padding: 0;
    margin: 0 auto;
}
ul.albumslist li {
    font-size: 1.2em;
    background-color: #e7edee;
    padding: 0.2em 0 0.2em 0.5em;
    margin: 0;
}
ul.albumslist li:nth-child(2n) {
    background-color: #f9fafb;
}
ul.albumslist li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

ul.songlist
{
    list-style-type: none;
    width: 50%;
    padding: 0;
    margin: 2em auto 0 auto;
}
ul.songlist li {
    font-size: 1.2em;
    background-color: #e3e2eb;
    padding: 0.2em 0 0.2em 0.5em;
    margin: 0;
}
ul.songlist li:nth-child(2n) {
    background-color: #f8f8fa;
}
ul.songlist li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.breadcrumbs ul {
    list-style-type: none;
}
.breadcrumbs ul li {
    display: inline-block;
}
.breadcrumbs ul li+li:before {
    padding: 8px;
    color: #202020;
    content: "›" /*"/\00a0";*/
}
.breadcrumbs ul li a {
    color: #00886c;
    font-weight: bold;
}

#content {
    margin: 0 auto 2em auto;
    text-align: center;
}
p.text {
    text-align: left;
    display: inline-block;
}
h1 {
    color: #0099ae;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
