@charset "utf-8";

div#container {
  background-color:#f48000;
}

div#header_left {
	background-image:url(img/logo_ttm.gif);
}

div#newsletter_form input.textfeld {
  background-color:#edb77c;
}

div.line {
  background-color:#f48000;
}

div.release {
	height:46px;
	background-color:#3f3947;
}

div.release_number {
	width:18px;
	margin-top:12px;
	margin-bottom:12px;
	height:18px;
	text-align:center;
	background-color:#C0C0C0;
	font-size:10px;
	color:#3F3947;
	padding-top:4px;
}

div.release_image {
  height:46px;
  width:46px;
}

div.release_image img {
  height:46px;
  width:46px;
  border:none;
  display:block;
  vertical-align:bottom;
}

div.release_name {
	width:114px;
	margin-top:9px;
	margin-bottom:9px;
	height:24px;
	text-align:right;
	background-color:#C0C0C0;
	color:#3F3947;
	padding-top:4px;
	padding-right:2px;
	line-height:10px;
	font-size:12px;
}

div.release_name span.artist {
	font-size:13px;
}

div.release_name span.title {
	font-size:9px;
}

div.release_name a {
	text-decoration:none;
}

div.release_name a:link,
div.release_name a:visited {
	color:#3F3947;
}

div.release_name a:hover,
div.release_name a:focus,
div.release_name a:active { color:#f48000; }

div.container_release {
	margin-bottom:10px;
}
div.release_headline {
	border-bottom: 1px solid black;
	margin-bottom: 4px;
}
div.container_release_content {
	position:relative;
}
div.container_release_content_links {
	width: 200px;
}
div.container_release_content_rechts {
	width: 253px;
	margin-left: 4px;
	padding-bottom: 17px;
}


div.container_release_content_image {
	width:200px;
}
div.container_release_content_image img {
	width:198px;
	display:block;
	vertical-align:bottom;
	border: 1px solid #CCCCCC;
}
div.container_release_track_box {
	border-bottom: 1px solid black;
	height: 19px;
	margin-top: 4px;
}
span.container_release_track_box_number {
	display: block;
	width: 25px;
	height: 19px;
	line-height: 19px;
	background-color: black;
	color: #CCCCCC;
	text-align: center;
	margin-right: 4px;
	font-size: 14px;
}
span.container_release_track_box_text {
	display: block;
	height: 19px;
	line-height: 19px;
	color: #CCCCCC;
	font-size: 10px;
}
span.container_release_track_box_play {
	display: block;
	width: 22px;
	height: 14px;
	line-height: 14px;
	background-color: black;
	color: #CCCCCC;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 14px;
}

div.container_release_track_box a { text-decoration:none; }

div.container_release_track_box a:link,
div.container_release_track_box a:visited { color: #CCCCCC; }

div.container_release_track_box a:hover,
div.container_release_track_box a:focus,
div.container_release_track_box a:active { color: #f48000; }

div.button_aktiv {
  color: #c42d2b;
  background-image:url(img/button_hintergrund_aktiv.gif);
}


div.partner {
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
	padding-top:0px;
	text-align:center;
	color:#CCCCCC;
	height:40px;
}
div.partner img {
	display: block;
	vertical-align: bottom;
	border: none;

}

p.news_content_button a:hover, p.news_content_button a:focus, p.news_content_button a:active {
	color: #f48000;
}
