
/*--------------------------------------------------*/
.tabelle_a {
    /* width: 100%; */
    background-color: #e2e2e2;
    border: 0px red solid;
    margin-top:1em;
    border-top:0px red solid;
    overflow:auto;
}

.tabelle_a .tabelle_inner {
    width: 100%;   
}

.tabelle_a .tabelle_table {
    width: 100%;
    border: 0px #00ff60 solid;
    border-collapse: separate;
    border-spacing: 0px;
}

.tabelle_a .tabelle_tr {
    /* display: inline-flex; */
    /* width: 100%; */
}

.tabelle_a .tabelle_td {
    padding: 0.2em;
    vertical-align: top;
    background-color: #ffffff;
    border: 0;
    width: auto;
    margin: 0;
}

.tabelle_a .tabelle_spalte_0 {
    text-align: left;
    /* color: #51b376; */
    /* font-weight: bold; */
    width: 24%;
}

.tabelle_a .tabelle_spalte_1 {
    text-align: left
}

.tabelle_a .tabelle_spalte_2 {
    text-align: left
}

/*----------------*/


.wort_und_faden {
	border: 1px #b1b1b1 solid;
	background-color: white;
	padding: 0px;
	line-height: 0;
	/* width: 75%;
*/
}
.mit_schatten .bildpur_titel {
	display: none;
}
.mit_schatten img {
	box-shadow: 0px 0px 30px #c1c1c1;
	-moz-box-shadow: 0px 0px 30px #c1c1c1;
	-webkit-box-shadow: 0px 0px 30px #c1c1c1;
	border: 1px #c5c5c5 solid;
}
.lyrik {
border: 1px #cacaca dotted; */
    background-color: rgb(255, 255, 255);
    color: #000000;
    /* padding: 12px; */
    /* font-weight: bold; */
    text-align: center;
    width: 55%;
    box-shadow: 0px 0px 16px #cacaca;
    -webkit-box-shadow: 0px 0px 16px #cacaca;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.35);
}
.kopf {
	text-align: left;
	color: rgb(128,0,0);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-left: 30px;
}
.kopf_bild {
	float: left;
	display: inline;
	width: 190px;
}
.kopf_text {
	float: left;
	display: inline;
	width: 540px;
}
.userstyle1 {
	overflow: auto;
	font-weight: bold;
	text-align: right;
	float: right;
}
.userstyle2 {
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 4px;
}
.userstyle3 {
	xfont-weight: bold;
	font-size: 1.6em;
	letter-spacing: 4px;
}
.userstyle4 {
	font-size: 1.0em;
	font-style: italic;
	letter-spacing: 0px;
	color: green;
}
.userstyle5 {
	font-size: 1.0em;
	font-style: italic;
	letter-spacing: 0px;
	color: rgb(110,89,89);
}
.teaser_rechts {
	width: 250px;
	float: right;
	padding: 3px;
	text-align: right;
	font-size: 0.9em;
}
.achtung {
	padding: 3px;
	border: 1px rgb(152,152,152) solid;
	text-align: left;
	color: rgb(88,88,88);
	background-color: rgb(232,232,232)
}
.menue_pre_sign {
	font-style: italic;
	margin-right: 1.2em;
	height: 17px;
	border: 0px blue dotted;
	float: left;
}
.teaser {
	width: auto;
	float: left;
	font-size: 0.95em;
	font-weight: normal;
}
.teaser hr {
	border: 0;
	border-top: 1px gray dashed;
	margin: 0;
}
.teaser a {
	display: block;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}
.teaser .menue_pre_sign {
	margin-right: 0.7em;
}
.whatisnew {
	float: right;
	width: 300px;
	border: 1px rgb(128,0,0) dotted;
}
.personen {
	margin-top: 10px;
	padding-top: 5px;
	background-color: white;
	border-top: 1px rgb(222,222,222) solid;
}
.aufgaben ul {
	padding-left: 0;
	margin-left: 6px;
}
.aufgaben li {
	background-color: rgb(239,239,239);
	padding: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	font-size: 8pt;
}
.dia_vorschau {
	/*background-color: rgb(239,239,239);
*/
	padding: 0px;
	border: 0px gray dotted;
}
.dia_vorschau .bild_table_inner {
	border: 1px #aaa dotted;
	padding: 4px;
	margin: 0px;
}
.dia_vorschau .bild_table_outer {
	margin-right: 4px;
	border-top: 2px rgb(128,0,0) solid;
}
.dia_vorschau .bild_table {
}
/*--------smartphone tablet-----------------------------------------------------------*/
@media  screen and (max-width:800px ) {
.lyrik {
	/* border: 1px #cacaca dotted;
*/
	background-color: rgba(232, 231, 231, 0.57);
	color: #000000;
	/* padding: 12px;
*/
	/* font-weight: bold;
*/
	text-align: center;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
}
}