@charset "UTF-8";


/* --------------- MEDIA SCREEN --------------- */
/* -------------------------------------------- */
@media screen {


.print{
			display:none; }
/*	 styl dla BODY jest w osobnych plikach		
body {
	background-color: #53616e;
	background-image: url('img/bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	color: #c4cdd6;
	font-family: trebuchet MS, tahoma;
	font-size: 13px;
	padding: 0px; 
	margin: 0px;
	} */
	
img {
	border:none;
	/*display: block; */
	}		
	
div {
	overflow: hidden;}
a {
	text-decoration:underline;
	color: #75c1d3;
	}
a:hover {
	text-decoration:underline;
	}
a:visited {
	color: #75c1d3;
	}
abbr {
	cursor: help;}	
em {
	font-weight: bold;
	}
.clear {
	clear:both;
	height: 0px;
	}

/* -------- POZYCJONOWANIE OBRAZKÓW ------ */
/* --------------------------------------- */
.center {
	text-align: center;
	}
.right {
	float: right;
	margin: 15px 0px 15px 15px;
	}
.left {
	float: left;
	margin: 15px 15px 15px 0px;
	}
/* .pozycjonowanie obrazków */




/* ---------- LAYOUT -------------------- */
/* -------------------------------------- */	
/* STRONA GŁÓWNA */
#topHeader, .divMax {
	width: 987px; /*1158 */
	margin: 0px auto;
	}
	
#topHeader img {
	float: left;
	}
	
.divMedium {
	width: 987px;
	margin: 0px auto;
	}
	
.divMedium img {
	float: left;
	}
	
.divLogoMenu{
	float: left; width: 342px;
	}
	
	
	
/* PODSTRONY */

.divBgCenter{
	background-image: url('img/bgCenter.jpg'); 
	background-repeat: no-repeat;	
	}

.breadcrumbs {
	color: #d2d5da; 
	font-size: 10px; 
	margin-top: 20px; 
	text-align: right;
	}
.breadcrumbs a{
	color: #d2d5da;
	}
	
.divProd {
	width: 180px;
	height: 232px;
	border: 0px solid #ffb000;
	font-size: 12px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	}
	
.divProd img {
	clear: both;
	float: none;
	vertical-align: middle;
	margin-bottom: 3px;
	}
	
.divProd div {
	width: 149px;
	padding: 3px 6px 5px 5px;
	border: 0px solid #00b4ff;
	background-image: url('img/bgimg.gif'); 
	background-repeat: no-repeat;	
	background-position: top center;
	}	
	
.divProd .fl {
	float: left;
	}
	
.divProd .fr {
	float: right;
	line-height: inherit;
	}
	
	
	
	
.divProdAngebot{
	width: 180px;
	height: 270px;
	border: 0px solid #ffb000;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	}
.divProdAngebot div{
	width: 159px;
	background: none;
	}	
.divProdAngebot img{
	border: 3px solid #43212a;
	}
.angebotebig img{
	border: 10px solid #43212a;
	}	
	
	
	
.prDiv {
	line-height: 11px;
	padding-top: 3px;
	float: right;
	}
.prPreis {
	
	}
.prCena {
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
	}	
.prVat {
	font-size: 9px;
	font-weight: normal;
	display: block;
	}	
	
	
	
	
.divProd a {
	color: #75c1d3;
	padding: 3px 0px;
	margin: 0px;
	text-decoration:none;
	}
	
.divProd a:hover {
	text-decoration:underline;
	}
	
.divProd a:visited {
	color: #75c1d3;
	}
	
.divProdDetails {
	margin-left: 54px;
	padding: 20px 0px 20px 0px;
	}
	
.divProdDetails table {
	border-collapse: collapse;
	margin-left: 1px;
	width: 237px;
	margin-bottom: 43px;
	}
	
.divProdDetails td {
	border: 1px solid #7f868e;
	font-size: 12px;
	border-left: none;
	border-right: none;
	vertical-align: top;
	}
	
.divProdDetails ul{
	padding: 15px 15px 25px 15px;
	margin: 0px;
	}
	
.priceBig {
	width: 128px; 
	height: 38px; 
	background-color: #50323a; 
	float: right; 
	font-size: 24px; 
	text-align: center; 
	padding-top: 8px;
	line-height: 16px;
	}		
	
.divPrinter {
	width: 164px; 
	border-top: 1px solid #7f868e; 
	float: right; 
	margin-bottom: 10px;
	}
	
	
	

	
	
/* ---------- LAYOUT -------------------- */
/* -------------------------------------- */
h1 {
	color: #404b56; 
	font-size: 30px; 
	font-weight: normal; 
	padding: 0px; 
	margin: 34px 0px 0px 27px;
	}
h2{
	color: #dfe2e8; 
	font-size: 24px; 
	font-weight: normal; 
	padding: 0px; 
	margin: 0px;
	}	


	
/* WCIĘCIA TEKSTU */
/*.ind{
	padding: 0px 0px 0px 33px;
	margin: 0px;
	}
.ind p{
	padding: 5px 0px;
	margin: 0px;
	} */
/* end WCIĘCIA TEKSTU */


.angebotebig, .angeboteico {
	text-align: center;
	} 	
.angebotebig img {
	float: none;
	}
.angeboteico img {
	margin: 5px;
	float: none;		
	}
		
		
	
										
		
}

 
 
 


/* --------- MEDIA PRINT SCREEN ------------------ */
/* ----------------------------------------------- */
@media screen, print { 

	fieldset {
		border: none;
		}
}


			
			
			
			
			
			
			
			
			
			