body {
	background-color: #333;
	background: url("/sk/img/bg.png") scroll transparent;
	color: #151515;
	font-family: Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center; /* für ältere Browser */
}

#bgcontainer {
	background-color: #333;
	color: #151515;
	font-family: Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
	line-height: 18px;
}

a:link, a:visited, a:active {
	color: #70694F;
	text-decoration: none;
}

a:hover {
	color: #860000;
	text-decoration: none;
	border-bottom: 1px dashed #860000;
}
.nohover:hover {
	border-bottom: none;
}

tr.hov {
	height:20px; 
	vertical-align:top;
}

.hovgrey:hover, tr.hov:hover {background-color:#F2ECDC;}

a.selectedOrange:link, a.selectedOrange:visited, a.selectedOrange:active {padding-top:0px; background-color:#E7DDCD; color:black; }

#filterbox a:hover, .side_m_inner a:hover, a.selectedOrange:hover {
	background-color:#F2ECDC;
	color: #860000;
}
#side_m_inner_hinweis a:hover {
	background-color: transparent;
}

#filterbox a, .side_m_inner a { 
	padding: 0 10px; 
	border: none;
	display: block;
}

#newsbox {
	border: 1px solid slateblue; 
	background-color: lightsteelblue; 
	padding: 0 10px 10px 10px;
}

#newsbox p {
	margin: 5px 0;
}

.metr_formel {
	background-color: #f1f489;
}

.nur_druck {
	display: none;
}

.grey {color: #999; }

.grey a:link, .grey a:visited, .grey a:active {
	color: #999;
}

.gloss, .glossmetr, .glossmetr-lat { 
	border-bottom: 1px dashed #400;
	cursor: help;
}
.gloss::after {
	background: rgba(88, 0, 0, 0.8); /* Hintergrund schwarz leicht durchsichtig */
  	border-radius: 9px 9px 9px 0px; /* Box mit Rundungen – nicht links unten */
  	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); /* Schatten halbtransparent */
  	color: #fff;
	font: 13px/18px Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
  	content: attr(data-tooltip); /* Inhalt aus Attr. data-tooltip auslesen und als Inhalt einfügen */
  	margin-top: -24px;
  	opacity: 0; /* Element ist durchsichtig – sieht beim einblenden besser aus */
  	padding: 15px 17px;
  	position: absolute; 
	visibility: hidden; /* Element verstecken */
 	transition: all 0.8s ease-in-out; /* Langsam einblenden */
	z-index:9999; 
	white-space: pre-line;
	hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	text-align: left;
	width: var(--w);
}

#autorhinweis.gloss::after {
	left: 100px;
	}
 
.glossmetr::before, .glossmetr-lat::before {
	background: rgba(88, 0, 0, 0.8); /* Hintergrund schwarz leicht durchsichtig */
  	border-radius: 9px 9px 9px 0px; /* Box mit Rundungen – nicht links unten */
  	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); /* Schatten halbtransparent */
  	color: #fff;
	font: 13px/18px Courier New;
  	bottom: 10px;
	left: 40px;
  	opacity: 0; /* Element ist durchsichtig – sieht beim einblenden besser aus */
  	padding: 15px 17px;
  	position: fixed; 
	visibility: hidden; /* Element verstecken */
 	transition: all 0.8s ease-in-out; /* Langsam einblenden */
	z-index:9999; 
	white-space: pre;
	hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	text-align: left;
	width: var(--w);
}

.glossmetr::before {
	content: "Zeichenerklärung für das metrische Schema:\A \A .      = Auftakt \A Ziffer = Hebungszahl \A +      = interne Gliederung des Verses durch Binnenreim oder Zäsur \A -      = weibliche oder klingende Kadenz (sonst männlich)\A a,b,c  = Reimklang (x für Waisen, K für Kornreim)\A /      = Grenze zwischen den Stollen sowie zwischen Steg und drittem Stollen \A //     = Grenze zwischen Auf- und Abgesang\A //R    = Refrain \A ()     = fakultatives Element \A *      = variable Hebungszahl (z. B. 4*5)";
}

