html, td   {
font-family:verdana, sans-serif;
}
img, frame
{
border:0;
}
#kriterien, #warenkorb, #produktgruppe
{
	position:absolute;
	top:1%;
	height:35%;
}
#kriterien
{
	left:2%;
	width:23%;
}
#warenkorb
{
	background-color:white;
	left:55%;
	width:44%;
	overflow:auto;
}
#produktgruppe
{
	background-color:white;
	left:27%;
	width:27%;
	overflow:auto;
}
li.produktgruppe
{
  font-family:verdana;
  color:000;
  font-size:8pt;
  text-decoration:none;
}
#content
{
	position:absolute;
	height:62%;
	background-color:white;
	left:2%;
	top:37%;
	width:98%;
	right:1%;
	overflow-y:auto;
	overflow-x:hidden;
}

td.listitem
{
	font-size:10pt;
}
td.group
{
	font-size:8pt;
}
a.group
{
	color:black;
	font-size:7pt;
	text-decoration:none;
	font-weight:bold;
}


td.columnname, td.columnname1
{
	font-weight:bold;
	color:#003366;
	font-size:10pt;
	text-align:center;
	background-color:#FCE6A3;
}
td.columnname1
{
	text-decoration:underline;
	cursor:pointer;
}
select.hersteller
{
	width:180px;
	height:22px;
}
input.suche
{
	width:180px;
	height:22px;
}
input.btn_suche
{
	height:21px;
}

