@charset "UTF-8";
@import url("../font/fraktur_font.css");
/*  button in the style of the form buttons */
.button { border: 1px solid #006; border-radius:1rem; background-color:#EDF4FE; box-shadow: 0px 5px 8px #999; cursor:pointer; display: inline-block; }
.button, .button:link, .button:visited, .button:active {text-decoration: none; color: #000; padding: 2px 8px;line-height: 200%;vertical-align: text-bottom; background-position: 0 1px;}
.button:hover {	border: 1px solid #ccc;	background-position: 0 50%; color: #fff; background-color: #036; box-shadow: 0px 3px 6px #999;}
details .button::after {content:"▶ Den ganzen Liedtext zeigen"; }
details[open] .button::after {content:"▼ Den Liedtext ausblenden";}

/* CSS Dokument Unternavigatin der Artikel */
ol.ebene1 {counter-reset:listenpunkt_ebene1;list-style-type:none;padding: 1em; text-indent:-25px; margin:0}
   ol li { padding-bottom:5px;}
   ol.ebene1 li:before {content: counter(listenpunkt_ebene1) ". "; counter-increment:listenpunkt_ebene1; list-style-position: outside; font-family: Georgia, "Times New Roman", Times, serif;font-size: 18px; font-weight: bold; font-variant: small-caps;color: #630;font-style: oblique; text-shadow: #666 3px 3px 5px;}
#snav .nav { padding-left:20px;}
#snav { border:#666 1px solid; padding:20px; border-radius:15px; background-color:#FDF9EC; box-shadow: 0px 3px 5px #666; position:relative; width:90%; overflow: inherit;}
#sidebar #snav .aktiv { font-weight: bold; color: #666666; background: url('../bgr/zeigefinger.png') no-repeat left center; height:26px; padding-left: 65px; list-style-type: none; margin:0 -30px 5px -25px; width:85%; display:block; white-space:nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
#sidebar #snav li {font-family: Georgia, "Times New Roman", Times, serif; margin-left:-20px; padding-left:25px; white-space:nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis;}
#sidebar .serif { font-family:"Times New Roman", Times, serif;}
.weiter { font-variant:small-caps; font-family:"Courier New", Courier, monospace; font-size:14px;}