.glossmetr-lat::before {
	content: "Zeichenerklärung für das metrische Schema:\A \A .      = Auftakt \A Ziffer = Hebungszahl \A +      = interne Gliederung des Verses durch Binnenreim oder Zäsur \A -      = weibliche oder klingende Kadenz (sonst männlich)\A a,b,c  = Reimklang (x für Waisen, K für Kornreim)\A /      = Grenze zwischen den Stollen sowie zwischen Steg und drittem Stollen \A //     = Grenze zwischen Auf- und Abgesang\A //R    = Refrain \A ()     = fakultatives Element \A *      = variable Hebungszahl (z. B. 4*5) \A \A Bei lateinischen Strophen werden die Silben jedes Verses bzw. (bei Zäsuren) Versteils gezählt. \A Akzent nach der Silbenzahl zeigt Nebenton der letzten Silbe an. \A /, // und //R markieren Grenzen zwischen Strophenabschnitten. \A Das Reimschema ist durch ‖ vom metrischen Schema abgesetzt.";
}

.gloss:hover::after, .glossmetr:hover::before, .glossmetr-lat:hover::before {
    opacity: 1; /* Transparenz ausschalten */
    visibility: visible; /* Element einblenden */
}

.lv { /* Literaturangaben aus dem Kommentar heraus*/
	cursor: help;
	color: #A82D0B;
}

.lv:hover {
	color: #860000;
}

#lvContainer
{
    position:absolute;
    left:0;
    top:0;
    background-color: #FFF;
    display:none;
    z-index: 20000;
	border-radius: 9px 9px 9px 0px; /* Box mit Rundungen – nicht links unten */
  	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); /* Schatten halbtransparent */
  	padding: 10px 13px;
  	
}

.lvPopup
{
}

#lvContent
{
    background-color: #FFF;
    max-width: 400px;
    color: #000;
    font-family: Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
    line-height: 18px;
    font-size: 13px;
    text-align: left;
	hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
}

.sn { /* Mouseover-Textanzeige in der Suche */
	cursor: help;
	padding: 0 0 25px 0;
	width: fit-content;
}

.sn:hover {
}

#snContainer
{
    position:absolute;
    left:0;
    top:0;
    background-color: #FFF;
    display:none;
    z-index: 20000;
	border-radius: 15px 15px 15px 15px; /* Box mit Rundungen */
  	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8); /* Schatten halbtransparent */
  	padding: 25px 20px;
    margin-right: 10px;	
}

.snPopup
{
}

#snContent
{
    background-color: #FFF;
    max-width: 450px;
    min-width: 300px;
    min-height: 100px;
    color: #000;
    font-family: Junicode;
    line-height: 22px;
    font-size: 18px;
    text-align: left;
}

table.in_kommentar_mit_rahmen, table.in_kommentar_mit_rahmen th, table.in_kommentar_mit_rahmen td, table.in_kommentar_mit_rahmen caption {
	border: 1px solid black;
	border-collapse: collapse;
}
table.in_kommentar_mit_rahmen caption {
	border-bottom: none;
}
table.in_kommentar_mit_rahmen td {
	padding: 1px 4px;
}
table.in_kommentar_mit_rahmen td.caption {
	text-align: center;
}

div#noscript { 
	z-index:9999; 
	background:#F4E8FF; 
	min-height:15px; 
	width:100%; 
	text-align:center; 
	line-height: 1.3em;
	position:fixed;
	top:0; 
	padding:0.55em 0 0.7em 0; 
	font-weight:bold;   
	color:#172D00; 
	-moz-box-shadow: 0px 1px 3px #333; 
	-webkit-box-shadow: 0px 1px 3px #333; 
	box-shadow: 0px 1px 3px #333; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=110, Strength=3) 
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=180, Strength=3) 
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=270, Strength=3); 
}

div#noscriptshad { 
	z-index:9999; 
	background:#66CDAA; 
	min-height:15px; 
	width:100%; 
	text-align:center; 
	position:fixed;
	top:0; 
	left:0;
	padding:0.7em 0 0.7em 0; 
	font-weight:bold;   
	color:#fff; 
	-moz-box-shadow: 0px 2px 5px #000; 
	-webkit-box-shadow: 0px 2px 5px #000; 
	box-shadow: 0px 2px 5px #000; 
}

