/*******************************  OGOLNIE I SZKIELET  **********************************/

body {
		margin: 0; 
		padding: 0; 
		background: url("img/tlo.png");
		font-size: 11px; 
		font-family: Tahoma, Arial, Verdana, "lucida console", sans-serif; 
		text-decoration: none; 
		color:#000000; 
}

#pojemnik_glowny {
		width: 100%;
		background-image: url("img/tlo.jpg");
		background-repeat: repeat-x;
		text-align: center;
		margin: 0;
		padding: 16px 0 0 0;
}

#pojemnik {
		padding: 0;
		width: 748px;
		margin: 0px auto 0px auto;
		text-align: center;
		border: 1px solid #ffffff;
}

#naglowek {
		background-image: url("img/naglowek.jpg");
		background-repeat: no-repeat;
		width: 748px;
		height: 160px;
		margin: 0;
		padding: 0;
}

#pod_pojemnik {
		width: 748px;
		margin: 0;
		padding: 0;
		background: url("img/tlo_strony_pod.png");
		background-repeat: repeat-y;
}

#tresci_pojemnik {
		width: 748px;
		margin: 0;
		padding: 0 0 10px 0;
		border-top: 1px solid #ffffff;
		background: url("img/tlo_strony.png");
		background-repeat: no-repeat;
}

#na_menu {
		margin: 0;
		padding: 72px 0 0 0;
		float: left;
		width: 177px;
}

#na_tresci {
		margin: 0 9px 15px 191px;
		padding: 0;
		width: 545px;
}

#tresci {
		margin: 0;
		padding: 35px 0 0 0;
		text-align: left;
		color: #333333;
		height: 400px;
}

div>#tresci {
	height: auto !important;
	min-height: 365px;
}

#tresci a {
		color: #660000;
		text-decoration: none;
		font-weight: bold;
}

#tresci a:hover {
		color: #C43C03;
}

/*********************************************************/

/* position is everything */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

/********************************************************/


#na_menu ul{ 
	padding: 0; 
	margin: 0; 
	list-style: none; 
	float: left;
}

#na_menu li { 
	position: relative; 
	width: 177px; 
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
}

#na_menu li.ostatni { 
	height: 22px;
	line-height: 22px;
}

#na_menu a {
	width: 177px;
	padding: 0;
	text-decoration: none; 
	color:#ffffff; 
	font-weight: bold;
	background-color: #000000;
	background: url("img/button.gif");
	background-repeat: no-repeat;
	display: block;
}

#na_menu span {
	padding-left: 30px;
}

#na_menu a.active {
	color: #FFBF00; 
}

#na_menu a.active:hover {
	color: #E15704; 

}  

#na_menu a:hover {
	background: url("img/button_over.gif");
	background-repeat: no-repeat;
	color: #333333;
}


/**********************************************************************************************/

.srodek {
		text-align: center;
}

.zdjecie_prawo {
		float: right;
		margin: 0 10px 10px 10px;
		padding: 0;
}

#formularz {
		clear: both;

}

.ofertka {
		margin: 0 0 10px 0;
		padding: 0;
		height: 130px;
	
}

div>.ofertka {
		height: auto !important;
		min-height: 130px;
}

.miniaturka {
		margin: 0 10px 0 0;
		padding: 0;
		width: 120px;
		max-height: 120px;
		overflow: hidden;
		border: 1px solid #000000;
		float: left;
		text-align: center;
}

.miniaturka a {
		border: none;
}

.miniaturka img {
		margin: 0;
		padding: 0;
		
		border: none;
}

.opis {
		margin: 0 0 0 150px;
		padding: 0;

}

.opis h3 {
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 16px;
}

.pozostale p {
		margin: 0 0 0 10px;
		padding: 0;
				

}

input {
	width: 330px;
}

input.pliki {
	width: 250px;
}

input.fire {
	width: 100px;
}

/************************************************************************************************/

#stopka {
		margin: 0;
		padding: 10px 0 0 0;
		color: #333333;
		font-size: 10px;
}

#stopka a {
		color: #660000;
		text-decoration: none;
}

#stopka a:hover {
		color: #C43C03;
}

