﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0.1 (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(/yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(/yaml/navigation/nav_slidingdoor.css);
@import url(/yaml/screen/basemod.css);
@import url(/yaml/screen/basemod_fullheight.css);
@import url(/yaml/screen/content.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(/yaml/print/print_003_draft.css); */




a {
    /*color:#990000;*/
    color:#006400;
    /*text-decoration:none;*/
    text-decoration:underline;
}

a:focus, a:hover, a:active
{
    /*background-color:#FFEEEE;*/
    background-color:#A0C544;
    color: #ffffff;
    /*text-decoration:underline;*/
    text-decoration:none;
}

body
{
    font-size:87%;
}

/* alter Player bereich */
#col1,
#playerbereich1
{
    margin-left:10px;
    width:490px;
}
/* neuer Playerbereich */
#playerbereich_slow {
    float: left;
    margin-left: 10px;
    width: auto;
}
#playerbereich_fast {
    float: left;
    margin-left: 10px;
     width: auto;
}

.track-details_slow,
.track-details_fast {
    clear: both;
    height: 20px;
    /*width: 448px;*/
    padding: 1px 6px;
    background: #eee;
    color: #222;
    font-family: monospace;
    font-size: 11px;
    line-height: 20px;
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
    padding-left: 15px;
    width: auto;
}
}
/*
.track-details_slow:before,
.track-details_fast:before {
    content: '♬ ';
}
*/
.track-details_slow em,
.track-details_fast em {
    font-style: normal; color: #999;
}

.hide_noten_gif {
    float: right;
}

#header
{
    /*font-size:2pc;*/
    font-size:2.5em;
    /*margin-bottom: 1pc;*/
    margin-bottom: 0.5em;
    background-image: url('/TunesWebsite/graphics/flute2.gif');
    background-repeat: no-repeat;
    background-position:10px 0px;
    height: 4.01em;
}


div#subheader
{
    font-size:0.85em;
    margin-top: -1em;
	padding-left: 13em;
    position:relative;
}


#topnav
{
    margin-right: 20px;
}

#background
{
    position:absolute;
    z-index:1;
    width:100%;
    height:100%;
}

#header p
{
    margin-left: 115px;
    /* Version wenn ... and some input from the Sliabh Luachra vorhanden ist dann 17px*/
    /*padding-top: 17px;*/
    /* Version OHNE ... and some input from the Sliabh Luachra vorhanden ist dann 53px*/
    padding-top: 42px;
    /*color: #00ff00*/
    /*color: #CCFFCC;*/
    font-family:Times New Roman;
    font-size: 1.2em;
}

#header p,
div#subheader
{
	color: #FFFFCC;
	font-family:Times New Roman;
}

/* alter Playerbereich */
#col1_content,
#playerbereich1_content
{
    border:1px solid #000000;
    margin:3px 0px 4px 3px;
    padding:0pt 10px 0pt 5px;
    height:186px;
    overflow:auto;
    margin-top:7px; /* Oberer Abstand des Rahmens zur Trennlinie muss uebereinstimmen mit linkbox_out*/
}

#playerbereich1_content
{
    border:none;
    height:65px;
    overflow:hidden;
}

.coll_content_element, .coll_content_element li
{
    /*border:1px solid #000000;*/
    list-style-type: none;
    margin-left: 0px;
    /*line-height: 1em;*/
    padding:0;
}

/*
a:focus,
a:hover,
a:active
{
    background-color: #EEEEAA;
}
*/
/*.coll_content_element li#current, .coll_content_element li.current*/
.coll_content_element li#current_tune
{
    background-color: #EEEEAA;
    list-style-type: none;
    margin-left: 0px;
    /*line-height: 1em;*/
    padding:0;
}

/*col1*/

.coll_content_element li#current_tune a:focus,
.coll_content_element li#current_tune a:hover
{
    background-color: #EEEEAA;
    color:#006400;
}


.coll_content_element a
{
    text-decoration: none;
}

.coll_content_element a:hover
{
    text-decoration: underline;
    background-color: #FFE4B5;
    color:#006400;
}


.coll_content_element li:hover
{
    background-color: #FFE4B5;
}

#nav
{
    font-size:120%;
}




#source_comment, #linkbox, #source_comment_ohneLinkbox, #linkbox_out
{
    /*border:1px solid #000000;*/
    /*margin:1px 0px 4px 3px;*/
    /*margin: 1px 0 6px 0;*/
    margin: 1px 0 3px 0;
    padding:0px 0px 0px 5px;
    /*height:150px;*/
    height:146px;
    overflow:auto;
}