div.noedit { 
	background:#e0dac0 url('/sk/img/bgpaph.jpg'); 
	/* background: -moz-linear-gradient(-75deg, #d1442e, #853315);
	background: -webkit-gradient(linear, left top, right bottom, from(#b1442e), to(#853315)); */
	text-align:center; 
	position:relative; 
	left:50px;
	margin-top: 10px;
	margin-bottom: 20px;
	width:240px;
	padding:20px; 
	font-weight:bold;   
	color:#958a64; 
	text-shadow:#fff 0px 1px 1px;
	-moz-box-shadow: 0px 3px 5px #333; 
	-webkit-box-shadow: 0px 3px 5px #333; 
	box-shadow: 0px 3px 5px #333; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=110, Strength=3) 
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=180, Strength=3) 
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=270, Strength=3); 
}

.hinweis { 
	z-index:10; 
	background:#e0dac0 url('/sk/img/bgpaph.jpg'); 
	text-align:left; 
	padding:20px; 
	font-weight:bold;   
	color:#958a64; 
	text-shadow:#fff 0px 1px 1px;
	/* -webkit-background-clip: text;
		-moz-background-clip: text;
		background-clip: text;
        color: transparent;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 1px; */
	-moz-box-shadow: 0px 3px 5px #333; 
	-webkit-box-shadow: 0px 3px 5px #333; 
	box-shadow: 0px 3px 5px #333; 
	border: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=110, Strength=3) 
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=180, Strength=3) 
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=270, Strength=3); 
}

#container {
	/* position: absolute; */
	float: none;	
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* um die Body-Zentrierung wieder aufzuheben */
	/* left: 50%;
	margin-left: -500px;   Um die Hälfte der Breite nach links schieben */
	margin-top: 10px;
	margin-bottom: 20px;
	background-color:#fff;
	-moz-box-shadow: 8px 8px 8px #000;
	-webkit-box-shadow: 8px 8px 8px #000;
	box-shadow: 8px 8px 8px #000;
}

#header {
	background-color:#dbd6c8;
	color:#3b4b58;
	font-size: 70%;
	
	line-height: 14px;
	
}

#container_inhalt {
	background-color:#f9f7f0;
	min-height: 400px;
	padding:15px 0 25px;
	position:relative;
}

#inhalt, #inhalt1, #inhalt2 {
	position:relative; 
	top:5px; 
	left:360px;
	width:590px;
	font-size:13px;
	hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-limit-lines: 2;
	-moz-hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-lines: 2;
}

#side_m_outer {
	position:absolute; 
	margin-top: 85px; 
	margin-bottom: 20px; 
	left: 50px; 
}

.side_m_outer {
	position: relative;
	margin-bottom: 20px; 
}

#side_m_outer_tief {
	position:absolute; 
	margin-top: 165px; 
	margin-bottom: 20px; 
}

#side_m_inner {
	/* umstellen auf class */
	font-size:13px; 
	position:fixed; 
	min-width:180px;
	max-width:220px; 
	overflow:auto; 
	border: 1px solid #ccc; 
	padding: 15px;
}

.side_m_inner {
	font-size:13px; 
	position:relative; 
	min-width:180px;
	max-width:220px; 
	overflow:auto; 
	border: 1px solid #ccc; 
	padding: 15px;
}

.td-right-center {
	padding-right: 30px;  
	text-align: right;
}

.ueberlief {
	position:relative; 
	left:50px;
	width:250px;
	border: 1px solid #ccc;
	margin-top: 8px;
	margin-bottom: 20px;
	padding: 10px 15px;
	font-size:13px;
}

.kommentar {
	position:absolute; 
	left:50px;
	width:280px;
	border: 2px dotted #ccc;
	min-height: 200px;
	max-height: 350px;
	margin-top: 8px;
	margin-bottom: 20px;
	overflow:auto;
}

.komm_inner {
	padding: 10px 20px;
	color:#1F313F;
	background-color:#EDE7D7;
	font-size:13px;
	min-height: 200px;
	overflow:auto;
	hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-limit-lines: 2;
	-moz-hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-lines: 2;
}

