@charset "UTF-8";
/* Layout-Stylesheet */

@media all
{

/*****  Reset *****/
* {margin:0; padding: 0;}
option {padding-left: 0.4em;}
* html body * {overflow:visible;}
* html iframe, * html frame {overflow:auto;}
* html frameset {overflow:hidden;}
/*body {font-size: 100.01%;}*/
fieldset, img {border: 0 solid;}
div,ul,li {position: relative;}


/***** Hinweis ****/
#testhinweis {
  position: absolute;
  top: 2px;
  left: 2px;
  border: 1px solid #000;
  z-index: 100;
  padding: 3px;
  font-size: 11px;
}

/******************/
/***** Layout *****/
/******************/
/*
  background-image: url(../images/gfx/bg_style.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #7c828e;
*/

body {
  background-image: url(../images/gfx/bg_style.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #1f3c49;
	padding: 0 0 15px 0;
	
  text-align: left;
	font-size: 9pt;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

#page {
  width: 980px;
  margin: 0 auto; /* page centering */
  text-align:left; /* for old IE */
  position:relative;
  background: #fff url("../images/gfx/bg_page.gif") repeat-y top center;
}

#page_right {float:right; width: 200px;}
#page_center {float:left; width: 780px;} 

#page_right_inner {position:relative; padding: 10px 5px 10px 5px; text-align:center;}
#page_center_inner {position:relative; padding: 0; } 


/* Header */
#page_header {
  position:relative;
  height: 170px;
}

#page_header_logo {
  position:relative;
  left: 20px
}

#page_header_navig {
  position: absolute;
  left: 223px;
  top: 5px;
  width: 420px;
  text-align: center;
}

#page_header_button {
  position: absolute;
  right: 15px;
  top: 8px;
}

#page_header_search {
  position: absolute;
  left: 223px;
  top: 45px;
	width: 150px;
	height: 112px;
}

#page_header_search_inner {
	margin:5px 6px 0 6px;
	padding: 3px 8px 5px 8px;
	font-size:11px;
  background: #f5f7f8 url("../images/gfx/bg_contentbox.gif") repeat-x top center;
  border: 1px solid #cfd9df;	
	color:#4f6d83;
	line-height:18px;
}

#page_header_player {
  position: absolute;
  right: 10px;
  top: 45px;
}

#page_header_player_new {
  position: absolute;
  right: 10px;
  top: 45px;
  padding: 5px 5px 0 0;
}


/* Audio Player */
#player_alt {
  
}


/* Center Content */
#page_content {
  padding: 10px 15px 10px 20px;
}

#page_content_inner {
  float: left;
  width: 505px;
}

#page_content_inner_wide {

}

#page_content_right {
  float: right;
  width: 220px;
}


/* Member Menu */
#page_membermenu {
  background-color:#f7f7f7;
	border:1px solid #e4e7e9;
	padding:7px 9px 7px 9px;
	text-align:right;
	vertical-align:middle;
	margin: 10px 15px 5px 15px;
}


/* Footer */
#page_footer { 
  color:#333; 
  background: transparent url("../images/gfx/bg_page_footer.gif") no-repeat bottom center;
  padding: 8px 215px 10px 15px;
}



/******************/
/**** Content *****/
/******************/
.content_box {
  border: 1px solid #dae1e5;
  /*background: #f2f4f5 url("../images/gfx/bg_contentbox.gif") repeat-x top center;*/
  background: #f5f7f8 url("../images/gfx/bg_contentbox.gif") repeat-x top center;
  padding: 8px 8px 14px 8px;
  margin: 0 0 30px 0;
  overflow: hidden;
}

.content_rightside {
  border: 1px solid #dae1e5;
  background: #f5f7f8 url("../images/gfx/bg_contentbox.gif") repeat-x top center;
  padding: 8px 8px 8px 8px;
  margin: 0 0 12px 0;
  overflow: auto;
}

.content_rightside_help {
  border: 1px solid #dae1e5;
  background: #f5f7f8 url("../images/gfx/bg_contentbox.gif") repeat-x top center;
  padding: 8px 8px 8px 8px;
  margin: 0 0 12px 0;
  overflow: auto;
  font-size: 11px;
}

.content_rightside .new_albums .image,
.content_rightside .new_artists .image {
  float: left;
  padding: 3px;
  margin: 0 6px 8px 0;
  border: 1px solid #dae1e5;
  background: #fff;
}

.content_rightside .banner {
  text-align:center;
  padding: 0 0 6px 0;
}



