﻿body, html {
    font-size:11px;
    font-family:Verdana, Helvetica, Arial;
    line-height:15px;
    background-image:url(/assets/baggrund.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:center top;
}

.floatFix {
    clear:both;
    height:1px;
    width:1px;
    overflow:hidden;
}

#page {
    width:980px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:30px;
    position:relative;
    overflow:visible;
}

a {
    color:#64027d;
}

ul {    
    margin:20px;
}
    ul li {
        margin-bottom:10px;
        list-style-type:square;
    }

a:hover {
    text-decoration:underline;
}

h6 {
    font-size:11px;
    text-transform:uppercase;
    float:left;
    margin:4px 0px 0px 6px;
    color:#64027d;
}

.top {
    width:980px;
    height:210px;
    background-image:url(/assets/playlist_top.png);
    background-repeat:no-repeat

}

.menu {
    width:220px;
    margin-left:40px;
    margin-bottom:20px;
    float:left;
}

.content {
    width:641px;
    margin-left:20px;
    margin-bottom:20px;
    float:left;
}

.midt {
    width:980px;
    position:relative;
    background-image:url(/assets/midten.png);
    background-repeat:repeat-y;
    height:auto;
}

input[type=text] { 
    background-color:White;
    border:0px;
    color:#333333;
    width:150px;
    margin:0px;
    padding:0px;
    height:18px;
}

table {
    width:404px;
}

table tr {
    padding-top:5px;
}

table tr td {
    margin:0px;
    padding:2px;
}

.statusText {
    float:none;
    color:#990000;
    font-size:9px;
    font-style:italic;
}

.alphabetFilter {
    margin-bottom:10px;
    margin-left:10px;
    height:16px;
}
.alphabetFilter a {
    text-decoration:none;
    display:block;
    float:left;
    width:12px;
    height:15px;
    text-align:center;
    /* background-color:white; */ 
    margin-left:2px;
}
.alphabetFilter a.active {
    background-color:#ddc;
}

.playlistMode a {
    text-decoration:none;
    color:#000;
    padding:2px;
    padding-left:3px;
    padding-right:3px;
    font-weight:bold;
}
.playlistMode a.active {
    text-decoration:none;
    color:#fff;
    background-color:#847849;    
    font-weight:bold;
}