	div.materialgruppe
	{
		overflow-x:hidden;
		overflow:scroll;
		width:320px;
		max-width:300px;
		max-height:200px;
		height:200px;
		background-color:#D8F8FF;
	}
	td.maxtext, td.groupmaxtext
	{
		min-width:200px;
		text-align:left;
	}
	
	div.materialgruppe table
	{
		width:320px;
	}
	table.materialtable, table.materialgroup
	{
		width:80%;
		margin-left:auto;
		margin-right:auto;
		font-size:12px;
		border: 1px solid silver;
		padding:5px;
		border-bottom:5px;
		
	}
	
	table.materialtable td.produktfotoklein {
		width:220px;
	}
	
	table.materialtable div#preis
	{
		width:100%;
		text-decoration:none;
		font-size: 14px;
		color:red;
		text-align: right;
	
	}
	table.materialtable div#preissmall
	{
		width:100%;
		text-decoration:none;
		font-size: 10px;
		color:grey;
		text-align: right;
	
	}
	
	table.materialtable a
	{
		width:100%;
		text-decoration:none;
		font-size: 10px;
		color:grey;
	
	}
	
	table.materialtable a.produktname
	{
		width:100%;
		text-decoration:none;
		font-size: 16px;
		color:black;
		border-bottom:1px dotted black;
	
	}
	
	table.materialtable div.produktbild {
		max-width:320px;
		width:320px;
	
	}
	
	table.materialtable div#artikelname {
    	text-transform: uppercase;
    	font-weight: bold;
	}
	
	table.materialtable div#artikelspace {
    	border-bottom: 1px dotted black;
    	margin-top: 10px;
    	margin-bottom: 10px;
	}
	
	table.materialtable div#artikelnummer {
	
	}
	
	table.materialtable div#preis {
	    text-align: right;
	    font-weight: bold;
	    font-size: 18px;
	}
	
	table.materialtable div#mwst {
	    text-align: right;
	    font-size: 12px;
	}
	
	table.materialtable div#produktbild img {
	    max-width: 220px;
	}
	
	table.materialtable div#contentartikel {
		margin-top:20px;
	}
	
	table.materialtable td.next, table.materialtable td.previous, table.materialtable td.center
	{
		width:33%;
		text-align:center;
	}
	
	div.paging {
		margin:10px;
	}
	
	div.produktthumbs {
	    display: block;
	    float: left;
	    width: 130px;
	    height: 130px;
	    margin: 5px;
	    border: 1px solid black;
	    text-align: center;
	    padding: 5px;
	}
	
	select.kategorien {
		width:100%;
		overflow:hidden;
		margin:5px;
	}
	
	div.produktthumbs img {
	    max-width:120px;
	    max-height: 120px;
	}
	
	div.paging a {
		padding:5px;
		padding-left:10px;
		padding-right:10px;
		text-decoration:none;
		color:black;
	}
	
	tr.listUngerade:hover, tr.listGerade:hover
	{
		background-color:yellow;
		font-size:12px;
	}
	tr.listUngeradeTouch:hover, tr.listGeradeTouch:hover
	{
		background-color:yellow;
		font-size:24px;
	}
	
	tr.listGeradeTouch
	{
		background-color:#ECFFF8;
		font-size:20px;
		
	}	
	tr.listUngeradeTouch
	{
		font-size:20px
	}
	
	tr.listGerade
	{
		background-color:#ECFFF8;
		font-size:12px;
		
	}	
	tr.listUngerade
	{
		font-size:12px
	}
	tr.listSelection
	{
		background-color:orange;
		font-size:12px;
	}
