﻿@import url(master.css);
#ProductPage{
	background:#81F79F;
	width:100%;
	clear:both;	
	overflow:hidden;
	display:inline-block;
	
}
#ProductPage div:not([class]){
	height: 400px;
	overflow:hidden;
	float:left;
	

}
div.ProdPageHeadline
{
	font-size: 1.5em;
	color: #469;
	margin: 10px 10px 10px 0;
	text-align:center;
	clear:both;	
	float:left;
	width:100%;
}
	
td.Product
{
	color:#008080
}




span.Preis, span.VarPreis 
{
	
	font-size:small;
	font-weight: bold;
	color:#008080
	
}

span.BestNr, span.VarBestNr {
	font-size:small;
	font-weight: bold;
	color:#008080
	
}
