* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background:url(../images/tail-top.jpg) center top repeat-x #ed4969;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%;
	line-height:.875em;
	color:#535353;
}

img {
	border:0;
	vertical-align:top;
	text-align:left;
}
object {
	vertical-align:top;
	outline:none;
}
ul, ol {
	list-style:none;
}

.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}

.col-1, .col-2, .col-3 {
	float:left;
}

.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}

.wrapper {
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:946px;
	margin:0 auto;
	font-size:.69em;
}

#header {
	height:183px;
}

#footer {
	padding:23px 0 64px 12px;
}


/*---- tailings ----*/
.tail-top {
	background:url(../images/tail-top.gif) left top repeat-x #ffbb00;
}
.tail-bottom {
	background:url(../images/tail-bottom.gif) left bottom repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent {
	margin:0 20px 0 0;
	float:left;
}
.img-box {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
	.img-box img {
		float:left;
		margin:0 20px 0 0;
	}

.extra-wrap {
	overflow:hidden;
}


p {
	margin-bottom:12px;
}
.p1 {
	margin-bottom:8px;
}
.p2 {
	margin-bottom:16px;
}
.p3 {
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#de3f5a;
	outline:none;
}
a:hover{
	text-decoration:none;
}


h1 {

}
h2 {
	font-size:1.64em;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:6px;
}
h3 {
	font-size:1.64em;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:16px;
	color:#fff;
}
h4 {
	font-size:1em;
}
	h4 a {
		color:#e8425e;
		text-decoration:none;
	}
	h4 a:hover {
		text-decoration:underline;
	}
h5 {
	font-size:1.1em;
	margin-bottom:6px;
}
h6 {
	font-size:1em;
	color:#de3f5a;
	margin-bottom:10px;
	padding-top:8px;
}
h6.alt {
	margin-bottom:0;
}


.txt1 {
}
.txt2 {
}

.link1 {
	text-decoration:none;
	font-weight:bold;
}
	.link1:hover {
		text-decoration:underline;
	}

.link2 {
	text-decoration:none;
	font-weight:bold;
	color:#6f2533;
}
	.link2:hover {
		text-decoration:underline;
	}


.button {
	float:left;
	position:relative;
	margin:-20px 0 0 0;
	padding-left:13px;
}
	.button span {
		display:block;
		background:url(../images/button-left.png) no-repeat left top;
		padding-left:31px;
		float:left;
	}
		.button span span {
			background:url(../images/button-right.png) no-repeat right top;
			padding-right:14px;
			padding-left:0;
		}
			.button span span a {
				display:block;
				background:url(../images/button-bg.png) left top repeat-x;
				padding:12px 2px 12px 4px;
				color:#000;
				text-decoration:none;
				font-weight:bold;
				font-size:1.1em;
				float:left;
			}
			.button span span a:hover {
				text-decoration:underline;
			}

.line-hor {
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver {
	background-image:url(../images/line-ver.gif);
	background-repeat:repeat-y;
	width:100%;
}

.title {
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
	width:100%;
	margin-bottom:7px;
}
	.box .left-top-corner {
		background:url(../images/left-top-corner.png) no-repeat left top;
		padding-left:15px;
	}
	.box .right-top-corner {
		background:url(../images/right-top-corner.png) no-repeat right top;
		padding-right:15px;
	}
	.box .border-top {
		height:15px;
		overflow:hidden;
		font-size:0;
		line-height:0;
		background:#fff;
	}
	.box .left-bot-corner {
		background:url(../images/left-bot-corner.png) no-repeat left top;
		padding-left:15px;
	}
	.box .right-bot-corner {
		background:url(../images/right-bot-corner.png) no-repeat right top;
		padding-right:15px;
	}
	.box .border-bot {
		height:15px;
		overflow:hidden;
		font-size:0;
		line-height:0;
		background:#fff;
	}
	.box .inner {
		padding:0 25px 5px 15px;
		background:#fff;
	}
	.box .inner1 {
		padding:0 14px 1px 15px;
		background:#fff;
	}

.box1 {
	width:100%;
	margin-bottom:7px;
	color:#fff;
	line-height:16px;
	position:relative;
}
	.box1 .left-top-corner {
		background:url(../images/left-top-corner1.png) no-repeat left top;
		padding-left:15px;
	}
	.box1 .right-top-corner {
		background:url(../images/right-top-corner1.png) no-repeat right top;
		padding-right:15px;
	}
	.box1 .border-top {
		height:15px;
		overflow:hidden;
		font-size:0;
		line-height:0;
		background:url(../images/border-top1.gif) left top repeat-x;
	}
	.box1 .left-bot-corner {
		background:url(../images/left-bot-corner1.png) no-repeat left top;
		padding-left:15px;
	}
	.box1 .right-bot-corner {
		background:url(../images/right-bot-corner1.png) no-repeat right top;
		padding-right:15px;
	}
	.box1 .border-bot {
		height:15px;
		overflow:hidden;
		font-size:0;
		line-height:0;
		background:url(../images/border-bot1.gif) left top repeat-x;
	}
	.box1 .inner {
		padding:12px 25px 20px 15px;
		background:url(../images/box1-bg.gif) left top repeat-x #e0415b;
	}

.box2 {
	width:100%;
	margin-bottom:7px;
	color:#fff;
}
	.box2 .left-top-corner {
		background:url(../images/left-top-corner2.png) no-repeat left top;
		padding-left:15px;
	}
	.box2 .right-top-corner {
		background:url(../images/right-top-corner2.png) no-repeat right top;
		padding-right:15px;
	}
	.box2 .border-top {
		height:15px;
		overflow:hidden;
		font-size:0;
		line-height:0;
		background:#de3f5a;
	}
	.box2 .left-bot-corner {
		background:url(../images/left-bot-corner2.png) no-repeat left top;
		padding-left:15px;
	}
	.box2 .right-bot-corner {
		background:url(../images/right-bot-corner2.png) no-repeat right top;
		padding-right:15px;
	}
	.box2 .border-bot {
		height:15px;
		overflow:hidden;
		font-size:0;
		line-height:0;
		background:#de3f5a;
	}
	.box2 .inner {
		padding:12px 20px 15px 15px;
		background:#de3f5a;
	}



.address {
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd {
		clear:both;
		text-align:right;
	}
		.address dd span {
			float:left;
			padding-right:25px;
		}


/*===== header =====*/
#header .row-1 {
	height:105px;
}
	#header .row-1 .logo {
		padding:19px 0 0 18px;
		float:left;
	}
	#header .row-1 .fright {
		padding:30px 6px 0 0;
	}
	#header .row-1 p {
		font-size:1.18em;
		margin-bottom:17px;
		color:#fff;
	}
		#header .row-1 p a {
			color:#fff;
			font-weight:bold;
			text-decoration:none;
		}
		#header .row-1 p a:hover {
			text-decoration:underline;
		}