#linkbox_out
{
    border:1px solid #000000;
    /*margin:3px 0px 4px 3px;*/
    margin:1px 0px 4px 3px;
    /*height:30px;*/
    height:186px;
    margin-top:5px; /* Oberer Abstand des Rahmens zur Trennlinie muss uebereinstimmen mit #col1_content,#playerbereich1_content */
                    /* da hier ein 2px Abstand davor ist muss dieses Mass 2 px kleiner sein */
}

#linkbox
{
    /*border:1px solid #000000;*/
    /*margin:3px 0px 4px 3px;*/
    margin:3px 0px 4px 0px;
    height:30px;
}

#source_comment_ohneLinkbox
{
    /*height:185px;*/
    height:182px;
    /*border: 1px solid #999;*/
}

div#source_comment_ohneLinkbox p
{
    /*border:1px solid #000000;*/
    line-height:1.1em;
    margin:0 0 0.1em;
}

div#source_comment_ohneLinkbox p.other_names,
div#source_comment_ohneLinkbox p.first_played,
div#source_comment_ohneLinkbox p.Composer,
div#source_comment_ohneLinkbox p.tune_combinations
{
    font-weight: bold;
    /*margin-left: 0.2em;*/
    /*padding-left: 0.7em;*/
}


ul.first_played,
ul.first_played li,
ul.Composer,
ul.Composer li,
ul.tune_combinations,
ul.tune_combinations li
{
	/*margin-left: 0px;*/
	margin-left: 3px;
	list-style-type: none;
}

ul.other_names,
ul.other_names li
{
	margin-left: 10px;
	list-style-type: inherit;
}

#col3,
#infobereich1
{
    margin:0pt 5pt 0pt 500px;
}

#infobereich1 {
    /*clear: both;*/
    float: right;
    height: auto;
    margin-left: 0px;
    position: relative;
}

#col3_content_abstand_oben, .col3_content_abstand_oben
{
    height: 2px;
}

.player_info
{
}
.player_info_beschriftung, .player_info_beschriftung_fast
{
    font-size:0.8em;
    position:relative;
    top: -22px;
    left: 19px;
}

.player_info_beschriftung_fast
{
    left: 18px;
}

.player_player
{
    position:relative;
    top: 15px;
    left: -64px;
}

#keys_info
{
    font-size:0.7em;
    position:relative;
    top: -5px;
    left: 19px;
	float: left;
	/*display: none;*/
}


#footer
{
    max-width:100%;
}

#rechtsfooter
{
    float:right;
}


#noten
{
    clear: both;
    margin-top:30px;
    /*border:1px solid #000000;*/
}
div#noten img,
div#noten {
    width: 100%;
}

#teaser
{
    margin-top:11px;
	padding-top: 2px;
}


#nav_main ul
{
    padding:0 0 0 50px;
}

#tune_no
{
    float:right;
    margin-right:10px;
    padding-right:1px;
    text-align:right;
    width:8em;
    /*border: 1px dotted #000000;*/
    color: #C0C0C0;
    height: 16px;
}

#PlayInfo
{
    margin-left:1.4em;
}

