/* fixing */
#container {
margin: 0;
padding: 0;
}

/* logo size */
#header {
	width: 1250px; /* 950px; */
	height: 129px; /* 286px; */
	overflow: hidden;
	background: url('/themes/cobtheme/logo-1250.jpg')
}
#logo {
	width: 1250px;
	height: 264px;
	min-height: 264px;
}

/* page width + center */
#mainOut, #header {
	width: 1250px; /* 950px; */
	margin: 0px auto;
}

/* floating stuff fix */
#mainOut:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* wszystkie divy w jednej linii */
#sidebar-left, #sidebar-right, #content {
	float: left;
}

/* sidebary -> 175px */
#sidebar-left, #sidebar-right {
	width: 175px ;
}

/* content */
#content {
	width: 900px; /* 600px; */
}

/* pole pod mapą na stronie głównej, wyświetla opisy i grafiki budynków */
#przedluzenie_mapy {
	float: left;
	width: 528px;
	margin-left: 178px; /* 28px; dla szerokosci strony 950px*/
}
#teksty_opisów_na_mapie {
	width: 420px;
	color: #32271b;
}