.komm_inner sub {
	position: relative;
	vertical-align: 0; 
	bottom: -0.2em; 
	font-size: 80%;
	}

.subsc {
	font-size: 70%;
	vertical-align: -0.3em;
}
.supersc {
	font-size: 70%;
	vertical-align: 0.4em;
}
p.verszitat {
	text-indent: 0; 
	margin-left: 1.2em; 
	margin-bottom:10px; 
	margin-top: 10px; 
	font-size: 93%;
}

.kommentar_au {
	position:relative; 
	width:580px;
	overflow:auto;
}

.komm_inner_au {
	font-size:13.5px;
	overflow:auto;
	line-height: 150%;
	hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-limit-lines: 2;
	-moz-hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-lines: 2;
}

.komm_inner_au h5 {
	font-style:italic;
	font-weight: bold;
	margin: 0 0 -12px 0;
	font-size: 100%;
	letter-spacing: 0.01em;
}

.komm_inner em {
	/* font: 15px/18px Junicode; */
	font-style:italic;
}
.komm_inner a::before, a.pf::before {
	content:"\2192";
	bottom: 0.1em;
	font-size: 130%;
	position: relative;
	line-height: 14px;
}

.komm_inner_au a:before {
	content:"\2192";
	bottom: 0.1em;
	font-size: 130%;
	position: relative;
	line-height: 14px;
}

.komm_inner_au em {
	/* font: 17px/18px Junicode; */
	font-style:italic;
}

.hgsig {
	white-space: nowrap;
	display:block;
	text-align: right;
	letter-spacing: 0.1em;
}
.kommdatum {
	position: relative;
	left: 50px;
	width: 274px;
	margin-top: 0px;
	margin-bottom: 18px;
	padding: 0px 3px;
	font-size: 13px;
	font-style:italic;
	}

#ue .kommdatum, #uek .kommdatum, #uet .kommdatum {
	left: 0px;
	width: auto;
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 5px 10px;
	background: #F6EFE3;
	}

.literatur {
	font-size: 85%;
	line-height: 140%;
}

.nilv-sign {
	display: none;
}

.petit {
	font-size: 88%;
	line-height: 140%;
}

.literatur a:before {
	content:"";
}

.nobr { white-space: nowrap; }

h1 {
	/* font-family: "Lucida Sans Unicode"; */
	/* text-transform:uppercase; */
	color:#303433;
	font-weight: bold;
	margin: 40px 0px 20px;
	font-size: 200%;
	letter-spacing:0.05em;
	line-height: 32px;
}
h2 {
	color:#303433;
	font-weight: bold;
	margin: 30px 0px;
	font-size: 170%;
	letter-spacing:0.05em;
	line-height: 28px;
}
h3 {
	color:#303433;
	font-weight: bold;
	margin: 30px 0px 30px;
	font-size: 140%;
	letter-spacing:0.05em;
	line-height: 24px;
}

h4 {
	color:#303433;
	font-weight: bold;
	font-size: 115%;
	letter-spacing:0.05em;
	line-height: 21px;
}

.h4slide {
	cursor: pointer;
}

h5 {
	color:#303433;
	font-weight: bold;
	font-size: 110%;
	letter-spacing:0.15em;
	margin: 0 0px 5px 30px;
}

.indent17 {
	text-indent: -17px;
	margin-left: 17px;
}

#menu {	
	background-color:#dbd6c8;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	position:relative;
	z-index:10; 
	padding: 3px 0 6px 0;
}

#menu ul { 
	padding-left: 0; 
	margin: 0;
}

#menu li {
	list-style: outside none none;
	display: inline-block;
	padding: 0;
}

#menu div {
	font-size: 85%;
	font-weight: normal;
	text-align: left;
	background-color:#dbd6c8;
	position:absolute; 
	visibility:hidden; 
	margin-top:8px;
	padding: 7px 0;
	border: 1px solid #70694f;
	z-index:9;
	-moz-box-shadow: 4px 4px 4px #888;
	-webkit-box-shadow: 4px 4px 4px #888;
	box-shadow: 4px 4px 4px #888;
}

#menu div a {
	display: block;
	padding: 2px 10px;
	border: none;
}

