/*       General        */

html {
        height: 100%;
}

body {
        background-color: #A7A7A7;
        background-image: url('../design/bg.gif');
        background-repeat: repeat-x;
        height: 100%;
        margin: 0px;
}

table {
        padding: 0px;
        margin: 0px;
        border-collapse: collapse;
}

td {
        vertical-align: top;
}

a {
        color: #1466E4;
        text-decoration: none;
}

a:hover {
        color: #1466E4;
        text-decoration: underline;
}

#top {
        background-image: url('../design/top.gif');
        width: 842px;
        height: 19px;
        position: relative;
        top: 0px;
}

#header {
        text-align: left;
        width: 842px;
        height: 85px;
}

#arrow1 {
        position: relative;
        left: 0px;
        top: 25px;
}

#arrow2 {
        position: relative;
        left: 40px;
        top: 8px;
}

#arrow3 {
        position: relative;
        right: 15px;
}

#x {
        position: relative;
        width: 58px;
        top: -17px;
        left: 384px;
}

#middle {
        height: 80%;
}

#table {
        background-color: #B9B9B9;
        background-image: url('../design/table-bg.gif');
        background-repeat: repeat-x;
        padding-right: 40px;
        padding-left: 40px;
        height: 600px;
        width: 842px;
        font-family: Lucida Grande, Lucida Sans Unicode, Arial;
        font-size: 10px;
        color: #525252;
}

#footer {
        background-image: url('../design/footer.gif');
        background-repeat: no-repeat;
        height: 30px;
        width: 842px;
        text-align: right;
}

#copyright {
        text-align: center;
        vertical-align: bottom;
        height: 10%;
}



/*      Music       */

.bandsreihe1 {
        background: url('../images/music/bands-rahmen1.gif');
        width: 100px;
        height: 100px;
        padding: 8px;
        vertical-align: middle;
        text-align: center;
}

.bandsreihe2 {
        background: url('../images/music/bands-rahmen2.gif');
        width: 100px;
        height: 100px;
        padding: 8px;
        vertical-align: middle;
        text-align: center;
}

.bandsreihe3 {
        background: url('../images/music/bands-rahmen3.gif');
        width: 100px;
        height: 100px;
        padding: 8px;
        vertical-align: middle;
        text-align: center;
}

#songsrahmen {
        background: url('../images/music/songs-rahmen.gif') no-repeat;
        width: 90px;
        height: 90px;
        padding: 8px;
        vertical-align: middle;
        text-align: center;
}


/*      Gfx       */

.comment {
        padding-left: 8px;
        padding-right: 8px;
        vertical-align: top;
        text-align: left;
}

#artwork_beschr {
        text-align: left;
        padding-left: 7px;
}

#artwork_icon {
        text-align: right;
        padding-right: 7px;
}

#photos1 {
        background-image: url('../design/gfx/photos/photos-bg1.gif');
        background-repeat: no-repeat;
        padding: 8px;
}

#photos2 {
        background-image: url('../design/gfx/photos/photos-bg2.gif');
        background-repeat: no-repeat;
        padding: 8px;
}
#bands_text {
		overflow: auto;
		width: 600px;
		height: 450px;
}