.produkt-gegenueberstellung{
	width:auto;
	margin-top:0px;
	margin-right:5px;
	margin-bottom:10px;
	background-color:#ffffff;

}

.tbl-produkt-gegenueberstellung{
	width:100%;
	border-collapse: collapse;
}

.tbl-produkt-gegenueberstellung td, th{
	padding:8px;
	border:1px solid #cccccc;
	font-size:1.0em;
}

.tbl-produkt-gegenueberstellung th{
	/*background-color:#0273bb;*/
	background-color:#1d5283;
	color:#ffffff;
	font-weight:bold;
}

.td-produkt-bereich{
	/*background-color:#0273bb;*/
	background-color:#1d5283;
	color:#ffffff;
	font-size:1.1em;
	font-weight:normal;
	text-align:left;
}

.td-produkt-eigenschaft{
	text-align:center;
	font-size:1.1em;
	font-weight:normal;
}

.td-grey{
	background-color:#f2f2f2;
}

.td-green{
	background-color:#66cc00;
}

.td-red{
	background-color:#db0000;
	color:#ffffff;
}

.produkt-gegenueberstellung-image{
	display:block;
	width:auto;
	margin-top:0;
	margin-right:10px;
	margin-left:5px;
	margin-bottom: 10px;
	/*background-color:#0273bb;*/
	background-color:#1d5283;
	color:#ffffff;
	text-align:center;
	border:1px solid #cccccc;
	text-decoration:none;
	position:relative;
}

.produkt-gegenueberstellung-image:hover{
	/*background-color:#fbba1d;*/
	background-color:#ac5258;
	/*color:#000000;*/
	color:#ffffff;
	border:1px solid #000000;
}

.pg-angebot-in{
	position:absolute;
	right:0;
	bottom:0;
	width:60%;
	background-color:#ffffff;
	opacity:0.9;
	color:#000000;
}

.pg-angebot-text{
	/*background-color:#fbba1d;*/
	background-color:#ac5258;
	/*color:#000000;*/
	color:#ffffff;
	padding:5px;
	font-weight:bold;
}

.produkt-gegenueberstellung-image-div{
	display:block;
	width:auto;
	margin-top:0;
	margin-right:10px;
	margin-left:5px;
	margin-bottom: 10px;
	/*background-color:#0273bb;*/
	background-color:#1d5283;
	color:#ffffff;
	text-align:center;
	border:1px solid #cccccc;
	position:relative;
}

@media screen and (max-width: 960px) {
	.tbl-produkt-gegenueberstellung th{
		font-size:0.8em;
	}
	
	.tbl-produkt-gegenueberstellung td{
		font-size:0.8em;
	}
}

@media screen and (max-width: 600px) {
	.produkt-gegenueberstellung{
		display:none;
	}
}