/* Link definition */
body {
margin: 0;
padding: 0;
background: url('back_test.jpg') repeat;
}

/* Content definition */
.main {
position: relative;
margin: 0;
padding: 0;

}

.row {
position: relative;
float: left;
margin: 7px 0 0 7px;
padding: 0;
width: 70px;
}

.artistname {
position: absolute;
margin: 161px 0 0 7px;
padding: 0;
width: 378px;
height: 70px;
background-image: url('artistname.jpg');
}

.content_text {
visibility: hidden;
display: none;
position: absolute;
left: 777px;
top: 160px;
width: 225px;
height: 533px;
background-image: url('content_back.jpg');
padding: 0;
cursor: pointer;
}

.content_text p {
margin: 0 0 35px 2px;
font: 13px Arial, Verdana; 
color: #87aac0; 
text-decoration: none;
}

.item {
position: relative;
float: left;
margin: 0 0 7px 0;
padding: 0;
height: 70px;
width: 70px;
/*background: #cccccc;*/
}

img {
border: none;
}

.special {
position: absolute;
left: 666px;
top: 204px;
width: 258px;
height: 258px;
background: url('analoges-3d.gif') no-repeat;
}

/*div.item:hover {
background: #ffce88;
cursor: pointer;
cursor: hand;
}*/