#footer {	
	background-color:#dbd6c8;
	color:#3b4b58;
	text-align: center;
	font-size: 70%;
	padding: 10px;
	clear:left;
}

#reference {
    background-color:#eae5d9;
	padding: 20px 40px 35px 40px;
	min-height: 70px;
	font-size:13px;
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center; 
	align-items: start; 
	gap: 20px 60px;
}

#footer #header #menu a:link, #footer #header #menu a:visited, #footer #header #menu a:active {
	color: #860000;
}
#footer #header a:hover {
	color: #860000;
}

.ueschrift a:hover, a.graflink:hover {
	color: #860000;
	border: none;
}

a.nav {
	margin: 5px 0px;
	padding: 10px;
	border: none;
}
a.nav:hover, #menu div a:hover {
	color: #fff;
	background-color:#860000;
}
a.navgrey {
	margin: 5px 0px;
	padding: 10px;
	color: #a0a080;
	border: none;
}
a.navgrey:hover {
	color: #fff;
	background-color:#C67979;
}

* html label {
	cursor: pointer;
}

#textkonfmenu {
    padding: 10px 15px;
    font: 13px/20px Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
    position:fixed;
    margin-left: 60px;
    background:#fff4c8;
    border:1px solid #ffcc00;
    width:200px;
    z-index:100;
}

.textkonfmenu1 {
    font: 15px/20px Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
    font-weight:bold;
}
.textkonfmenu2 {
	font:11px/14px Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;;
	color: #333;
	margin-left: 15px;
}

.warn {
    padding: 10px 15px;
    font: 15px/22px Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    position:fixed;
    background:#f1889c;
    border:2px dotted #8d011b;
    width:550px;
    z-index:1000;
}

.preview-text {
    /* width: 550px; */
    font: 13px/23px Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
    margin: 10px 0px;
    padding: 10px 20px;
    background:#fff;
}

.liedueschr {
    width: 1000px;
    height: 60px;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color:#303433;
    font-weight: bold;
    font-size: 120%;
    line-height: 120%;
}

.liedrahmen {
    /* background-color:#f9f7f0; */
    width: 590px;
    position:relative; 
    left:360px;
}

.preview-rahmen-tab {
    min-width: 590px;
    height: 230px;
    vertical-align:top;
    margin: 10px 0px;
    /* padding: 10px 20px; */
    background-color:#fff;
    border: 1px solid #888;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
    /* background-image: url(/img/sidebar_digi.png);
		background-repeat:no-repeat;
	background-position:right 25px; */
	
}
.preview-rahmen {
    min-width: 590px;
    min-height: 240px;
    vertical-align:top;
    margin: 10px 0px;
    /* padding: 10px 20px; */
    background-color:#fff;
    border: 1px solid #888;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
    /* background-image: url(/img/sidebar_digi.png);
		background-repeat:no-repeat;
	background-position:right 25px; */
	
}