/*  Headlines  */
h1,h2,h3,h4,h5,h6 { 
  font-family: Arial, Verdana, sans-serif;
  font-weight:bold; 
  color:#4f6d83;
}

h1 { font-size: 14px;}
h2 { font-size: 13px;}
h3 { font-size: 12px;}
h4 { font-size: 12px;}
h5 { font-size: 12px;}
h6 { font-size: 12px;}

h1 {
	/*background: #e6e9eb;*/
	/*border-bottom: 1px dotted #506c82;*/
	border-bottom: 1px dotted #9aaebe;
	text-align:left;
	padding: 0 0 6px 0;
	margin: 0 0 12px 0;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:active {
  font-size: 14px;
  font-weight:bold;
  text-decoration:underline;
}

h1 a:hover {
  font-size: 14px;
  font-weight:bold;
  text-decoration:underline;
}

h2 {
	/*background: #e6e9eb;*/
	border-bottom: 1px dotted #506c82;
	text-align:left;
	padding: 0 0 6px 0;
	margin: 0 0 12px 0;
}

h2 a {
  font-size: 13px;
  font-weight:bold;
  text-decoration:underline;
}

h2 a:hover {
  font-size: 13px;
  font-weight:bold;
  text-decoration:underline;
}

h3 {
	border-bottom: 1px dotted #506c82;
	text-align:left;
	padding: 1px 0;
	margin: 5px 0 4px 0;
}

.date {
	float:right;
	padding:2px 0px 0px 5px;
	text-decoration: none;
	font-weight:normal;
	color:#4f6d83;
	font-size:10px;
	font-family: arial, verdana;
}


/* Links */
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: underline;
	font-weight:normal;
	color:#4f6d83;
	font-family: arial, verdana;
}

a:hover {
	color:#4f6d83;
	text-decoration: underline;
}


/* Text */
.small {
	font-size:10px;
}

.small a:link,
.small a:visited,
.small a:active {
	text-decoration: underline;
	font-weight:normal;
	color:#4f6d83;
	font-size:10px;
	font-family: arial, verdana;
}

.small a:hover {
	color:#4f6d83;
	text-decoration: underline;
}


/* Mainnav */
.mainnav {
	line-height:16px;
}

a:link.mainnav,
a:visited.mainnav,
a:active.mainnav,
a:hover.mainnav {
	text-decoration: none;
	font-weight:normal;
	color:#4f6d83;
	font-size:12px;
	font-family: arial, verdana;
}

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

a:link.mainnav-sel,
a:visited.mainnav-sel,
a:active.mainnav-sel,
a:hover.mainnav-sel {
	text-decoration: none;
	font-weight:normal;
	color:#4f6d83;
	font-size:12px;
	font-family: arial, verdana;
	text-decoration: underline;
}

a:hover.mainnav-sel {
	text-decoration: underline;
}


/* Secnav */
a:link.secnav,
a:visited.secnav,
a:active.secnav,
a:hover.secnav {
	text-decoration: none;
	font-weight:normal;
	color:#4f6d83;
	font-size:11px;
	font-family: arial, verdana;
}

a:hover.secnav {
	color:#4f6d83;
	text-decoration: underline;
}

a:link.secnav-sel,
a:visited.secnav-sel,
a:active.secnav-sel,
a:hover.secnav-sel {
	text-decoration: none;
	font-weight:normal;
	color:#4f6d83;
	font-size:11px;
	font-family: arial, verdana;
	text-decoration: underline;
}

a:hover.secnav-sel {
	color:#4f6d83;
	text-decoration: underline;
}


/* Artistnav */
.artistnav {
  font-size: 11px;
}

a:link.artistnav,
a:visited.artistnav,
a:active.artistnav,
a:hover.artistnav {
	text-decoration: none;
	font-weight:normal;
	color:#4f6d83;
	font-size:11px;
	font-family: arial, verdana;
}

a:hover.artistnav {
	color:#4f6d83;
	text-decoration: underline;
}

a:link.artistnav-sel,
a:visited.artistnav-sel,
a:active.artistnav-sel,
a:hover.artistnav-sel {
	text-decoration: none;
	font-weight:normal;
	color:#4f6d83;
	font-size:11px;
	font-family: arial, verdana;
}

a:hover.artistnav-sel {
	color:#4f6d83;
	text-decoration: underline;
}

a:link.artist,
a:visited.artist,
a:active.artist,
a:hover.artist {
	text-decoration: none;
	font-weight:bold;
	color:#4f6d83;
	font-size:13px;
	font-family: arial, verdana;
}

a:hover.artist {
	color:#4f6d83;
	text-decoration: underline;
}