#privacy,
#imprint,
.uebersicht_wide,
#search,
#admin_rahmen,
.top_hit_liste,
.last_changed_liste
{
    margin-left: 5em;
    margin-right: 5em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.uebersicht_wide
{
    padding-top: 2em;
}

#search
{
    /*margin-left: 2em;*/
    margin-left: 5em;
}




/*----------------------------------------------------------*/
/* standard_session
/*----------------------------------------------------------*/
.standard_session
{
    margin-left: 5em;
    margin-right: 5em;
    margin-top: 2em;
    margin-bottom: 2em;

}


#search .uebersicht_wide
{
    margin-left: 0.5em;
}


/*----------------------------------------------------------*/
/* uebesicht_wide
/*----------------------------------------------------------*/

.uebersicht_wide h1
{
    /*margin-top: 1em;*/
    margin-top: 0em;
}

div.uebersicht_wide ul.coll_content_element,
div.top_hit_liste ul.coll_content_element
{
    margin-left: 1em;
}

div.uebersicht_wide ul li div.tune_no,
div.top_hit_liste ul li div.tune_no,
div.top_hit_liste ul li.top_hit_liste_ueberschrift div.tune_no
{
    color: #C0C0C0;
    width: 3em;
    float: left;
}

td.tune_no_td
{
    color: #C0C0C0;
    padding-right: 0.8em;
    text-align: right;
}

.callsL_td
{
    padding-right: 0.7em;
    text-align: right;
}

.top_hit_liste_ueberschrift_tr,
tr.top_hit_liste_ueberschrift_tr td
{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

div.uebersicht_wide ul li span#calls,
div.top_hit_liste ul li span#calls
{
    /*color: #C0C0C0;*/
    color: #6F6F6F;
    width: 4em;
    padding-right: 3px;
    float: right;
}

div.top_hit_liste ul li div.callsL,
div.top_hit_liste ul li.top_hit_liste_ueberschrift div.callsL
{
    color: #6F6F6F;
    width: 4em;
    padding-right: 3px;
    float: left;
}

.tunetype_small
{
    color: #C0C0C0;
    font-size:0.85em;

}



div.uebersicht_wide ul li div.filename,
div.top_hit_liste ul li div.filename,
div.top_hit_liste ul li.top_hit_liste_ueberschrift div.filename
{
    float: none;
    left:  4em;
}


div.top_hit_liste ul li.top_hit_liste_ueberschrift,
div.top_hit_liste ul li.top_hit_liste_ueberschrift div.callsL,
div.top_hit_liste ul li.top_hit_liste_ueberschrift div.tune_no,
th.top_hit_liste_ueberschrift,
th span.tunetype_small
{
    /*background-color: #C0C0C0;*/
    background-color: #EFEFEF;
    color: #000000;
}

.tune_no_th
{
    text-align: center;
}

.top_hit_liste_ueberschrift_tr:hover
{
    background-color: #FFE4B5;
}


#footer a:focus,
#footer a:hover,
#footer a:active
{
    /*background-color:transparent;*/
    color:#000000;
    /*text-decoration:underline;*/
}



input.search_input
{
	color: #00008B;
	background-color: #EEEEAA;
	border: 1px inset #00008B;
	/*width: 450px*/
	width: 25em;
}

form p.searchInput
{
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}


form p.searchInput label
{
	font-weight: bold;
	float: left;
	width: 6em;
}

.searchbutton
{
		margin-top: 0px;
		margin-bottom: 15px;
}


#playerbereich1
{
    float:left;
    /*width:200px;*/
    z-index:1;
}
#playerbereich1_content, #infobereich1_content
{
    position:relative;
}

.versteckt
{
    display: none;
}

.keyboardhelp
{
	/*background-color:#80FF80;*/
	/*background-color:#CCFF66;*/
	background-color:#FFFFFF;
	color:#000;
	display: none;
	/*position:relative;
	top: -220px;
	left: 20px;
	height: auto;*/
}

#infobereich1
{
	height: auto;
}
#infobereich1_content
{
	height: 3.5em;
 /*   margin-top: 1em; */
}

#not_logged_in h1
{
	padding-top: 1em;
	padding-left: 3em;
}

#not_logged_in p
{
	padding-top: 0.1em;
	padding-left: 6em;
}

#not_logged_in h1,
#not_logged_in a,
#not_logged_in a:hover
{
	color: #AAAACC;
}
#not_logged_in a:hover
{
    background-color:#FFFFFF;
    text-decoration: underline;
}
span.hide_noten_gif a
{
    display:inline;
}

span.hide_noten_gif a#slideHelp
{
    margin-left:4em;
    margin-right:1em;
    float: right;
}

/*----------------------------------------------------- */
/* Statistik-Bereich                                    */
/*----------------------------------------------------- */
#statistik h1
{
    padding-top: 30px;
}

#statistik .kleininfo
{
	font-size: 10px;
	color: #AAAACC;
	text-align: right;
}

#statistik div.TopLink
{
	margin-bottom: 6px;
	/*background-color: #A0C544;*/
}

#statistik div.TopLink a,
#statistikTable td.topLinkSpalte a
{
	border: 1px solid #A0C544;
	background-color: #C9F76F;
	padding: 2px;
	text-decoration: none;
	font-size: 10px;
}

#statistik div.TopLink a:hover,
#statistikTable td.topLinkSpalte a:hover
{
	/*text-decoration: underline;*/
	background-color: #A0C544;

}

#statistikTable th,
#statistikTable td
{
	border: 1px solid #CCCCCC;
}

#statistikTable th
{
	border: 1px solid #A2949D;
}


#statistikTable th.topLinkSpalte,
#statistikTable td.topLinkSpalte
{
	border: none;
	border: 0px solid #ffffff;
	background-color: #ffffff;
}

.fixed {
    position: fixed;
}

#combiplayer_platzhalter {
    display: none;
}
#combiplayer_platzhalter.combiplayer_platzhalter_mit_fixed {
    display: block;
    height: 34px;
    width: 70%;
    border: 1px solid yellow;
}



