@charset "utf-8";

/* Tabelle */

.tabelle {
			/* empty */

}
.tabelle-breit {
/*			font-size:90%; */
			font-size:20px;
}

table {
			width:100%;
			empty-cells:show; 
			border-collapse: collapse;
			word-wrap : break-word;
}

tr {
			vertical-align:top;
}

td {
			padding:4px 2px 4px 2px;
			border: 2px solid #000000;
			hyphens: manual;
}

td.item {
			width:50px;
}

.table_head {
			font-weight:700;
}

.zeile_1 {
			background:#1B1B1B;
			vertical-align:top;
}

.zeile_2 {
			background:#0F0F0F;
			vertical-align:top;
}

table.tabelle-breit-hinterlegt, table.tabelle-schmal-hinterlegt, table.tabelle-schmal, table.tabelle-breit {
			table-layout:fixed;
}

table.tabelle-breit-hinterlegt .zeile_1 {
			background:#383838;
			vertical-align:top;
}

table.tabelle-schmal-hinterlegt .zeile_1 {
			background:#383838;
			vertical-align:top;
}

table.tabelle-hinterlegt .zeile_1 {
			background:#383838;
			vertical-align:top;
}

table.tabelle-breit-hinterlegt .zeile_2 {
			background:#383838;
			vertical-align:top;
}

table.tabelle-schmal-hinterlegt .zeile_2 {
			background:#383838;
			vertical-align:top;
}

table.tabelle-hinterlegt .zeile_2 {
			background:#383838;
			vertical-align:top;
}

table.tabelle-hinterlegt .table_head {
			font-weight:700;
			background:#383838;
}

table.tabelle-breit-hinterlegt .table_head {
			font-weight:700;
			background:#383838;
}

table.tabelle-schmal-hinterlegt .table_head {
			font-weight:700;
			background:#383838;
}

table.tabelle-hinterlegt .table_head {
			font-weight:700;
			background:#383838;
}

/* Ende Tabelle */