.next_artist {
	position: relative;
	float:right;
	padding:2px 11px 0px 5px;
	background: url(../images/gfx/arrow_right.gif) no-repeat right 4px;
}

a:link.next_artist,
a:visited.next_artist,
a:active.next_artist,
a:hover.next_artist {
	text-decoration: none;
	font-weight:normal;
	color:#4f6d83;
	font-size:10px;
	font-family: arial, verdana;
}

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

/*
a:link.next_artist,
a:visited.next_artist,
a:active.next_artist,
a:hover.next_artist {
  position: relative;
	float:right;
	padding:2px 11px 0px 5px;
	text-decoration: none;
	font-weight:normal;
	color:#4f6d83;
	font-size:10px;
	font-family: arial, verdana;
	background-image: url(../images/gfx/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}

a:hover.next_artist {
	color:#4f6d83;
	text-decoration: underline;
}
*/


/* Tabs */
#tabs {
	padding: 0 0 20px 0;
	/*padding: 0;*/
}
#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	background: url(../images/gfx/tab2_right.gif) no-repeat right top;
}
#tabs li a {
	display: block;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	font-size:11px;
	background: url(../images/gfx/tab2_left.gif) no-repeat left top;
}
#tabs li a:link, 
#tabs li a:visited { 
	color: #fff; 
}
#tabs li a:hover {
	color: #fff;
	text-decoration:underline;
	
}
#tabs .current {
	background-image: url(../images/gfx/tab2_right_down.gif);
}
#tabs .current a:link,
#tabs .current a:visited {
	background-image: url(../images/gfx/tab2_left_down.gif);
	color: #4f6d83; 
	text-decoration:none;
}


/* List Artists */
.artist_box {
  width: 225px;
  height: 150px;
  float: left;
}

.artist_box_inner {
  padding: 10px 2px 5px 2px;
  margin: 0 0 12px 30px;
  text-align: center;
  border: 1px solid #dae1e5;
  background: #fff;
}

.artist_box_inner span {
  color: #999;
  font-size: 10px;
}

.artist_box_inner img {
  padding: 0 0 2px 0;
}

/* Artists Info */
.artist_info_box {
  padding: 10px;
  margin: 8px 0 8px 0;
  border: 1px solid #dae1e5;
  background: #fff;
}

/* List Albums */
.album_box {
  width: 235px;
  height: 200px;
  float: left;
}

.album_box_inner {
  padding: 12px 2px 6px 2px;
  margin: 0 0 12px 20px;
  text-align: center;
  border: 1px solid #dae1e5;
  background: #fff;
}

.album_box_inner span {
  color: #999;
  font-size: 10px;
}

.album_box_inner img {
  padding: 0 0 2px 0;
}

/*  Artist Albumdetail  */
.album_tracklist {
  float: left;
  width: 335px
}

.album_description {
  float: right;
  width: 380px;
  margin-bottom: 15px;
}

.album_description span {
  color: #4f6d83;
}

.album_image_small {
  float: right;
  border: 1px solid #dae1e5;
	text-align: center;
	background: #fff;
	margin: 0 0 3px 8px;
}

.album_image_small img {
  margin: 8px;
}

/* Artist Albumdetail NEU!!!! */
#tracklist {
  float: left;
  width: 335px;
  margin-bottom: 15px;
}

#tracklist_inner {
  border: 1px solid #dae1e5;
  padding: 2px 3px 0px 3px;
  margin-bottom: 3px;
  clear: both;
  background: #fff;
}

#tracklist_inner h3 {
  border: 0;
  color: #999;
  padding: 3px 0 0 0;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 1px 0;
  border-top: 1px dotted #dae1e5;
}

#tracklist_inner h3:first-child {
  border-top: 0;
}

#tracklist_inner h3 .tracknumber {
  width: 20px;
  float: left;
  text-align: right;
}

#tracklist_inner h3 strong {
  border: 0;
  font-size: 11px;
  font-weight: normal;
	color:#4f6d83;
}

#tracklist_inner h3 .trackinfo {
  float: right;
}

#tracklist_inner ul {
  list-style: none;
  overflow: hidden;
  margin: 1px 0 3px 0;
  padding: 0 0 3px 20px;
/*  border-bottom: 1px dotted #dae1e5;*/
}

/*
#tracklist_inner ul:last-child {
  border-bottom: 0;
}
*/

#tracklist_inner ul li {
  height: 20px;
  float: left;
  margin: 0 2px 0 0;
}

