﻿@import url(master.css);
#ProductPage{
	background:#81F79F;
	width:100%;
	clear:both;	
	overflow:hidden;
}

td.ProdPageHeadline
{
	font-size: 2em;
	color: #008080;
	margin: 10px 10px 10px 0;
	text-align:center;
	vertical-align:middle;
	width:100%;
}
	
td.Product
{
	
	overflow:hidden;
	background:#FFFFCC;
	padding: 10px;
	color: #008080; 
	border: thin;
	text-align:center;
	vertical-align:top;
}
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
}
