@import url('buttons.css');

body { 
	font-family: Tahoma;
	font-size: 13px;
	text-align: center;
	background-color: #E0DEBC;
	color: #606060;
}

.c {
	text-align: center;
}

.cl {
	clear: left;
}

table { 
	font-family: Tahoma;
	font-size: 13px;
	color: #606060;
}

th {
	text-align: left;
	background-color: #eeffcf;
}

a {
	color: #606060;
	text-decoration: none;
}

.big {
	font-size: 13px;
	font-weight: bold;
}

a:hover {
	color: #606060;
	text-decoration: underline;
}

div#menu {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

div#middle {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url('../images/body-back.gif');
	background-position: center;
	background-repeat: repeat-y;
	display: block;
}

div#down {
	width: 820px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/down.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

div#body-txt {
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
	padding-bottom: 10px;
}

div#down-txt {
	padding-right: 25px;
	padding-top: 26px;
	font-size: 11px;
	float: right;
}

div#clc {
	float: left;
}

.block {
	display: block;
}

/* tabela */

.cell-1 {
background-color: #F5F2EF;
}

.cell-2 { 
background-color: #F4F4F4;
}

.cell-3 {
background-color: #E9E9E9;
}

.cell-4 {
background-color: #DFDFDF;
}

.table-head { 
font-size: 19px;
font-weight: bold;
color: #008ED6;
}

.back {
width: 220px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
margin-right: 10px;
}

div.naviBar {
margin-bottom: 20px;
text-align: center;
}

div.column {
	float: left;
	width: 380px;
}

div.column_small {
	float: left;
	width: 200px;
}

#gmap {
	margin-top: 32px;
	height: 430px;
}

table.pricelist {
	margin-top: 30px;
}
/* testowo */
.linia { 
	border: 1px solid #000000;
}