.tracklist_play {background: url(../images/gfx/tracklist_play.gif); width: 45px;}
.tracklist_play a {display: block; width: 45px; height: 20px;}
.tracklist_play a:hover {background: transparent url(../images/gfx/tracklist_play.gif) 0px -20px no-repeat; width: 45px;}

.tracklist_download {background: url(../images/gfx/tracklist_download.gif); width: 69px;}
.tracklist_download a {display: block; width: 69px; height: 20px;}
.tracklist_download a:hover {background: transparent url(../images/gfx/tracklist_download.gif) 0px -20px no-repeat; width: 69px;}

.tracklist_sheet {background: url(../images/gfx/tracklist_sheet.gif); width: 79px;}
.tracklist_sheet a {display: block; width: 79px; height: 20px;}
.tracklist_sheet a:hover {background: transparent url(../images/gfx/tracklist_sheet.gif) 0px -20px no-repeat;	width: 79px;}

.tracklist_buy {background: url(../images/gfx/tracklist_buy.gif); width: 41px;}
.tracklist_buy a {display: block; width: 41px; height: 20px;}
.tracklist_buy a:hover {background: transparent url(../images/gfx/tracklist_buy.gif) 0px -20px no-repeat; width: 41px;}

.tracklist_video {background: url(../images/gfx/tracklist_video.gif); width: 48px;}
.tracklist_video a {display: block; width: 48px; height: 20px;}
.tracklist_video a:hover {background: transparent url(../images/gfx/tracklist_video.gif) 0px -20px no-repeat; width: 48px;}

.tracklist_slmima {
	background: url(../images/gfx/tracklist_slmima.gif) 0 0 no-repeat;
  font-size: 11px;
  padding: 3px 0 0 27px;
  vertical-align: center;
}

/*  Artist Gallery  */
.gallery_box {
  float: left;
  width: 140px;
  height: 105px;
  text-align: center;
}

.gallery_box_inner {
  /*
  padding: 6px;
  border: 1px solid #dae1e5;
  background: #fff;*/
}

.gallery_box img {
  padding: 6px;
  border: 1px solid #dae1e5;
  background: #fff;
}

/* Artist Videos */
#video_player {
  padding-bottom: 10px;
  text-align: center;
}

.video_text1 {
  float: left;
  width: 357px;
}

.video_text2 {
  float: right;
  width: 360px;
}

.video_text_inner {
  padding: 4px 6px 6px 6px;
  margin: 0 0 12px 0;
  border: 1px solid #dae1e5;
  background: #fff;
}

.video_text_inner p {
  padding: 0 0 4px 0;
}

.video_text_inner strong {
  color: #4F6D83;
}

.video_url {
  width: 342px;
}

.video_box {
  width: 362px;
  height: 88px;
  float: left;
}

.video_box_inner {
  padding: 7px;
  margin: 0 5px 12px 5px;
  border: 1px solid #dae1e5;
  background: #fff;
  font-size: 11px;  
}

.video_box_inner span {
  font-size: 11px;
}

.video_box_inner a,
.video_box_inner a:link,
.video_box_inner a:hover,
.video_box_inner a:active,
.video_box_inner a:visited {
  font-size: 12px;
  font-weight: bold;
}

.video_box_inner img {
  padding: 0 7px 0 0;
  float: left;
}

.video_description span {
  color: #4f6d83;
}


/* List Pages (Videos, Full Downloads, Sheets) */
.list_color1 {
  padding: 4px 8px;
  margin: 0 0 8px 0;
  border: 1px solid #dae1e5;
  background: #fff;
}

.list_color2 {
  padding: 4px 8px;
  margin: 0 0 8px 0;
  border: 1px solid #dae1e5;
  background: #eaedef;
}

.list_text {
  font-size: 11px;
  vertical-align: top;
}

.list_img {
  padding: 5px 0 0 0;
  vertical-align: top;
}

.list_text h3 {
  font-size: 12px;
  border: 0;
  margin: 2px 0;
  padding: 1px 0;
  font-weight: bold;
  color: #000;
}

.list_text p {
  margin: 1px 0 4px 0;
}

.list_thumb {
  width: 122px;
  padding: 6px 0;
  vertical-align: top;
}

.list_thumb img {
  background: #fff;
  border:1px solid #DAE1E5;
  padding: 3px;
}


/* Regeln für Bilder  */
.pic-left {
	float:left;
	padding-right:8px;
	padding-bottom:4px;
}

.pic-right {
	float:right;
	padding-left:8px;
	padding-bottom:4px;
}

.pic-top {
	padding-bottom:10px;
	margin: 0;
}

.pic-bottom {
	padding-top: 10px;
	margin: 0;
}

