body{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica;
	color: black;
	font-size: 14px !important;	
	background-image: url(../images/site/back_text.jpg);
	background-attachment: fixed;
}


a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #CC6A5D;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #CC6A5D;
}



a.button:link, a.button:visited {
	color: white; 
	text-decoration: none;
	background: url(../images/site/back_button.jpg) #b66550 repeat-x top;
	padding: 4px 10px;
	display: block;
	border: 1px solid #b66550;
}

a.button:hover {
	color: #944630; 
	text-decoration: none; 
	background: url(../images/site/back_button_over.jpg) #ffcccc repeat-x top;
	padding: 4px 10px;
	display: block;
	border: 1px solid #b66550;
}





h1 {
	font-size:17px;
	font-weight:bold;
	color: #AB5443;
	margin: 0px;
	padding: 20px 0 0;
}

h2 {
	font-size:15px;
	color: #AB5443;
	font-weight:nbold;
	margin: 0px;
	padding: 15px 0 5px;
}

h3 {
	font-size:17px;
	font-weight:bold;
	color: white;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-size:15px;
	color: #AB5443;
	font-weight:nbold;
	margin: 0px;
	padding: 0px;
}




/*///////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////// CENNIK ////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////*/


table.cennik {
	border: 1px solid #B5644F;
}

table.cennik tr td.bunka{
	text-align: center;
	height: 25px;	
	width: 150px;
}

table.cennik tr td span {
	font-size:11px;
}



/*///////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////// ORDER /////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////*/

table.order tr td {
	font-size:10px;
	text-align: right;
	height: 25px;
}


