﻿@import url(master.css);
#ProductPage{
	background:#CCFFCC;
	width:100%;
	clear:both;	
	overflow:hidden;
}

div.ProdPageHeadline
{
	font-size: 1.5em;
	color: #469;
	margin: 10px 10px 10px 0;
	text-align:center;
	clear:both;	
	float:left;
	width:100%;
}
	
td.Product
{
	
	background:#FFFFCC;
	padding: 5px; 
	border: thin;
	text-align:center;

	
}

div.Product div
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}


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
	
}
