body
{
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.25em;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

a
{
	color:#FFFFFF;
}
a:visited
{
	color:#999999;
}
a:active
{
	color:#666666;
}

a.playlist:link
{
   color: #000000;
}
a.playlist:visited
{
   color: #666666;
}
a.playlist:hover
{
	color:#E2A021;
	text-decoration: none;
}
a.playlist:active
{
	color:#333333;
}

a.soundcheck:link
{
   color: #FFFFFF;
}
a.soundcheck:visited
{
   color:#CCCCCC;
}
a.soundcheck:hover
{
	color:#E2A021;
	text-decoration: none;
}
a.soundcheck:active
{
	color:#666666;
}


hr.editorial-button
{
	padding: 0;
	border: none;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.50), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.50), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.50), rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.50), rgba(255,255,255,0));
	color: #333;
	text-align: center;
}
hr.editorial-button:after
{
	content:" ";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.5em;
	padding: 19px 1.7em;
	background: url(/img/diverse/ue_hr_button_d02.png) no-repeat scroll center;
	background-size: 50px 50px;
	height: 10px;
}

hr.charlinks-top-right
{
	border: none;
	border-top: 1px dashed #000000;
	text-align: center;
} 
hr.charlinks-top-right:after
{
	content: '\00203A\00203A\00203A';
	display: inline-block;
	position: relative;
	top: -0.75em;
	left: -12.0em;
	color: #FFFFFF;
	font-size: 1.0em;
	padding: -1.0em;
}

hr.charlinks-bottom-right
{
	border: none;
	border-top: 1px dashed #FFFFFF;
	text-align: center;
}
hr.charlinks-bottom-right:after
{
	content: '\00203A\00203A\00203A';
	display: inline-block;
	position: relative;
	top: -0.75em;
	left: 12.0em;
	color: #DDDDDD;
	font-size: 1.0em;
}

hr.superview
{
	width: 90%;
	height: 16px;
	display: block;
	margin: 0 auto;
	border: none;
	border-radius: 0 0 20px 20px;
	box-shadow: 3px 3px 6px #fefefe;
	background-color: #222222;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

hr.story2bandlist
{
	position: relative;
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin: 0px auto;
	border: 0;
}
hr.story2bandlist:before
{
	content: '';
	width: 50%;
	height: 30px;
	left: 25%;
	right: 25%;
	position: absolute;
	z-index: 50;
	border-bottom-left-radius: 1000px 100px;
	border-bottom-right-radius: 1000px 100px;
	box-shadow: 0px -1px 10px 5px rgba(256, 256, 256, .35);
}
hr.story2bandlist:after
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 100;
	border-bottom-left-radius: 1000px 100px;
	border-bottom-right-radius: 1000px 100px;
}

hr.end4bandlist
{
	position: relative;
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin: 0px auto;
	border: 0;
	/* Kasten rotieren, so daß der Schatteneffekt nach oben geht */
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	/* Rotieren Ende */
}
hr.end4bandlist:before
{
	content: '';
	width: 50%;
	height: 30px;
	left: 25%;
	right: 25%;
	position: absolute;
	z-index: 50;
	border-bottom-left-radius: 1000px 100px;
	border-bottom-right-radius: 1000px 100px;
	box-shadow: 0px -1px 10px 5px rgba(256, 256, 256, .35);
}
hr.end4bandlist:after
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 100;
	border-bottom-left-radius: 1000px 100px;
	border-bottom-right-radius: 1000px 100px;
}

.p_author
{
    color: #FFFFFF;
	text-align: right;
}
.n_author
{
    color: #FFFFFF;
	text-align: right;
}

.p_photo
{
    color: #FFFFFF;
	font-size:90%;
	text-align:right;
	border-top:2.5px solid #999999; padding-top:4px; margin-left:60%;
}
.n_photo
{
    color: #FFFFFF;
	font-size:90%;
	text-align:right;
	border-top:2.5px solid #999999; padding-top:4px; margin-left:60%;
}

.photoshadow
{
	box-shadow: 0 0 1px 0.5px #222222, 7px 7px 4px #666666;
}
.photoshadow-enlarge
{
	box-shadow: 0 0 1px 0.5px #222222, 10px 10px 7px #666666;
}

.extrainfo_button
{
	float: right;
	margin-right: 5%;
	margin-top: 1%;
	margin-bottom: 1%;
	cursor: pointer;
	border: none;
	background: url(/img/buttons/extra-info.gif) #000000;
	background-position: center;
	width: 88px;
	height: 40px;
	box-shadow: 5px 5px 3px #666666;
}
