/*-------------------- Testklassen -----------------------*/
.rot{
   background-color: red !important;
}
.blau{
   background-color: blue !important;
}
.gruen{
   background-color: green !important;
}
.gelb{
   background-color: yellow !important;
}
.randrot{
   border: 1px solid red !important;
}
.randblau{
   border: 1px solid blue !important;
}
.randgruen{
   border: 1px solid green !important;
}
.randgelb{
   border: 1px solid yellow !important;
}
/*-------------------- allgemeine Klassen -----------------------*/

body{
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size: 1em;
   background-color: black;
 }

/*------------ scrollbars webkit ---------------*/
::-webkit-scrollbar {
   width: 16px;
   height: 16px;
}
::-webkit-scrollbar-track {
   background-color: #202020;
}
::-webkit-scrollbar-thumb {
   background-color: #505050;
   border: 1px solid rgba(128,128,128,0.1);
   -webkit-border-radius: 10px;
   border-radius: 10px;
}
::-webkit-scrollbar-corner {
    background-color: black;
}
/*----------- ende scrollbars -------------*/

div{
   margin: 0;
   padding: 0;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}
table{
   border-spacing: 0;
   border-collapse: collapse;
}
th, td{
   padding: 0;
}

rt{
   font-size: 80%;
   color: red;
   position: relative;
   bottom: -0.3em;
   visibility: hidden;
}

/*-------------------- Eigenschaften -----------------------*/
.fett{
   font-weight: 700;
}
.block{
   display: block;
}
.inline{
   display: inline;
}
.inlineBlock{
   display: inline-block;
}
.weg{
   display: none;
}
.sichtbar{
   visibility: visible;
}
.unsichtbar{
   visibility: hidden;
}
.hand{
   cursor: pointer;
}
.defaultZeiger{
   cursor: default;
}
.klickbar{
   text-decoration: none;
   cursor: pointer;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
}
.klickbar:hover{
   text-decoration: none;
   color: #fe8a2a;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
}
.klickbar:active{
   text-decoration: none;
   color: #ff8928;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
}
.klickbar:visited{
   text-decoration: none;
   cursor: pointer;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
}
.klickbar:focus{
   text-decoration: none;
   cursor: pointer;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
}
.maxgross{
   width: 100%;
   height: 100%;
}
.maxbreit{
   width: 100%;
}
.maxhoch{
   height: 100%;
}
.abs{
   position: absolute;
}
.rel{
   position: relative;
}
.fix{
   position: fixed;
}
.stat{
   position: static;
}
.links{
   left: 0;
}
.oben{
   top: 0;
}
.rechts{
   right: 0;
}
.unten{
   bottom: 0;
}
.hLinks{
   text-align: left;
}
.hMitte{
   text-align: center;
   margin: 0 auto;
}
.hRechts{
   text-align: right;
}
.keinUmbruch{
   white-space: nowrap;
}
.vMitte{
   vertical-align: middle;
}
.vOben{
   vertical-align: top;
}
.vUnten{
   vertical-align: bottom;
}
.flusslinks {
   float: left;
}
.flussrechts {
   float: right;
}
.unselektierbar{
   -moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
}
.selektierbar{
   -moz-user-select: text;
   -webkit-user-select: text;
   -ms-user-select: text;
}
.rund{
   -webkit-border-radius: 20px;
   border-radius: 20px;
}
.durchgestrichen{
   text-decoration: line-through;
}
.durchgestrichen:hover{
   text-decoration: line-through;
}
/*-------------------- Farben -----------------------*/
.HGFarb{
   background-color: #000000;
}
.HGFarb2{
   background-color: #1a1a1a;
}
.HGFarbContent{
   background-color: #000000;
}
.HGRahmen{
  background-color: #202020;
}
.hell{
   color: #f0d0b0;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
}
.mittel{
   color: #f7bc5b;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
}
.dunkel{
   color: #fe8a2a;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
}
.inaktiv{
   color: #333;
}
hr{
   background-color: #f0d0b0; /* Farbe für Opera und Firefox */
   color: #f0d0b0; /* Farbe für Internet Explorer (IE) */
   border: 0;
   height: 1px;
}
a:hover{
   color: #fe8a2a;
}