#header .nav {
width:945px;
background:url(../images/nav-bg.jpg) left top repeat-x;
height:59px;

}
	#header .nav li {
		float:left;
		background:url(../images/divider.gif) no-repeat left top;
		padding-left:1px;
	}

	#header .nav li.r {
		float:right;
		background:url(../images/divider.gif) no-repeat right top;
		padding-left:0px;
		padding-right:1px;
	}

		#header .nav li a {
			display:block;
			float:left;
			background:url(../images/nav-bg.jpg) left top repeat-x;
			bbackground:url(../images/nav.png) left top repeat-x;
			text-align:center;
			color:#fff;
			text-decoration:none;
			font-size:1.18em;
			font-weight:bold;
		}
			#header .nav li a span {
				display:block;
				float:left;
				wwidth:134px;
				height:59px;
				line-height:56px;
				padding:0 30px;
				cursor:pointer;
			}
		#header .nav li a:hover, #header .nav li a.current {
			background:url(../images/nav-bg-act.jpg) left top repeat-x;
		}
		#header .nav li.last a span {
			background:url(../images/nav-bg-right.jpg) no-repeat right top;
		}
		#header .nav li.last a:hover span, #header .nav li.last a.current span {
			background:url(../images/nav-bg-right-act.jpg) no-repeat right top;
		}
		.nav li.last a.current {
			background:url(../images/nav-bg-act.jpg) left top repeat-x !important;
		}
			.nav li.last a.current span {
				background:url(../images/nav-bg-right-act.jpg) no-repeat right top;
			}
		#header .nav li.last {
			background:none;
			padding-right:0px;
		}
		#header .nav li.first {
			background:none;
			padding-left:0px;
		}
			#header .nav li.first a span {
				background:url(../images/nav-bg-left.jpg) no-repeat left top;
			}
			#header .nav li.first a:hover span, #header .nav li.first a.current span {
				background:url(../images/nav-bg-left-act.jpg) no-repeat left top;
			}


/*===== content =====*/
#content {
	padding:0 3px;
}
	#content .mainContent {
		float:left;
		width:673px;
		margin-right:14px;
	}
	#content .aside {
		float:left;
		width:253px;
	}

/* Easy Slider */
	#slider-wrapper {
		position:relative;
		width:644px;
		height:315px;
	}

	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}

	#slider li{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:644px;
		height:315px;
		overflow:hidden;
		}

	#slider li img {
		display:block;
		margin-bottom:10px;
	}
	#slider li h4 {
		display:inline;
		padding:0;margin:0;
	}
	#prevBtn {
		display:block;
		width:35px;
		height:35px;
		position:absolute;
		left:-25px;
		top:138px;
		z-index:1000;
		background:url(../images/btn_prev.png) no-repeat left top;
	}
	#nextBtn {
		display:block;
		width:35px;
		height:35px;
		position:absolute;
		right:-24px;
		top:138px;
		z-index:1000;
		background:url(../images/btn_next.png) no-repeat left top;
	}
		#prevBtn a, #nextBtn a {
			display:block;
			width:35px;
			height:35px;
		}
