@charset "utf-8";
/* CSS Document */

body {
    background-repeat: no-repeat;
    background-color: #000;
    font-size: 12px;
    color:#ccc;
    font-family:arial, sans-serif;
    margin-top:100px;
    padding:0px;

}

a:link {
    color:#fff;
    text-decoration:none;
	font-size: 12px;

}

a:visited {
    color:#fff;
    text-decoration:none;
	font-size: 12px;

}

a:focus {
    color:#fff;
    background-color:#000;
	font-size: 12px;

}

a:hover {
    color:#ff0000;
    text-decoration:none;
    background-color:#000;
	font-size: 12px;
}

a:active {
    color:#fff;
    background-color:#000;
	font-size: 12px;

}

th {
	text-align: left;
}


#start {
    position:absolute;
    height:190px;
    width:400px;
    margin:-95px 0px 0px -200px;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 0px;
    background-image:url(img/line.gif);
    overflow: hidden;
}

#wrapper {
    width:722px;
    margin: 0px auto;
    padding:0px;
}

#head {
    width:722px;
	height:90px;;
	margin-left: 2px;
}

#mitte {
    width:490px;
    height:1020px;;
    float:left;
    background-image:url(img/line.gif);
}

#rechts {
    width:190px;
    height:400px;
    float:left;
	margin: 0px;
	padding: 0px;
    background-image:url(img/line.gif);
}

#rechtsUnten {
	margin-top: 5px;
	width: 190px;
	float: left;
	text-align: right;
}

#mitte, #menu, #release, #releaseOld, #artist {
    padding:5px;
    margin-left: 2px;
    margin-right: 2px;
}

#releases {
    width:500px;
    height:415px;
    float:left;
}

#release {
	margin-bottom: 4px;
    width: 484px;
    height: 200px;
    background-image:url(img/line.gif);
    float:left;
}

#releaseOld {
	margin-bottom: 4px;
    width: 484px;
    height: 30px;
    background-image:url(img/line.gif);
    float:left;
}

#artists {
    width:490px;
    height:665px;
    float:left;
}

#artist {
    width:476px;
    float:left;
	background-image:url(img/line.gif);
    margin-bottom: 2px;

}

.channelLink {
	border: none;
}

.releaseThumb {
	margin-right: 10px;
	border: none;
	float: left;
}

.artistImg {
  margin-top: 20px;
}

.artistText {
  text-align: justify;
  padding-left: 5px;
}

.artistText h1{
  margin-top: 0px;
  font-size: 16px;
  border-bottom:1px solid white;
}