.rahmen-tab {
    min-width: 590px;
    /* height: 230px; */
    vertical-align:top;
    margin: 8px 0;
    padding-top: 15px; 
    padding-bottom: 20px;
    background-color:#fff;
    border: 1px solid #888;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
    /* background-image: url(/img/sidebar_digi.png);
		background-repeat:no-repeat;
	background-position:right 25px; */
	
}
.rahmen {
    min-width: 590px;
    min-height: 240px;
    vertical-align:top;
    margin: 8px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:#fff;
    border: 1px solid #888;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
    /* background-image: url(/img/sidebar_digi.png);
		background-repeat:no-repeat;
	background-position:right 25px; */
	
}
.formular-rahmen {
    min-width: 400px;
    min-height: 130px;
    vertical-align:top;
    margin: 10px 0px 20px 0px;
    padding: 30px 20px; 
    background-color:#fff;
    border: 1px solid #888;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}

.sep {
    text-align:center;
    padding: 20px 0;
    height: 20px;
}

.platzh {
    float: right;
    width: 50px;
    height: 15px;
}

.live-preview-wrapper-hs {
    /* width: 550px; */
    font: 18px/24px Junicode;
    color: #151515;
    /* background:#fff; */
}

.live-preview-wrapper-edit {
    font: 18px/24px Junicode;
    color: #151515;
    /* margin: 10px 0px;
		padding: 10px 20px;
	background:#fff; */
}
.live-preview-wrapper-edit-num {
    width: 15px;
    padding-right:4px;
    padding-top:0px;
    text-align: right;
    height: auto;
    overflow: hidden;
    color: #555;
    font: 11px/24px Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
	
}
.live-preview-wrapper-edit-num-indiv {
    width: 15px;
    padding-right:4px;
    padding-top:0px;
    text-align: right;
    height: auto;
    overflow: hidden;
    color: #555;
    font: 11px/24px Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
}

.pad0 {padding:0; }

.ed-anz {
    font: 18px/24px Junicode;
    color: #151515;
    padding-left: 20px;
    padding-right: 20px;
    border-spacing: 0 0;
}
.ed-anz-num {
    width: 15px;
    padding: 0 7px 0 0;
    text-align: right;
	vertical-align: baseline;
    height: auto;
    overflow: hidden;
    color: #555;
    font: 11px/24px Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
}

.hs-anz {
    font: 18px/24px Junicode;
    color: #151515;
    padding-left: 20px;
    padding-right: 20px;
    border-spacing: 0 0;
}

.leichabschnitt, .leichbau {
    text-align: left;
    vertical-align:top;
    padding: 0;
    height: auto;
    overflow: hidden;
    color: #999;
}

.apparat {
    width: 540px;
    height: auto;
    padding: 6px 0px 3px 0px;
    overflow: hidden;
    font: 16px/20px Junicode;
    border-top: 1px solid; 
} 
.apparat sub {
    font-size: 55%;
}

.ueschrift {
    font: 15px/22px Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
    font-weight:bold;
    color:#5a0000;
    padding-top: 7px;
    vertical-align: middle;
    height: 24px;
}
.wideselect {
	width: 90%;
	font-family: Noto Sans;
}
.foliospalte {
	padding-right: 10px;
}
.parallelstrophen {
    padding-top: 4px;
    color: #CCC;
    font: 11px/14px Noto Sans, Tahoma,Helvetica,Verdana,sans-serif;
    position: absolute;
    right: 15px;
    min-width: 45px;
    max-width: 130px;
}

.versionue {
    background-color: #b46959;
    padding: 3px 8px;
    margin-bottom: 15px;
    display: inline-block;
    color: white;
}

.vline {
	display: block;
	position: relative;
	padding: 0;
	margin: 8px auto;
	height: 35px;
	width: 2px;
	font-size: 1px;
	line-height: 0;
	clear: both;
	border: none;
	background-color: #777777;
}

.digicontainer {
    display: none;
    width: 588px;
    height: 237px;
    margin: 10px 0px;
    background-color:#fff;
    border: 0 none;
    position:absolute;
    left:0px;
}

.imgcontainer {
    width: 588px;
    height: 200px;
    overflow:hidden;
    background-color:#fff;
    border: 1px solid #000;
    border-color: black black #625B4A black;
    position:absolute;
    left:0px;
}

.digi {
    border: 0;
    width: 588px;
    position:relative;
    top: 0;
}

.digi_menuholder {
    /* background-color: #625B4A; */
    bottom: 0px;
    color: white;
    font: bold 10px/12px Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
    height: 30px;
    position: absolute;
    left: 0px;
    width: 576px;
    border: 1px solid;
    border-color: black #888 white #888;
    white-space: nowrap; 
    padding: 2px 6px; 
    text-shadow: 0px 0px 4px black;
    text-align: right; 
    vertical-align: bottom;
    overflow:hidden;  
}

.indx {
    color: #a0997f;
}

.juni {
	font: 15px/20px Junicode;
}

.ldmInputInner {
    background-color: #fff !important;
    border: 1px solid #bbb !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
    padding: 2px !important;
    box-shadow: 0 2em 3em -3em #f0ebce inset, 2px 2px 3px -1.5px #c0c0a0 inset;
}

.ldmCheckbox {
    margin: 0 7px 0 0 !important;
    width: 13px;
    height: 13px;
    padding: 0;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    *overflow: hidden;
    
}

.ldmCh {
    display: inline-block;
	margin-bottom: 5px;
}

.formular-rahmen a:before {
	content:"\2192";
	bottom: 0.1em;
	font-size: 130%;
	position: relative;
	line-height: 14px;
}

ul#navigation {
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 20px;
	left: 0px;
	/* right: 0px; */
	list-style: none;
	z-index:9999;
	text-align: left;	
}