.rand{
   border: 1px solid #303030;
}

.polster{
   padding: 0.7em;
}

.polsterLinks {
   padding-left: 0.7em;
}

.polsterRechts {
   padding-right: 0.7em;
}

.polsterLinksRechts {
   padding: 0 0.7em 0 0.7em;
}

/*-------------------- Elemente -----------------------*/
.vollbildTaste, .vollbildTaste2{
   width: 1em;
   height: 0.75em;
   background-repeat: no-repeat;
   background-size: 1em 0.75em;
   margin: 1em 0.7em 0 0;
}
.vollbildTaste{
   background-image: url('../images/vollbild_auf_mittel.png');
}
.vollbildTaste:hover{
   background-image: url('../images/vollbild_auf_dunkel.png');
}
.vollbildTaste2{
   background-image: url('../images/vollbild_zu_mittel.png');
}
.vollbildTaste2:hover{
   background-image: url('../images/vollbild_zu_dunkel.png');
}

#ebene1{
   overflow: auto;
}

.header {
   border-bottom: 1px solid #666;
}

.footer {
   border-top: 1px solid #666;
}

.footerTaste{
   margin: 0.7em;
}

#navFooter {
   border-top: 1px solid #666;
}

#liedTitel{
   margin: 0.8em 4.5em 0.7em 8.8em;
}

#headerTastenFeld{
   margin: 0.7em 0 3em 0;
}

#liedNrFeld{
   font-size : 100%;
   width: 21px;
   min-width: 1.8em;
}

#zurueckTaste {
   margin-left: 10px;
}

#vorTaste{
   right: 2.5em;
   top: 0.7em;
}

#content {
   margin: 0;
   padding: 1em;
}

#akkordBox{
   padding: 0.7em 5.5em 0.8em 7.25em;
}

#akkordSymbol{
   border: solid #1a1a1a;
   border-width: 0 0 2px 0;
   margin: 0 0.7em 0 0.7em;
}

.favSymbol{
   border-style: solid;
   border-width: 0 0 2px 0;
   padding: 0 4px 3px 4px;
   display: inline-block;
}

#optionenEbene {
   margin: 0;
   padding: 1em 1em 1em 1em;
   font-size: 1em;
}

.taste{
   cursor: pointer;
   border: 1px solid #f7bc5b;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   padding: 0 0.3em 0.1em 0.2em;
}

.taste:hover{
   border: 1px solid #fe8a2a;
   color: #fe8a2a;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
}

.textFeld{
   border: 1px inset #f7bc5b;
}

#startStopTaste{
   border-width: 0 0 2px 0;
}

#startStopMusikTaste{
   border: solid #1a1a1a;
   border-width: 0 0 2px 0;
   margin: 0 0 0 0.7em;
}

#MP3ErlaubenTaste{
   border: solid #1a1a1a;
   border-width: 0 0 2px 0;
}

#menueTaste{
   font-size: 130%;
}

#playerBox{
   bottom: 3.5em;
   right: 0.3em;
   margin: 0;
}

#MP3Player{
   margin-right: 2em;
}

#playerZeigenTaste{
   bottom: 3.2em;
   padding: 0.5em;
   right: 0.3em;
}

#textContent > p{
   line-height: 2;
   padding: 0 0 0.25em 0;
}

#editorContent > p{
   line-height: 2;
   padding: 0 0 0.25em 0;
}

#schliessenTaste2{
   padding: 0.4em 0.6em 1em 1em;
}

#navInhalt{
   padding: 4em 2em 2em 2em;
}

.navZeile{
   text-align: left;
   font-size: 100%;
   line-height: 1.4;
   padding: 0 0 1.2em 0;
}

.akk{
   position: relative;
   top: -1em;
   color: red;
   font-size: 0.9em;
   visibility: hidden;
}

.strophe{
}

.strophe2{
}

.refrain{
   font-style: italic;
}

.refrain2{
   font-style: italic;
}

.instrumental{
}