﻿@import url(master.css);
#column_r 
{
	width:1%;
}
#masthead
{
	display:none;
}
#ProductPage{
	width:100%;
	
}

div.NoProdPageHeadline
{
	font-size: 1.5em;
	color: #469;
	margin: 10px 10px 10px 0;
	text-align:center;
	clear:both;	
	float:left;
	width:100%;
	display:none;

}
div.ProdPageHeadline
{
	font-size: 1em;
	color: #469;
	margin: 10px 10px 10px 0;
	text-align:center;
	clear:both;	
	float:left;
	width:100%;
	display:none;
}

div.Product img[id^="expandedImg"]
{
	display:none;
}
div.Product
{
	margin: 5px 5px 5px 0;
	background:#FFFFCC;
	text-align:center;
	width: 700px;
	margin: 5px 5px 5px 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border:1px gray solid;
	display:block;
	clear:both;
}

div.Productrow
{
	position: relative;
	display:block; 
	min-width:100%;
	clear: both;
	background:#FFFFCC;
}	


span.Preis, span.VarPreis {
	clear:both;
	font-size:small;
	font-weight: bold;
	color:#008080
}


 /* The grid: Four equal columns that floats next to each other */
.row {
  display:block;
 }
.column {
  float:left;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
  height: 206px;
  page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
  page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
  page-break-inside: avoid; /* or 'auto' */
}

span.Preis
{
	font-size:x-small;
	font-weight: bold;
	color:#008080;
	float:right;	
	padding-top: 2px;
	padding-right: 2px;

}

