﻿#ProductPage{
	background:#FFFFCC;
	width:100%;
}

div.ProdPageHeadline
{
	font-size: 1.25em;
	color: #469;
	margin: 10px 10px 10px 0;
	text-align:center;
	clear:both;	
	float:left;
	width:100%;
}
	
div.FunkzubehoerProduct
{
	min-height:320px;
	background:#FFFFCC;
}

div.FunkzubehoerProduct div
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div.ProdLeft 
{
	clear:both;
	float:left;
	width:300px;
	text-align:center;
	background:blue;
	padding-bottom:10px;
	
}
div.ProdLeft img
{
	max-width:90%;
	max-height:90%;
}




div.ProdCenter, div.Beschreibung1 {
	float:left;
	width:300px;
	
    text-align:center;
}
div.ProdCenter img, div.Beschreibung1 img
{
	max-width:90%;
	max-height:90%;
	
}

div.ProdCenter2 {
	float:left;
	width:400px;
	height:300px;
    text-align:center;
}
div.ProdCenter2 img, div.Beschreibung2 img
{
	max-width:90%;
	max-height:90%;
	
}



div.ProdRight,div.Beschreibung2 {
	float:left;
	width:300px;
	text-align:center;
	padding-top: 10px;
	
}
div.ProdRight img ,div.Beschreibung2 img
{
	width:100%;
	height:90%;
}

span.Preis,span.VarPreis {
	white-space: nowrap;
	clear:both;
	font-size:small;
    font-weight: bold;
}

span.BestNr, span.VarBestNr {
	white-space: nowrap;
	font-size:small;
	font-weight: bold;
	color:blue;
}

