html, body {
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica;
	color: black;
	font-size: 14px !important;
}


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;
	width: 150px;
	height: 25px;
}

table.cennik tr td span {
	font-size:11px;
}



/*///////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////// ORDER /////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////*/

table.order tr td {
	font-size:10px;
	text-align: right;
	height: 25px;
}




/*///////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////// BANNERS ////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////*/

table.reklama tr.top td {
	background: url(../images/site/table_top.jpg) repeat-x top;
	color: white;
	font-weight:bold;
	padding: 5px 0;
	text-align: center;
}

table.reklama tr.middle td {
	text-align: center;
	font-size:12px;
}

tr.middle td.active {
	background-color: #6F6F6F;
	color: white;
}

tr.middle td.active a {
	color: white;
}

tr.bottom td {
	 border-top: 1px solid #B3624D;
	 border-bottom: 1px solid #B3624D;
	 font-size:12px;
}


/*///////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////// MVM //////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////*/

td.mvm {
	font-size:10px;
	font-family: arial, verdana;
	color: white;
	padding-bottom: 5px;
	text-align: center;
}

td.mvm a:link, td.mvm a:visited {
	color: #CC6A5D !important;
	text-decoration: none; 
}

td.mvm a:hover {
	text-decoration: underline; 
	color: #CC6A5D !important;
}