ul#navigation li {
	padding: 20px 35px 20px 25px;
	font: 13px/20px Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
    
	display: block;
	margin-left: -12px;
	/* margin-right: -12px; */
	width: 230px;
	background-color:#f1ead7;
	background-image: url(/img/mnleisteh5.gif);
	background-repeat:no-repeat;
	/* background-position:left bottom; */
	background-position:right bottom;
	border:1px solid #a67431;
	border-radius:0px 20px 20px 0px;
	-moz-border-radius:0px 20px 20px 0px;
	-o-border-radius:0px 20px 20px 0px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-khtml-border-bottom-left-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	-moz-box-shadow: 3px 5px 4px #111;
	-o-box-shadow: 3px 5px 4px #111;
	-webkit-box-shadow: 3px 5px 4px #111;
	box-shadow: 3px 5px 4px #111;
	
}

ul#navihilfe {
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 410px;
	left: 0px;
	/* right: 0px; */
	list-style: none;
	z-index:9999;
	text-align: left;	
}

ul#navihilfe li {
	padding: 15px 35px 10px 25px;
	font: 11px/15px Noto Sans, Tahoma, Helvetica, Verdana, sans-serif;
    
	display: block;
	margin-left: -12px;
	/* margin-right: -12px; */
	width: 530px;
	background-color:#f1ead7;
	background-image: url(/img/mnleistehh.gif);
	background-repeat:no-repeat;
	/* background-position:left bottom; */
	background-position:right bottom;
	border:1px solid #a67431;
	border-radius:0px 20px 20px 0px;
	-moz-border-radius:0px 20px 20px 0px;
	-o-border-radius:0px 20px 20px 0px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-khtml-border-bottom-left-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	-moz-box-shadow: 3px 5px 4px #111;
	-o-box-shadow: 3px 5px 4px #111;
	-webkit-box-shadow: 3px 5px 4px #111;
	box-shadow: 3px 5px 4px #111;
	
}

.menuHolder2 {position: absolute; top: -8px; left: 590px; z-index:99; overflow:hidden; width:150px; height:auto; font:normal bold 11px/32px verdana, sans-serif;}

.menuHolder2 .shadow {width:10px; height:60%; top:20%; left:-10px; position:absolute; z-index:100; 
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
	-o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
}
ul.menu2 {margin:0 0 0 1px; list-style: none; display:block; width: 170px; position:relative; padding:5px 0;}

ul.menu2 li {margin:6px 0 0 0;}

