

/* # individualformat (id) */
/* . class */
/* top, right, bottom, left */

.sichtbar
{
	/*display: compact;*/
	display: run-in;
}

.unsichtbar
{
	display: none;
}

#tableDetailInfo tr.header
{
	font-weight: bold;
	font-size: 1.1em;
}

#tableDetailInfo th
{
	text-align: left;
}