/* // Easy Slider */
/* image replacement */
  .graphic, #prevBtn, #nextBtn {
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
	}
/* // image replacement */

.ideas {
	width:100%;
	overflow:hidden;
}
	.ideas li {
		float:left;
		width:33%;
	}
		.ideas li img {
			display:block;
			margin-bottom:4px;
		}
		.ideas li a {
			font-weight:bold;
			color:#535353;
		}

.venues {
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
}
	.venues li {
		float:left;
		width:49%;
		padding-bottom:11px;
	}
		.venues li .indent {
			padding:0 15px 0 0;
		}
		.venues li img {
			float:left;
			margin:0 12px 0 0;
		}
		.venues li h5 {
			padding-top:8px;
		}
			.venues li h5 a {
				color:#535353;
			}

.list1 li {
	background:url(../images/arrow1.gif) no-repeat left 6px;
	padding:0 0 6px 10px;
}
	.list1 li a {
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	.list1 li a:hover {
		text-decoration:underline;
	}

.list2 li {
	background:url(../images/arrow2.gif) no-repeat left 6px;
	padding:0 0 6px 10px;
}
	.list2 li a {
		font-weight:bold;
	}

/*===== footer =====*/
#footer {
	color:#fff;
}
	#footer a {
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#search-form {
	text-align:right;
}
	#search-form fieldset {
		border:none;
		background:url(../images/search-bg.gif) no-repeat right top;
	}
	#search-form input.text {
		background:#fff;
		border:none;
		width:190px;
		padding:2px 6px 2px 6px;
	}
	#search-form input.submit {
		background:none;
		border:none;
		width:64px;
		height:24px;
		color:#fff;
		font-weight:bold;
		cursor:pointer;
	}


/*----- forms -----*/

#venue-search-form {

}
	#venue-search-form fieldset {
		border:none;
	}
	#venue-search-form label {
		display:block;

	}
	#venue-search-form select {
		display: block;
		width: 218px;
		background:#fff;
		border:none;
		padding:2px 5px 2px 2px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		margin-top:3px;
		color:#535353;
	}
	#venue-search-form input.text {
		width:210px;
		padding:3px 3px 3px 5px;
		background:#fff;
		border:none;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		margin-top:3px;
		color:#535353;
	}
	#venue-search-form .button {
		float:right;
		padding-right:13px;
	}


/* CONTACT AREA */
form.contact-area {
	wwidth: 600px;
	margin-top: 25px;
}
form.contact-area fieldset {
    border:0px;
    wwidth:600px;
    padding:0;
    margin:0;
}

form.contact-area input, form.contact-area textarea, form.contact-area select {
    border-radius:7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	padding: 5px;
	width: 465px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	outline: none;float:left;
	margin-left:5px;
}
form.settings input, form.settings textarea {
	width: 320px;
}

form.settings select {
	width: 334px;
}

form.settings option {
	padding-left:6px;
}


form.contact-area textarea {
	height: 90px;
}

form.contact-area textarea:focus, form.contact-area input:focus {
	border: 2px solid #900;
}

form.contact-area input.submit-button {
	width: 100px;
	float: right;
}

form.contact-area label,form.contact-area div.labelWrap {
	clear:left;
    float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
	display:block;
}

form.settings label,form.settings div.labelWrap {
	width: 220px;
}

form.contact-area div.labelWrap label{
    clear:none;
    float:none;
    text-align:left;
    margin:0;
    width:auto;
    padding:0;
    font-size:1em;
    display:inline;
}

.btn, form.contact-area button{
    background:#de3f5a;
    border-radius:7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	padding: 5px 10px;
	border: 2px solid #ccc;
	outline: none;
	float:right;
	font-weight:bold;
	color:white;
	cursor:pointer;
	outline-width: 0px
 }



form.settings button {
    margin-right:46px;
}

.btn {
  float:left;margin-bottom:10px;
}

#panelAdmina .btn { margin:0 0 0 20px;float:none; }
#panelAdmina .btn:hover,
form.contact-area button:hover{
    border: 2px solid #900;
}

ul.formError {
    text-align:center;
   	font-size: 1.4em;
   	color:#900;
   	font-weight:bold;
   	font:700 1.4em/1.5em Arial;
}

p.info {
    font:700 1.4em Arial;
    color: red;
    margin-bottom:0;
}

form.wrapform {
    width:654px;
}