ul.menu2 li a {background:#aaa; color:#ddd; padding:0 15px 0 0px; width: 0px; display:block; text-decoration:none; text-align: center; direction: rtl; overflow:hidden; border-bottom: none;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius:0 10px 10px 0;
	-o-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.menu2 li a.red {background:#a00;}
ul.menu2 li a.orange {background:#da0;}
ul.menu2 li a.yellow {background:#aa0;}
ul.menu2 li a.green {background:#060;}
ul.menu2 li a.blue {background:#00a;}
ul.menu2 li a.aqua {background:#078275;}
ul.menu2 li a.indigo {background:#2b0062;}
ul.menu2 li a.violet {background:#682bc2;}


ul.menu2 li a:hover {background:#aaa; color:#fff; width:110px; padding:0 15px 0 0;}

ul.menu2 li a.red:hover {background:#c00;}
ul.menu2 li a.orange:hover {background:#fc0;}
ul.menu2 li a.yellow:hover {background:#cc0;}
ul.menu2 li a.green:hover {background:#080;}
ul.menu2 li a.blue:hover {background:#00c;}
ul.menu2 li a.aqua:hover {background:#2BA89B;}
ul.menu2 li a.indigo:hover {background:#5b1092;}
ul.menu2 li a.violet:hover {background:#8a2be2;}

.fadebox {
    display:none;
    margin-left:200px;
    position: absolute;
    width: 600px;
    text-align: center;
    min-height: 200px;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
    background-color: white;
    border: 2px solid black;
    padding: 15px 30px;
    z-index:2002;
}

.fadebox-out {
    display:none;
}

.s {letter-spacing:0.2em; margin-left: 0.25em; margin-right: 0.1em;}
.s-pur {letter-spacing:0.2em;}
.kap {font-variant:small-caps;}

.spri18 {
	background: url(img/spri18.gif);
}

.spri20 {
	background: url(img/spri20.gif);
}

div.mojomagnify_zoom {
	position : absolute;
	width : 500px;
	height : 90px;
	overflow : hidden;
	cursor : crosshair;
	-ms-box-sizing : border-box;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}

div.mojomagnify_border {
	position : absolute;
	border : 2px solid black;
	width:500px;
	height:90px;
	left : 0; top : 0;
	-ms-box-sizing : border-box;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}


img.mojomagnify_img {
	padding : 0;
	border : 0 none;
}

div.mojomagnify_zoom a {
	cursor : crosshair;
}


/* WIDE DESKTOP LAYOUT 
----------------------------------------------- */

@media only screen and (min-width: 1024px) {
	
	#container { width: 1000px; }
	
} /* CLOSE WIDE LAYOUT */


/* TABLET LAYOUT 
----------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
	#container {
		width: 712px;
		
	}
	#inhalt, #inhalt1, #inhalt2 {
		position:relative; 
		top:5px; 
		left:70px;
		width:590px;
		font-size:13px;
	}
	#menu {	
		font-size: 13px;
	}
	#menu div {
		font-size: 90%;
	}

	.td-right-center {
		padding-right: 10px;  
	}
	
	.ueschrift {
		font-size: 11px !important;
		line-height: 14px;
		
	}
	
	
} /* CLOSE TABLET LAYOUT */


/* MOBILE LAYOUT (PORTRAIT/320PX) 
----------------------------------------------- */

@media only screen and (max-width: 767px) {
	
	#container {
		width: 320px;
		padding: 0;
	}
	#inhalt, #inhalt1, #inhalt2 {
		position:relative; 
		top:0px; 
		left:0px;
		width:280px;
		font-size:13px;
		padding: 0 25px !important;
	}
	#menu {	
		font-size: 13px;
	}
	#menu div {
		font-size: 90%;
	}
	
	a.nav, a.navgrey {
		padding: 1px 8px;
	}
	
	#snContent
	{
		max-width: 280px;
		min-width: 250px;
		line-height: 20px;
		font-size: 17px;
	}
	
	.formular-rahmen {
		min-width: 240px;
	}
	
	.ueschrift {
		font-size: 11px !important;
		line-height: 14px;
	}
	.wideselect {
		width: 100%;
	}
	.td-right-center {
		padding-right: 10px;  
	}
	
	.minidisplay { display: none !important; }
	
	.schriftverkleinern, .schriftverkleinern .ueschrift {
		font-size: 11px;
		line-height: 16px;
	}
	.schriftverkleinern tr.hov {
		height: 18px;
	}
	
} /* CLOSE MOBILE LAYOUT */

/* WIDE MOBILE LAYOUT (LANDSCAPE/480PX) 
----------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#container {
		width: 480px;
		padding: 0;
	}
	#inhalt, #inhalt1, #inhalt2 {
		position:relative; 
		top:0px; 
		left:0px;
		width:420px;
		font-size:13px;
		padding: 0 25px !important;
	}
	#menu {	
		font-size: 13px;
	}
	
	#menu div {
		font-size: 90%;
	}
	
	a.nav, a.navgrey {
		padding: 1px 8px;
	}
	
	#snContent
	{
		max-width: 400px;
		min-width: 300px;
		line-height: 22px;
		font-size: 18px;
	}
	.formular-rahmen {
		min-width: 350px;
	}
	.td-right-center {
		padding-right: 10px;  
	}
	.wideselect {
		width: 100%;
	}
	.minidisplay { display: none !important;}
} /* CLOSE WIDE MOBILE LAYOUT */