﻿@import url(master.css);
#ProductPage{
	background:#CCFFCC;
	width:100%;
	clear:both;	
	overflow:hidden;
	border:thin solid;  
	height:1003px; 
	border-spacing: 1px;
	width:854px; 
	
}

tr.ProdPageHeadline
{
	background:#FFFF00;
	height:270px;  
	width:284px;
	color: #008080;
	margin: 10px 10px 10px 0;
	text-align:center;
}

	
td.Product
{
	
	overflow:hidden;
	padding: 10px;
	color: #008080; 
	border: thin;
	text-align:center;
	vertical-align:top;
}
td.Product P{
	text-align:center;
}
span.Preis, span.VarPreis {
	clear:both;
	font-size:small;
	font-weight: bold;
	color:#008080
}

span.BestNr, span.VarBestNr {
	font-size:small;
	font-weight: bold;
	color:#008080
}