/*   Mapka    */
div#mapCanvas{
    border:1px solid #ddd;
    width:600px;
    height:450px;
    margin:0 auto 0px;
    position:relative;
    background:#de3f5a;
    border-radius:3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow:hidden;
    clear:left;
}



table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	background            : #FFF url(/images/th_bck.gif) repeat-x;
  color                 : #666;
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
  vertical-align:center;
}
tbody tr:hover
{
  background            : #FFF url(/images/tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : 1px solid #CCC;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(/images/foot_bck.gif) repeat;
  color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}
table input
{
	width                 : 40px;
	 vertical-align:middle ;
	 margin-right:10px;
}
table button
{

	 vertical-align:middle ;
	 margin-left:10px;

}


button img { vertical-align: -2px; padding:0 2px 0 0; }


/*btn*/
.table-btn {
      display:inline-block;
      background:none;
      margin:0;
      padding:3px 0;
      border-width:0;
      overflow:visible;
      font:100%/1.2 Arial,Sans-serif;
      text-decoration:none;
      color:#333;
      cursor:pointer;
      margin-right: 5px;
      }
    * html button.table-btn {
      padding-bottom:1px;
      }
    /* Immediately below is a temporary hack to serve the
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right
       padding to button elements which can't be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
    .table-btn span {
      background:#ddd url(/images/bg-button.gif) repeat-x 0 0;
      margin:0;
      padding:3px 0;
      border-left:1px solid #bbb;
      border-right:1px solid #aaa;
      }
    * html .table-btn span {
      padding-top:0;
      }
    .table-btn span span {
      position:relative;
      padding:3px .4em;
      border-width:0;
      border-top:1px solid #bbb;
      border-bottom:1px solid #aaa;
      }
    .table-btn img { vertical-align:bottom;margin-right:4px;margin-left:1px;border:2px solid green;float:right; }
    /* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
    button.pill-l span {
      border-right-width:0;
      }
    button.pill-l span span {
      border-right:1px solid #bbb;
      }
    button.pill-c span {
      border-right-style:none;
      border-left-color:#fff;
      }
    button.pill-c span span {
      border-right:1px solid #bbb;
      }
    button.pill-r span {
      border-left-color:#fff;
      }

    /* only needed if implementing separate hover/focus/active state for buttons */
    .table-btn:hover span, .table-btn:hover span span, .table-btn:focus span, .table-btn:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      border-color:#9cf !important;
      color:#000;
      }
    .table-btn:active span {
      background-position:0 -397px;
      outline:none;
      }
    .table-btn:focus, .table-btn:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }

    /* use if one button should be the 'primary' button */
    .primary {
      font-weight:bold;
      color:#000;
    }

      button.change span span { background:transparent url(/images/clock_edit.png) 3px 4px  no-repeat; padding-left:22px}
      button.makeActive span span { background:transparent url(/images/status_online.png) 3px 3px  no-repeat; padding-left:14px;}
      button.del span span { background:transparent url(/images/status_busy.png) 3px 3px  no-repeat; padding-left:14px}
      button.makeUnactive span span { background:transparent url(/images/status_offline.png) 3px 3px  no-repeat; padding-left:14px;}
      button.key span span { background:transparent url(/images/key.png) 3px 2px  no-repeat; padding-left:22px}
      .table-btn:active span span {
      			background-position:3px 4px;
      }

      .table-btn.table:active span span {
      			background-position:3px 3px;
      }
      .makeActive, .makeUnactive {
      			left-margin:10px !important;
      			position:relative;
      			dispaly:block;
      }



.formularzWspolrzedneOferta { display:none; }

/*==========================================*/
#opisy ul { list-style:circle; margin-top:0;margin-bottom: 5px; margin-left:12px; padding-left: 5px; }
#opisy p { margin-bottom:5px; }


form.ajaxLabel label { padding-right:30px;margin-right:0;padding-top:4px;padding-bottom:4px;width:190px; }
form.ajaxLabel label.loading { background:url(/images/ajax-loader.gif) right 5px no-repeat; }
form.ajaxLabel button.loading { background: #DE3F5A url(/images/ajax-loader-butt.gif) 5px 5px no-repeat;padding-left:28px; }
.add  { clear:left; }
.add .hideShow { display:none;height:34px;clear:left;position:relative; }
div.forLink { clear: left }
div.forLink img,
.add .hideShow img,
.add img { padding:8px; }

div.formInfo
{
	padding-left: 140px;
	margin-left: 100px;
	margin-right: 75px;
}

div.formInfo img
{
	float: left;
}

div.formInfo span
{
	padding-top: 10px;
}

SELECT * FROM `oferty` WHERE 1
SELECT

UPDATE oferty SET `opis_obiektu`=REPLACE(`opis_obiektu`, '&oacute;', 'ó');