@charset "utf-8";
/*
* $Id: reset.css 0.3 2021/03/31 09:43:29 robert Exp $
*  (Zeit in UTC!)
* Autor: ROBe EDV, Robert Berghaus
* erstellt: 02.06.2013
* letzte Änderung: 22.10.2020
*
* Attribute zurücksetzen
*/
/*
	22.10.2020: Änderungen für Tabelle vorgenommen, damit die Spalten passen
*/

* {
	margin: 0;
	padding: 0;
	border: 0 none;
}

[hidden], area, base, basefont, command, datalist, head, input[type=hidden], link, 
menu[type=context], meta, noembed, noframes, param, rp, script, source, style, track, title {
	display: none;
}

address, article, aside, blockquote, body, center, dd, dir, div, dl, dt, 
figure, figcaption, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
hr, html, legend, listing, menu, nav, ol, p, plaintext, pre, section, summary, ul, xmp {
	display: block;
	unicode-bidi: embed;
}

table {
	display: table;
	unicode-bidi: embed;
}

caption {
	display: table-caption;
	unicode-bidi: embed;
}

colgroup, colgroup[hidden] {
	display: table-column-group;
	unicode-bidi: embed;
}

col, col[hidden] {
	display: table-column;
	unicode-bidi: embed;
}

thead, thead[hidden] {
	display: table-header-group;
	unicode-bidi: embed;
}

tbody, tbody[hidden] {
	display: table-row-group;
	unicode-bidi: embed;
}

tfoot, tfoot[hidden] {
	display: table-footer-group;
	unicode-bidi: embed;
}

/* Das führt dazu, daß die Kopf und Body der Spalten nicht stimmen,
	außerdem verschwindet eine leere Spalte.
	display: table-header-group;
*/
tr, tr[hidden] {
	unicode-bidi: embed;
}

td, th, td[hidden], th[hidden] {
	display: table-cell;
	unicode-bidi: embed;
}

colgroup[hidden], col[hidden], thead[hidden], tbody[hidden], tfoot[hidden], tr[hidden], td[hidden], th[hidden] {
	visibility: collapse;
}

li {
	display: list-item;
	unicode-bidi: embed;
}

ruby {
	display: ruby;
}

rt {
	display: ruby-text;
}