/* run-Button bei TuneCombination */
span.run {
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 18px;
    position: relative;
    top: 2px;
    color: #a0c544;
    padding-left: 1px;
    padding-right: 1px;
}

span.run:hover {
    color: #006400;
}

/* Dialog mit einem Schatten versehen */
.ui-dialog {
    box-shadow: 8px 8px 8px;
}



/* Orignal Player */
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
  background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
  background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
}
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
  background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
}
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
  text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis;
}
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap;
}

.audiojs .play { background: url("$1") -2px -1px no-repeat; }
.audiojs .loading { background: url("$1") -2px -31px no-repeat; }
.audiojs .error { background: url("$1") -2px -61px no-repeat; }
.audiojs .pause { background: url("$1") -2px -91px no-repeat; }

.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }

.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }
/* Orignal Player Ende*/


/* Aussehen des Players */
.audiojs {
    background: #404040;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
    /*background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);*/
    background-image: -moz-linear-gradient(center top, #CCCCCC 0%, #DDDDDD 50%, #DDDDDD 51%, #CCCCCC 100%);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.audiojs.playing {
    background: #404040;
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e4f7d9), color-stop(0.5, #b9f993), color-stop(0.51, #e4f7d9), color-stop(1, #e4f7d9));*/
    /*background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);*/
    background-image: -moz-linear-gradient(center top, #e4f7d9 0%, #b9f993 50%, #b9f993 51%, #e4f7d9 100%);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.audiojs.pause {
    background: #404040;
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e4f7d9), color-stop(0.5, #b9f993), color-stop(0.51, #e4f7d9), color-stop(1, #e4f7d9));*/
    /*background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);*/
    background-image: -moz-linear-gradient(center top, #e4f7d9 0%, #b9f993 50%, #b9f993 51%, #e4f7d9 100%);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.audiojs .time {
    color: #000;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.audiojs .time em {
    color: #000;
    font-style: normal;
    padding: 0 2px 0 0;
}


.audiojs .play { background: url("/TunesWebsite/script/audiojs/player-graphics_green_002.gif") -2px -1px no-repeat; }
.audiojs .loading { background: url("/TunesWebsite/script/audiojs/player-graphics_green_002.gif") -2px -31px no-repeat; }
.audiojs .error { background: url("/TunesWebsite/script/audiojs/player-graphics_green_002.gif") -2px -61px no-repeat; }
.audiojs .pause { background: url("/TunesWebsite/script/audiojs/player-graphics_green_002.gif") -2px -91px no-repeat; }

/*
.audiojs .progress {
    background: -moz-linear-gradient(center top , #9fc443 0%, #a0c544 50%,#a0c544 51%, #9fc443	100%) repeat
}*/
.audiojs .progress {
    background: -moz-linear-gradient(center top , #c0d775 0%, #a0c544 50%, #a0c544 51%, #c0d775 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.audiojs .loaded {
    background-image: -moz-linear-gradient(center top , #cccc99 0%, #ddddaa 50%, #cccc99 51%, #cccc99 100%);
}

.audiojs .loaded {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCC99), color-stop(0.5, #DDDDAA), color-stop(0.51, #CCCC99), color-stop(1, #CCCC99));
  background-image: -moz-linear-gradient(center top, #CCCC99 0%, #DDDDAA 50%, #DDDDAA 51%, #CCCC99 100%);
}

.audiojs .scrubber {
    background: none repeat scroll 0 0 #ccc;
    border-top: 1px solid #aeafba;
}

ul.tune_combinations {
    margin-top: 5px;
}

.zeit_small {
    color: gold;
    font-size: smaller;
    margin-left: 12px;
    text-align: right;
}

.last_change .zeit_small {
    margin-left: 18px;
}

p.tune_comment_content {
    padding-bottom: 8px;
}
p.tune_comment_label{
    font-weight: bold;
}
