﻿@import url(master.css);
#ProductPage{
	background:#81F79F;
	width:926px;
	clear:both;	
	overflow:hidden;
	border-spacing:0;
	height:805px;
	padding:2;
}

td.ProdPageHeadline
{
	font-size: 1.5em;
	color: #469;
	background:#FFFFCC;
	margin: 10px 10px 10px 0;
	text-align:center;
	
	clear:both;	
	float:left;
	width:100%;
}
	
td.Product
{
	color:#008080;
	overflow:hidden;
	float:left;
	background:#FFFFCC;
	text-align:center;
	vertical-align:top;
	
}

td.Product p
{
	
}


span.Preis, span.VarPreis {
	clear:both;
	font-size:small;
	font-weight: bold;
	
}

span.BestNr, span.VarBestNr {
	font-size:small;
	font-weight: bold;
	color:#008080
	
}
