@charset "utf-8";
/*
* $Id: reset.css 0.2 2013/12/13 17:11:36 robert Exp $
*  (Zeit in UTC!)
* Autor: ROBe EDV, Robert Berghaus
* erstellt: 02.06.2013
* letzte Änderung: 02.06.2013
*
* Attribute zurücksetzen
*/

* {
	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;
}

tr, tr[hidden] {
	display: table-header-group;
	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;
}
