﻿html, body {
	height: 100%;
}

body,input,textarea {
	font-family: 'Times', serif;
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	overflow: hidden;
}

body.process {
	cursor: progress;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1 {
	font-size: 1.5em;
	margin: 0;
}

p {
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}

#startlayer {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	z-index: 9999;
	text-align: center;
}

#startlayer .oldbrowser {
	font-size: 48px;
	line-height: 48px;
	margin: 25px;
	text-align: left;
}

#startlayer>div {
	width: 827px;
	top: 50%;
	left: 50%;
	margin: -289px 0 0 -413.5px;
	display: block;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

#startlayer img {
	margin-bottom: 5px;
}

#startlayer .timer {
	//background: url('../img/track_buttons.png') no-repeat -188px 0 #fff;
}

#startlayer .timer:before {
	font-family: "fmscenariodingbats";
	content: 'E';
	padding-right: 15px;
}

.webkit #startlayer .timer {
	background-position: -188px 2px;
	padding-top: 3px;
}

#startlayer .timer,#startlayer .lang {
	float: left;
	margin-right: 35px;
}

#startlayer .current,#startlayer .lang {
	padding-top: 3px;
	display: inline-block;
	float: left;
	margin-right: 35px;
	display: none;
}

#mousetracker {
	position: absolute;
	z-index: 9999;
	display: none;
}

#mousetracker.tag {
	padding: 5px;
	color: #fff;
	opacity: 0.5; 
}

#mosaic_scrollarea {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#mosaic {
	margin: -500px auto auto -2500px;
	padding: 150px;
	box-sizing: border-box;
	width: 5000px;
	vertical-align: middle;
	overflow: hidden;
}

#mosaic>li {
	height: 75px;
	position: relative;
}

#mosaic_scrollarea {
	display: none;
}

#mosaic li ul,
#mosaic li span span,
#playlist_options,
.user_playlist_options {
	display: inline-block;
	padding: 5px 10px;
	-webkit-box-sizing: content-box;
}

#playlist_options,.user_playlist_options {
	padding: 0;
}

#mosaic li ul,
#mosaic li ul button,
#mosaic li span span {
	color: #726919;
}

#mosaic li span span span {
	padding: 0;
	position: relative;
}

#mosaic .pointer {
	font-family: "fmscenariodingbats";
	position: absolute;
	bottom: 27px;
	background-color: transparent !important;
	display: block;
	width: 100%;
}

#mosaic .active ul, 
#mosaic .active span span, 
#mosaic .active .addinfo, 
#mosaic .active .addinfofirst,
#mosaic li:hover ul, 
#mosaic li:hover span span,
#mosaic li:hover .addinfo,
#mosaic li:hover .addinfofirst,
#mosaic li:hover ul button {
	background-color: #726919;
	color: white;
}

#mosaic li, #playlist_options li, .user_playlist_options li {
	text-align: center;
	display: inline-block;
	//overflow: hidden;
	float: left;
}

.track_time {
	width: auto !important;
}

#mosaic ul {
	position: relative;
}

.add_info_box {
	position: absolute;
	text-align: center;
	left: 0;
	width: 100%;
}

#mosaic .track_time {
	margin-top: -4px;
}

#mosaic .add_info_box span {
	padding: 5px 10px;
	display: inline;
}

#mosaic .track_options {
	overflow: hidden;
	margin-top: -5px;
}

#mosaic .track_options li span {
	position: absolute;
	left: 70px;
	top: 0;
	display: none;
}

#mosaic .track_options li:hover span {
	display: block;
}

#mosaic button, #playlist_options button, .user_playlist_options button, #track_droparea .track_container button {
	background-color: transparent;
	border: 0 none;
	height: 15px;
	padding: 0;
	overflow: hidden;
	position: relative;
	display: inline;
	line-height: 0;
	vertical-align: top;
	cursor: pointer;
	font-family: "fmscenariodingbats";
	font-size: 18px;
	text-align: left;
}

.track_container.active {
	background-color: rgba(0,0,0,.5);
}

.user_playlist_options .track_time, #playlist_options .track_time {
	margin-left: 10px;
}

#mosaic .track_text button {
	width: 12px;
}

#mosaic .scrollUp {
	margin-right: -1px;
}

#mosaic .scrollUp button,
#mosaic .scrollDown button {
	width: 15px;
}

.track_playpause.pause button {
	margin-left: -100%;
}

.track_playpause button {
	width: 200%;
}

#mosaic li li, #playlist_options li, #playlist_options li, .user_playlist_options li {
	display: inline;
	overflow: hidden;
	width: 18px;
}

#mosaic ul,
#mosaic span,
#mosaic div {
	display: block;
	clear: both;
	white-space: nowrap;
}

#mosaic ul li, .user_playlist_options li {
	display: inline;
	margin-right: 2px;
}

#mosaic div {
	//height: 15px;
}

#mosaic span span, #mosaic div ul {
	//display: inline;
}

#textversion_imprint {
	display: none;
}

#footer {
	position: absolute;
	bottom: 0;
	z-index: 800;
	margin: 20px;
}

#footer li {
	display: block;
	margin-right: 20px;
	float: left;
}


#footer a {
	padding: 5px 10px;
	background-color: #000;
	color: #fff;
	display: block;
}

#search {
	position: relative;
}

.webkit #search {
	width: 240px;
}

#search input {
	border: 1px solid #ccc;
	height: 29px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	text-indent: 5px;
}	

input::-moz-placeholder
{
	color: #000;
	opacity: 1 !important;
}

input:-moz-placeholder
{
	color: #000;
	opacity: 1 !important;
}

input:-ms-placeholder
{
	color: #000 !important;
}

input::-moz-placeholder
{
	color: #000 !important;
	opacity: 1 !important;
}

input::-webkit-input-placeholder
{
	color: #000 !important;
	opacity: 1 !important;
}		

.webkit #search input {
	height: 32px;
}	

#search ul {
	position: absolute;
	bottom: 30px;
	white-space:nowrap;
	padding-left: 7px;
}

#search li {
	display: block;
	float: none;
	cursor: pointer;
}	

#search li.active {
	opacity: .5;
}	

#search_navi {
	margin-left: 10px;
	float: right;
	font-family: "fmscenariodingbats";
	height: 19px;
	display: none;
}

#search_navi a {
	background-color: transparent;
	padding: 0;
	color: #000;
	float: left;
	margin: 5px 10px 0 0;
}

#search_navi a:first-child {
	cursor: default;
	opacity: 0.5;
}

.webkit #search_navi a {
	margin-top: 8px;
}





/*#footer li:nth-child(1):hover a {
	color: red;
}

#footer li:nth-child(2):hover a {
	color: green;
}

#footer li:nth-child(3):hover a {
	color: blue;
}*/
