/** TABLES *****************************************************************************************************************/
/* Beschreibung der gängigen Tabellen, die auf der Seite verwendet werden.                                                 */

/** INPUT SET **************************************************************************************************************/
/* Tabelle zum Strukturieren und Sätzen von Feldern eines pagebeam Formulars, mit der Bezeichnung auf der linken Seite und */
/* den Eingabefeldern auf der rechten Seite...                                                                             */
/*                                                                                                                         */
/* pagebeam table[set|form] :: Tabellen die dem Raster [NAME|WERT] Variablen und ihre Werte gegenüberstellen.              */

#thermos-hifi table.set,
#thermos-hifi table.form {
	/* margin: 0px; oben rechts unten links */
	border-collapse: collapse;
}

#thermos-hifi table.set th,
#thermos-hifi table.set td,
#thermos-hifi table.form th,
#thermos-hifi table.form td {
	padding: 0; /* top right bottom left */
	/* text-align: left; */
	vertical-align: top;
}

#thermos-hifi table.set .label,
#thermos-hifi table.form .fields {
	/* padding: 0px 3px 0px 0px; top right bottom left */
	padding: 0; /* top right bottom left */
	padding-right: 3px;
	padding-bottom: 3px;
	text-align: right;
	vertical-align: top;
}

#thermos-hifi table.set .fields,
#thermos-hifi table.form .fields {
	/* padding: 0px 0px 3px 0px; top right bottom left */
	padding: 0; /* top right bottom left */
	padding-right: 3px;
	padding-bottom: 3px;
	text-align: left;
	vertical-align: top;
	/* overflow: scroll; */
	/* position: relative; */
}

#thermos-hifi table.set .note,
#thermos-hifi table.form .note { /* eingesätzte Zusatzzeile */
	padding: 0; /* top right bottom left */
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
}

#thermos-hifi table.set .comment {
	font-size: 10px;
	/* line-height: 9px; */
	color: #556;
}


/*****************************************************************************************************************pagebeam**/