.pic-center {
  text-align: center;
	padding-bottom:8px;
}


/* Forms */
input.search {
	width:95px;
	height:13px;
	background-color: #f7f8f8;
	border: 1px solid #9aabb7;
	color:#4f6d83;
	padding-left:2px;
	margin: 0;
	font-size:9px;
}

input.member-email {
	width:120px;
	height:13px;
	background-color: white;
	border: 1px solid #9aabb7;
	color:#4f6d83;
	margin-left:3px;
	padding-left:2px;
	font-size:9px;
}

input.member-password {
	width:50px;
	height:13px;
	background-color: white;
	border: 1px solid #9aabb7;
	color:#4f6d83;
	margin-left:3px;
	padding-left:2px;
	font-size:9px;
}

input.go {
	width:17px;
	height:15px;
	margin:0;
	padding: 0 0 0 4px;
}

input.radio {
	margin-bottom:-3px;
}

input.textfield {
	background-color: white;
	border: 1px solid #9aabb7;
	color:#4f6d83;
	font-size:11px;
	padding-left:2px;
}

textarea.textfield {
	background-color: white;
	border: 1px solid #9aabb7;
	color:#4f6d83;
	font-size:11px;
	font-family: arial, verdana;
	padding-left:2px;
}

input.button {
	/*background: #5c778d url(../images/gfx/bg_button.gif) repeat-x center center;*/
	background: #6e889c;
	border-top: 1px solid #7d94a6;
	border-left: 1px solid #7d94a6;
	border-right: 1px solid #637a8c;
	border-bottom: 1px solid #637a8c;
	padding: 1px 5px 1px 5px;
	color: #fff;
	font-size: 11px;
	line-height: 10px;
}

form {
	margin:0px;
}


/* Page Navigation */
.page_navigation
{
	font-size:11px;
	text-align:center;
	margin-top:8px;
	margin-bottom:5px;
	padding:3px 0px 2px 0px;
}

.page_navigation a,
.page_navigation a:link,
.page_navigation a:visited,
.page_navigation a:active,
.page_navigation a:hover
{
	text-decoration: none;
	font-weight:normal;
	color:#4f6d83;
	font-size:11px;
	font-family: arial, verdana;
	padding:0px 1px 0px 1px;
	margin:0px 3px 4px 0px;
	border:1px #e4e7e9 solid;
	display: inline-block;
}

.page_navigation a:hover
{
	color:#4f6d83;
	text-decoration: none;
	border:1px #e4e7e9 solid;
	background-color:#f7f7f7;
}

.page_navigation span
{
	font-weight:normal;
	color:#4f6d83;
	font-size:11px;
	font-family: arial, verdana;
	border:1px #e4e7e9 solid;
	padding:0px 1px 0px 1px;
	margin:0px 3px 0px 0px;
	display: inline-block;
	background-color:#e6e9eb;
}


.warning {
  border: 1px solid #ff0000;
  background: #ffd5d5;
  color: #ff0000;
  font-weight: bold;
  padding: 5px;
  margin: 2px 0 15px 0;
}

.message {
  border: 1px solid #4f6d83;
  background: #dae0e5;
  color: #4f6d83;
  font-weight: bold;
  padding: 5px;
  margin: 2px 0 15px 0;
}


/* Tables */
.container_tableheader_left {
	background: #d2dbe0;
	font-weight:bold;
	padding:0px 3px 3px 7px;
	height:25px;
}

.container_tableheader_center {
  background: #d2dbe0;
	font-weight:bold;
	padding:0px 3px 3px 3px;
	height:25px;
}

.container_tableheader_right {
  background: #d2dbe0;
	font-weight:bold;
	padding:0px 7px 3px 3px;
	height:25px;
}

.container_table0_left {
	padding:2px 3px 3px 7px;
}

.container_table0_center {
	padding:2px 3px 3px 3px;
}

.container_table0_right {
	padding:2px 7px 3px 3px;
}

.container_table1_left {
	padding:4px 3px 4px 7px;
}

.container_table1_center {
	padding:4px 3px 4px 3px;
}

.container_table1_right {
	padding:4px 7px 4px 3px;
}

.container_table1 {
	padding:4px 5px 4px 8px;
}

.container_table2 {
	background: #e4e9ec;
	padding:4px 5px 4px 8px;
}







/***** Clearings *****/

/* http://yaml.de/en/documentation/basics/general.html */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* essential for Safari browser !! */
.clearfix { display: block }

/* overflow method for clearing floats */
.floatbox { overflow:hidden }


/***** End *****/
}
