/* body width Regel entfernt - verhinderte Footer-Anzeige im Router-System
   Das Router-Layout verwendet flexibles Layout über layout.css */
/*#main-section {*/
/*	padding: 20px 110px;*/
/*}*/

td { width:211px; font-family: farofont, Sans-serif; font-size:10pt;}
/* td img Regel entfernt - verzerrt Bilder wie prdetails.png (103x20px)
   Stattdessen spezifische Regeln wie .element img verwenden */
td.empty { width:38px }

.headline
{
	display: block;
	margin-bottom: 24px;
	color: rgb(52,61,71);
	font-family: farofont, Sans-serif;
	font-size:18px;
	font-weight:600;
}

/* .row nur für Produktreihen im main-section, nicht global */
#main-section .row
{
	display: flex;
	justify-content: flex-start;
	gap: 60px;
	height: 168px;
}

.element
{
	display: block;
	width: 116px;
	height: 168px;
	/*margin-right: 50px;*/
	/*float: left;*/
}

.element img
{
	display: block;
	width: 116px;
	height: 118px;
	border: 0px;
}

.text
{
	display: block;
	height: auto;
	padding-top: 4px;
	color:rgb(52,61,71);
	font-family:farofont,Sans-serif;
	font-size:10pt;
}