* {
    padding: 0;
    margin: 0;
    font-family: arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: #222222;
    line-height: 16px;
}

body {
    background-color: #F5F5F5;
    background-position: center top;
    background-repeat: no-repeat;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

a img {
    border: 0;
}

#wrap {
    margin: auto;
    width: 932px;
}

#header {
    height: 123px;
    position: relative;

}

#logo {
    position: absolute;
    top: 40px;
    left: 40px;
}

#contentwrap {
    width: 652px;
}

#content {
    background-image: url("../images/contentbgm.png");
    background-repeat: repeat;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 8px;
    min-height: 480px;

}

#contenttop {
    background-image: url("../images/contentbgt.png");
    background-repeat: no-repeat;
    height: 7px;
}

#contentbt {
    background-image: url("../images/contentbgb.png");
    background-repeat: no-repeat;
    height: 7px;
    margin-bottom: 40px;

}

#leftcol {
    float: left;
    width: 202px;
    margin-left: 40px;
    overflow: hidden;
}

#maincol {
    float: left;
}

#content h2, #content h2 .newsdate {
    font-size: 16px;
    margin-bottom: 17px;
}

#navigation li {
    list-style: none;
    list-style-position: inside;
    line-height: 22px;
}

#navigation ul ul li {
    padding-left: 16px;
    list-style: square;
    list-style-position: inside;
}

#navigation li a {
    text-decoration: none;
}

#navigation li a.active, #navigation li a:hover {
    color: #990000;
}

#footer {
    margin-top: 27px;
}

#footer, #footer a, #footer p {
    color: #999999;
    font-size: 10px;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

h2 .newsdate {
    color: #999999;
    padding-left: 20px;
}

.newsitem {
    margin-bottom: 20px;
}

#datamaincol, #col2maincol {
    float: left;
    width: 380px;
    margin-right: 30px;
    overflow: hidden;
}

#datarightcol, #col2rightcol {
    float: left;
    width: 200px;

}

#col2maincol, #col2rightcol {
    overflow: hidden;
}

#timag {
    margin-bottom: 20px;
    max-width: 200px;

    position: relative;
    cursor: pointer;
}

#taihi {
    display: none;
    position: absolute;
    right: -10px;
    top: -8px;
}

table.composersList, table.artistsList, table.recordsList {
    width: 600px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-width: 0;
}

table.composersList td.last, table.artistsList td.last, table.recordsList td.last {
    width: 20px;
}

.composersList span a, .artistsList span a, .recordsList span a {
    width: 19px;
    height: 19px;
    display: block;
    text-align: center;
    padding-top: 1px;

}

.composersList span.active a, .artistsList span.active a, .recordsList span.active a {
    color: #990000;
    background-image: url("../images/active_bg.png");
    background-repeat: no-repeat;
}

.composersList span a:hover, .artistsList span a:hover, .recordsList span a:hover {
    color: #990000;
    background-image: url("../images/active_bg.png");
    background-repeat: no-repeat;
}

.composersList td.last  span a:hover, .artistsList td.last  span a:hover, .recordsList td.last  span a:hover {
    color: #990000;
    background-image: none;
    background-repeat: no-repeat;
}

.composerslistHeader, .artistslistHeader, .recordslistHeader {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}

.hIndex a {
    font-size: 15px;
    text-decoration: none;

}

.emptyIndex {
    color: #BBB;
    font-size: 15px;
    width: 19px;
    height: 19px;
    display: block;
    text-align: center;
    padding-top: 1px;

}

#taihi {
    z-index: 10000;
}

.shadowImage, .recordsImage, #taii, #taihi, .artistsImage, .composersImage {
    background-color: black;
    border: 1px solid black;

}

.composerslisting, .artistslisting, .recordsListing {
    position: relative;

}

.disable {
    background-image: url("../images/contentbgm.png");
    background-repeat: repeat;
    background-position: -2px;
    position: absolute;
    width: 100%;
    height: 100%;
}



table.image-list {
    width: 100;
    border-collapse: collapse;
    margin-top:20px;
}

.image-list td {
    width: 190px;
    padding-right: 20px;
}

.image-list td.col0 {

    padding-right: 0px;
}

td.image-list-img a {
    width: 190px;
    height: 190px;
    overflow: hidden;
    display: block;
}
td.image-list-img a img {
    width:190px;
}
td.image-list-img  {
    padding-top:10px;
    padding-bottom:10px;
}

td.image-list-txt {
    text-align: center;
    vertical-align:bottom;
}

td.image-list-txt a, td.image-list-details a {
    text-decoration:none;
}


td.image-list-txt a:hover, td.image-list-details a:hover {
    text-decoration:underline;
}

.image-list-placeholder {
    background-color: #DDD;
    width: 190px;
    height: 190px;

}

td.image-list-details {
    padding-bottom: 30px;
}

td.image-list-details a {
color: #990000;
}

.lrbold, .lrbold a {
    font-weight: bold;
}

.linkedrec a {
    text-decoration: none;
}

.spacerAfter1 {
    margin-bottom: 20px;
}

.spacerAfter2 {
    margin-bottom: 30px;
}

.spacerBefore1 {
    margin-top: 20px;
}

.spacerBefore2 {
    margin-top: 30px;
}

.adminfeedback {
    border: 1px #DD3300 solid;
    padding: 1em;
}

/** bilder Text **/
img.top {
    display: block;
}

img.left {
    float: left;
    margin-right: 10px;
}

img.right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

.ref a {
    text-decoration: none;
}

.ref a:hover {
    text-decoration: underline;
}

/**** ****/
#formChSp {
    display: none;
}

.adminhint {
    color: #444;
    font-size: 10px;
    font-style: italic;
    line-height: 12px;
}

#ctsettingsbutton {
    position: absolute;
    right: 0;
    top: 30px;
}

.line {
    border: 1px solid black;
    border-width: 1px 0 0 0;
    margin-top: 3px;
    margin-bottom: 3px;
}

.text-image {
    overflow: hidden;
}

.admin-hint {
    font-size:12px;
    color:#444;
    font-style:italic;
    border: 1px solid #666;
    padding:3px;
    margin:2px;
}