body {
  margin:0;
  padding:0;
  font-family:Sans-serif, Arial, Tahoma, Verdana, FreeSans;
  font-size: 12px;
  background:#000 url(../images/bg.jpg) 50% 0 no-repeat;
}

a {
  text-decoration:none;
  outline:none;
}

a:hover {
  text-decoration:underline;
}

h1, h2, h3, p, form, fieldset, ul, ol, img {
  margin:0;
  padding:0;
  border:0;
}

.clear { clear:both; font-size:0; line-height:0; }

/***********************/

#wrapper {
  background:url(../images/top_border.gif) repeat-x;
}

#container {
  width:850px;
  margin:auto;
}

#container .topLinks {
  height:15px;
  padding:3px 0 95px 0;
  text-align:right;
  color:#bf8d5f;
  position:relative;
}

#container .topLinks a {
  color:#bf8d5f;
}

#container .topLinks .logotype {
  display:block;
  width:180px;
  height:100px;
  position:absolute;
  top:0px;
  left:0px;
}

#container .topLinks .bydgoszczToBusiness {
  display:block;
  position:absolute;
  left:200px;
  top:2px;
}

#container .topLinks .topLinksCont {
  width:500px;
  position:absolute;
  right:0;
}

#container .topLinks .logotype img {
  display:block;
}

#container .topLinks span {
  padding:0 5px;
}

#fontSize {
  float:right;
  width:45px;
}

#container .topLinks .fontSize1, #container .topLinks .fontSize2, #container .topLinks .fontSize3 {
  padding:0 2px;
  color:#FFF;
}

#container .topLinks .fontSize2 {
  font-size:12px;
}

#container .topLinks .fontSize3 {
  font-size:13px;
}

#container .topLinks fieldset {
  position:absolute;
  top:88px;
  left:605px;
  width:250px;
}

#container .topLinks fieldset .searchInp {
  background:url(../images/search_input.png) no-repeat;
  width:170px;
  height:23px;
  float:left;
}

#container .topLinks fieldset .searchInp input {
  border:0;
  width:160px;
  position:relative;
  left:-4px;
  top:4px;
  margin:0;
  padding:0;
  font-size:12px;
  background:none;
  color:#492813;
}

#container .topLinks fieldset .send {
  float:left;
  cursor:pointer;
  text-align:center;
  background:#620113;
  color:#d4b155;
  border:0;
  margin:0;
  padding:2px 0;
  width:75px;
  cursor:pointer;
  font-size:12px;
}

/*
#menu {
	float:left;
	width:848px;
	height:32px;
	border:1px solid #520110;
	border-bottom:0;
	list-style-type:none;
	padding:0;
	background:#180204;
	position:relative;
	z-index:9999;
	font-family:Georgia;
	font-size:13px;
}
*/



#menu {
	float:left;
	width:850px;
	height:34px;
	background:url(../images/top_menu_bg.png) no-repeat;
	font-family:Georgia;
	font-size:13px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	text-align:left;
	z-index:9999;
	position:relative;
}

#menu ul {
	float:left;
} 

#menu li {
	display:inline-block;
	display:inline;
}

#menu ul ul {
	position:absolute;
	display:none;
	left:0;
	top:34px;
	border:1px solid #520110;
	border-top:0;
	background:#180204;
}

#menu ul.level1 li.level1-li {
	float:left;
	display:block;
	position:relative;
}

#menu ul {
	
}

#menu span,
#menu a {
	display:block;
	color:#d4b155;
	line-height:33px;
	text-decoration:none;
	padding:0 24px;
	margin:1px 1px 0 0;
}

#menu a.first {
	border-left:1px solid #520110;
}

#menu ul ul a {
	border:0;
	background:#180204;
	line-height:32px;
	z-index:9999;
	color:#FFF;
}

#menu ul.level1 li.level1-li a.level1-a {float:left;}

#menu ul li:hover > ul {display:block;}

#menu li:hover {
	color:#FFF;
	cursor:default;
}

#menu li:hover {
	background-image:url(../images/top_menu_border.png);
	background-position:right top;
	background-repeat:repeat-y;
}

#menu li:hover > a {
	background-color:#180204;
	background-image:url(../images/top_menu_border.png);
	background-position:left top;
	background-repeat:repeat-y;
}

#menu li:hover a.first {
	background-image:none;
}

#menu li:hover ul li a:hover {
	color:#1e0706;
	background:#6b4f28;
}

#menu li:hover > span {
	background:#180204;
	border-color:#520110;
}





/*
#menu li {display:inline; float:left; position:relative; z-index:100;}
#menu li a, #menu li a:visited {display:block; padding:0 10px;color:#d4b155;}

#menu li a {
	border-right:1px solid #180204;
	border-left:1px solid #180204;
	padding:7px 10px 8px 10px;
}

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; display:none; width:160px; z-index:9999;}
#menu dt {margin:0; font-size: 1.1em; float:left; z-index:9999;}
#menu dd {display:block; background: transparent; clear:left; margin:0; padding:0; color: #fff; font-size: 1em; text-align:left; z-index:9999;}

#menu dt a, #menu dt a:visited {display:block; color:#ff8; text-decoration:none;}
#menu dd a, #menu dd a:visited {color:#ff8; text-decoration:none; display:block;}

#menu dd a { height:32px; display:block; overflow:hidden; }

#menu li:hover dd, #menu li a:hover dd {display:block; background:#180204;}
#menu li:hover dl, #menu li a:hover dl {display:block;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {}

#menu li a:hover {
	border-color:#520110;
	background-color:#180204 !important;
	color:#d4b155;
}
*/

#menuSpacer {
  background:#2a0108;
  height:13px;
  position:relative;
}

#container .booking {
  width:268px;
  padding:5px 0 19px 12px;
  background:#110102;
  border:1px solid #260207;
  color:#d4b155;
  position:relative;
}

#container .booking select {
  position:relative;
}

#container .booking .title {
  font-weight:bold;
  font-size:14px;
  padding:0 0 25px 0;
}

#container .booking ul {
  width:252px;
  list-style:none;
}

#container .booking ul li label {
  display:block;
  width:65px;
  float:left;
  font-size:12px;
}

#container .booking ul li div.calBg {
  width:145px;
  height:24px;
  float:left;
  background:url(../images/cal_bg.png) no-repeat;
}

#container .booking ul li div.calBg input {
  border:0;
  position:relative;
  top:3px;
  left:3px;
  margin:0 2px 0 0;
  padding:0;
  width:119px;
  color:#492813;
}

#container .booking ul li input.send {
  background:#620113;
  border:0;
  margin:0;
  padding:2px 0;
  text-align:center;
  width:145px;
  font-size:12px;
  color:#d4b155;
  cursor:pointer;
  position:relative;
  left:65px;
  top:26px;
}

#container .booking .bestPrice {
  position:absolute;
  left:190px;
  top:105px;
  font-size:14px;
  text-align:center;
  display:block;
  width:80px;
}

/************************************************/

#mainPage {

}

#mainPage .left {
  width:282px;
  float:left;
}

#mainPage .mpSWFBox {
  float:left;
  width:568px;
  height:371px;
  background:#000;
  border-top:1px solid #2A0108;
}

#mainPage .reception {
  width:268px;
  height:102px;
  padding-left:12px;
  background:url(../images/reception_bg.png);
  color:#ae9146;
  font-size:11px;
  border:1px solid #260207;
}

#mainPage .reception .title {
  font-weight:bold;
  font-size:14px;
  padding:9px 0 8px 0;
  color:#d4b155;
}

#mainPage .pillar {
  background:#1C0206;
}

#mainPage .mpBottomBox {
  border:1px solid #260207;
  height:159px;
  background:url(../images/mp_bottom_box_bg.png);
  padding-left:1px;
}

#mainPage .mpBottomBox .box {
  width:209px;
  height:159px;
  float:left;
}

#mainPage .mpBottomBox .box .title {
  padding:15px 0 0 35px;
  font-size:16px;
  font-family:Georgia;
}

#mainPage .mpBottomBox .box .title a {
  color:#d4b155;
}

#mainPage .mpBottomBox .box .title a span {
  padding-left:22px;
}

#mainPage .mpBottomBox .box .text {
  padding:4px 5px 0 34px;
  font-size:12px;
  color:#9a7b28;
  height:70px;
}

#mainPage .mpBottomBox .box .more {
  text-align:right;
  padding-right:30px;
  background:url(../images/more.png) 185px bottom no-repeat;
}

#mainPage .mpBottomBox .box .more a {
  color:#d4b155;
}

#mainPage .mpBottomBox .bar {
  width:3px;
  height:159px;
  float:left;
  background:url(../images/mp_bottom_box_bar.png) no-repeat;
  font-size:0;
}

#slider {
  width: 568px; /* important to be same as image width */
  height: 371px; /* important to be same as image height */
  position: relative; /* important */
  overflow: hidden; /* important */
}
#sliderContent {
  width: 568px; /* important to be same as image width or wider */
  sition: absolute;
  top: 0;
  margin-left: 0;
}
.sliderImage {
  float: left;
  position: relative;
  display: none;
}
.sliderImage span {
  position: absolute;
  font-size:12px;
  padding: 10px 13px;
  width: 552px;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  color: #fff;
  display: none;
  line-height:17px;
}
.sliderImage span strong {
  font-size: 14px;
}


#pageSlider {
  width: 568px; /* 568 important to be same as image width */
  height: 195px; /* 371 important to be same as image height */
  position: relative; /* important */
  overflow: hidden; /* important */
}
#pageSliderContent {
  width: 568px; /* important to be same as image width or wider */
  sition: absolute;
  top: 0;
  margin-left: 0;
}
.pageSliderImage {
  float: left;
  position: relative;
  display: none;
}
.pageSliderImage span {
  position: absolute;
  font-size:12px;
  padding: 10px 13px;
  width: 552px;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  color: #fff;
  display: none;
  line-height:17px;
}
.pageSliderImage span strong {
  font-size: 14px;
}
.top {
  top: 0;
  left: 0;
}
.bottom {
  bottom: 0;
  left: 0;
}


/************************************************/

#page {

}

#page .left {
  width:282px;
  float:left;
}

#page .reception {
  width:268px;
  height:102px;
  padding-left:12px;
  background:url(../images/reception_bg.png);
  color:#ae9146;
  font-size:11px;
  border:1px solid #260207;
}

#page .reception .title {
  font-weight:bold;
  font-size:14px;
  padding:9px 0 8px 0;
  color:#d4b155;
}






#page .leftMenu {
	list-style:none;
	width:282px;
	font-family:Georgia;
	font-size:13px;
}

#page .leftMenu li {
	
}

#page .leftMenu li h3 {
	background:#37010a;
	border:1px solid #5c0313;
	border-top:0;
	font-size:13px;
	font-weight:normal;
	width:280px;
}

#page .leftMenu li h3.first {
	border:1px solid #5c0313;
}

#page .leftMenu li h3 a {
	color:#FFF;
	width:242px;
	padding:0 0 0 38px;
	display:block;
	background:url(../images/left_menu_li.png) 19px center no-repeat;
	line-height:31px;
	height:31px;
}

#page .leftMenu li h3 a.active {
	background:url(../images/left_menu_li_active.png) 19px center no-repeat;
}

#page .leftMenu li h3 a.activeSub {

}

#page .leftMenu li ul {
  display:none;
  list-style:none;
  border-bottom:1px solid #5c0313;
}

#page .leftMenu li ul li {
	background:#250007;
}

#page .leftMenu li ul li a {
	line-height:25px;
	height:25px;
	color:#7c6642;
	font-size:11px;
	background:url(../images/left_menu_li_sub.png) 38px center no-repeat;
	display:block;
	width:224px;
	padding:0 0 0 56px;
}

#page .leftMenu li ul li a.active {
  
}

#page .leftMenu li a.active {
  
}






#page .leftBox {
  background:url(../images/mp_bottom_box_bg.png);
  border:1px solid #260207;
  width:268px;
  padding-left:12px;
}

#page .leftBox .box {
  padding:8px 0;
}

#page .leftBox .box .title {
  font-size:16px;
  padding-bottom:7px;
  font-family:Georgia;
}

#page .leftBox .box .title a {
  color:#d4b155;
}

#page .leftBox .box .text {
  color:#9a7b28;
  padding:0 20px 10px 0;
}

#page .leftBox .box .links {
  background:url(../images/more.png) 236px bottom no-repeat;
  text-align:right;
  padding-right:40px;
}

#page .leftBox .box .links a {
  color:#d4b155;
}

#page .leftBox .spacer {
  background:url(../images/left_menu_spacer.png) no-repeat;
  width:259px;
  height:3px;
  font-size:0;
}

#page .right {
  float:left;
  width:568px;
  color:#d4b155;
}

#page .pageTop {
  width:568px;
  height:195px;
  border-top:1px solid #2A0108;
  background:#000;
}

#page .pageTop p {
  background:url(../images/page_top_bg.png);
  height:95px;
  position:relative;
  top:80px;
  color:#FFF;
  font-size:18px;
  padding:20px 220px 0 25px;
}

#page .search {
  width:268px;
  height:52px;
  padding:8px 0 0 300px;
  background:url(../images/reception_bg.png);
}

#page .search p {
  color:#FFF;
  font-size:14px;
  padding-bottom:3px;
}

#page .search .searchInp {
  background:url(../images/search_input.png) no-repeat;
  width:172px;
  height:23px;
  float:left;
}

#page .search .searchInp input {
  border:0;
  margin:0;
  padding:0;
  position:relative;
  top:3px;
  left:3px;
  width:166px;
  color:#492813;
}

#page .search .send {
  background:#620113;
  color:#d4b155;
  border:0;
  float:left;
  position:relative;
  left:4px;
  margin:0;
  padding:0 4px;
  height:23px;
}


#background {
  background:url(../images/content_bg2.png) right top repeat-y;
  width:850px;
}

#backgroundBorder {
  background:url(../images/content_bg2_border.png) no-repeat;
  font-size:0;
  position:relative;
  top:-1px;
  width:568px;
  height:1px;
  left:282px;
}


#page .content {
  /*background:url(../images/content_bg.png);*/
  /*border:1px solid #44080e;
  border-bottom:0;*/
  padding:18px 33px;
  color:#d4b155;
}

#page .content ul {
  padding-left:20px;
}

#page .content a {
  color:#836a2a;
  text-decoration:underline;
}

#page .content a:hover {
  text-decoration:none;
}

#page .content h2 {
  color:#d4b155;
  font-size:16px;
  font-weight:bold;
  padding-bottom:45px;
  width:430px;
  float:left;
  font-family:Georgia;
}

#page .content .pageForm {
  list-style:none;
}

#page .content .pageForm li {
  padding-bottom:5px;
  width:392px;
}

#page .content .pageForm label {
  display:block;
  float:left;
  width:120px;
  padding-right:10px;
  text-align:right;
  line-height:22px;
}

#page .content .pageForm input, #page .content .pageForm select {
  float:left;
  width:260px;
  border:1px solid #bea154;
  color:#492813;
  font-size:12px;
  margin:0;
  padding:1px 0;
}

#page .content .pageForm textarea {
  float:left;
  width:260px;
  height:100px;
  border:1px solid #bea154;
  color:#492813;
  font-family:Sans-serif, Arial, Tahoma, Verdana;
  font-size:12px;
  overflow:auto;
  margin:0;
  padding:0;
}

#page .content .pageForm textarea.notices {
  height:35px;
}

#page .content .pageForm .errField {
  border:1px solid red;
}

#page .content .pageForm .errMsg {
  width:250px;
  padding:3px 5px;
  position:relative;
  left:130px;
}

#page .content .pageForm .send {
  float:right;
  background:#620113;
  color:#d4b155;
  border:0;
  width:80px;
  font-size:12px;
  padding:2px 0;
}

#page .content .pageForm .sendCenter {
  text-align:center;
}

#page .content .pageForm .sendCenter input {
  background:#620113;
  color:#d4b155;
  border:0;
  width:100px;
  font-size:12px;
  padding:2px 0;
  text-align:center;
  position:relative;
  left:200px;
}

#page .content .formGoodMsg {
  text-align:center;
  padding-bottom:20px;
  font-size:13px;
  font-weight:bold;
}

#page .content .formInfo {
  text-align:center;
  padding:20px 0 20px 0;
}

#page .content .horForm {
  
}

#page .content .horForm label {
  float:left;
  display:block;
  padding:4px 7px 0 0;
}

#page .content .horForm .errField {
  border:1px solid red;
}

#page .content .horForm .calBg {
  width:95px;
  height:23px;
  float:left;
  background:url(../images/cal_bg2.png) no-repeat;
  padding-right:15px;
}

#page .content .horForm .calBg input {
  width:71px;
  margin:0;
  padding:0;
  border:0;
  position:relative;
  top:3px;
  left:3px;
  font-size:12px;
  color:#492813;
}

#page .content .horForm input {
  float:left;
  border:1px solid #bea154;
  margin:0;
  padding:3px 0;
  font-size:12px;
  margin-right:15px;
}

#page .content .horForm select {
  float:left;
  border:1px solid #bea154;
  margin:0;
  font-size:12px;
  margin-right:15px;
  width:120px;
}

#page .content .horForm input.hour {
  width:93px;
}

#page .content .horForm input.count {
  width:26px;
}

#page .content .horForm input.check {
  margin-right:5px;
}

#page .content .horForm .errMsg {
  padding:5px 0;
}

#page .content .horForm .schema {
  float:left;
  width:85px;
  margin-right:10px;
  text-align:center;
}

#page .content .horForm .schema label img {
  border:1px solid #462818;
}

#page .content .horForm .schema input {
  float:none;
  margin:3px 0 0 0;
}

#page .content .printBttn {
  float:right;
  display:block;
  font-size:12px;
  background:#620113;
  color:#d4b155;
  width:54px;
  position:relative;
  left:-10px;
  text-align:center;
  padding:3px 0;
}

#page .content .printBttn:hover {
  text-decoration:none;
}

#page .content .productGalleryTxt {
  width:280px;
  float:left;
}

#page .content .productGalleryBox {
  float:right;
  width:182px;
  border:1px solid #472818;
  background:#230107;
  padding:14px;
}

#page .content .galleryPhoto {
  display:block;
  float:left;
  width:115px;
  text-align:center;
  color:#d4b155;
  margin:0 10px 10px 0;
  text-decoration:none;
}

#page .content .galleryPhoto img {
  border:1px solid #472818;
}

#page .content .galleryPhoto:hover {
  text-decoration:none;
}

#page .content .galleryPhoto:hover span {
  text-decoration:underline;
}

#page .content .galleryPhoto:hover img {
  border-color:#d4b155;
}

#page .content .tabs {
  margin-right:40px;
}

#page .content .paging {
  text-align:right;
  color:#d4b155;
  padding:20px 5px 0 0;
}

#page .content .paging a {
  color:#d4b155;
  padding:0 3px;
}

#page .content .paging a.active {
  color:#FFF;
  font-size:18px;
  position:relative;
  top:2px;
}

#page .content .paging a.active:hover {
  text-decoration:none;
}

#page .content .productOrder {
  width:100%;
  border:2px solid #620113;
  background:#230107;
}

#page .content .productOrder td {
  vertical-align:top;
}

#page .content .productOrder td.title {
  text-align:center;
  color:#620113;
  font-size:14px;
  font-weight:bold;
  padding:5px 0 15px 0;
}

#page .content .productOrder td.spacer {
  height:16px;
  background:url(../images/product_order_spacer.gif) 0 5px repeat-x;
  padding:5px 0;
}

#page .content .productOrder .count {
  border:1px solid #bea154;
  margin:0;
  padding:1px 0;
  font-size:12px;
  width:18px;
  text-align:center;
  margin-right:3px;
}

#page .content .roomGallery {
  position:relative;
  padding:5px 10px;
  min-height:115px; height:auto !important;height:115px;
}

#page .content .odd {
  background:#1e0106;
}

#page .content .oddForm {
  background:#1e0106;
  padding:8px;
}

#page .content .evenForm {
  padding:8px;
}

#page .content .roomGallery .roomName {
  font-size:12px;
  font-weight:bold;
}

#page .content .photo {
  border:1px solid #472818;
  float:left;
  margin:2px 5px 5px 0;
}

#page .content .roomGallery .book {
  position:absolute;
  top:26px;
  left:370px;
  display:block;
  color:#d4b155;
  background:#620113;
  text-align:center;
  padding:3px 0;
  width:120px;
}

#page .content .roomGallery .book2 {
  position:absolute;
  top:7px;
  left:397px;
  display:block;
  color:#d4b155;
  background:#620113;
  text-align:center;
  padding:3px 6px;
}

#page .content .roomGallery .book:hover, #page .content .roomGallery .book2:hover {
  text-decoration:none;
}

#page .content .roomGallery .photo {
  border:1px solid #472818;
  float:left;
  margin:2px 15px 5px 0;
}

#page .content .roomGallery:hover .photo {
  border-color:#d4b155;
}

#page .content .roomGallery .more {
  text-align:right;
  background:url(../images/page_right.png) right 6px no-repeat;
  padding:4px 15px 0 0;
}

#page .content .roomGallery .more a {
  color:#d4b155;
}

#page .content .searchResult {
  position:relative;
  padding:10px;
}

#page .content .searchResult strong {
  font-size:12px;
}

#page .content .searchResult .more {
  text-align:right;
  background:url(../images/page_right.png) right 6px no-repeat;
  padding:4px 15px 0 0;
}

#page .content .searchResult .more a {
  color:#d4b155;
}


#page .content .rentHall {
  width:100%;
  text-align:left;
}

#page .content .rentHall tr.odd {
  background:#47010d;
}

#page .content .rentHall th, #page .content .rentHall td {
  padding:2px 0 2px 5px;
}

#page .content .rentHall th {
  background:#1e0106;
  font-size:12px;
}

#page .content .rentHallInfo {
  text-align:right;
  color:#6b0113;
  padding:5px 0;
}

#page .content .offerAsk {
  width:400px;
}

#page .content .offerAsk td {
  vertical-align:top;
}

#page .content .offerAsk .count {
  border:1px solid #bea154;
  margin:0 0 0 5px;
  padding:1px 0;
  font-size:12px;
  width:18px;
  text-align:center;
  float:left;
}

#page .content .offerAsk label {
  display:block;
  float:left;
  line-height:23px;
  width:65px;
}

#page .content .offerAsk .calBg {
  width:145px;
  height:24px;
  background:url(../images/cal_bg.png) no-repeat;
  float:left;
  padding-bottom:5px;
}

#page .content .offerAsk .calBg input {
  border:0;
  position:relative;
  top:4px;
  left:3px;
  margin:0 2px 0 0;
  padding:0;
  width:119px;
  color:#492813;
}

#page .content .back {
  color:#D4B155;
}

#page .priceGrid {
  border:1px solid #D4B155;
}

#page .priceGrid td {
  border:1px solid #D4B155;
}

#tabs .tab {
  list-style:none;
  position:relative;
  top:1px;
}

#tabs .tab li {
  float:left;
  
}

#tabs .tab li a {
  color:#9a7b28;
  display:block;
  width:115px;
  height:18px;
  padding-top:5px;
  background:url(../images/tab.png) no-repeat;
  margin-right:2px;
  text-align:center;
}

#tabs .tab li a:hover {
  text-decoration:underline;
}

#tabs .tab .ui-tabs-selected a {
  background:url(../images/tab_active.png) no-repeat;
  text-decoration:none;
}

#tabs .tab .ui-tabs-selected a:hover {
  text-decoration:none;
}

#tabs .tabBox {
  background:#1e0106;
  border:1px solid #5b331d;
  padding:10px;
}

#map {
  padding-left:20px;
  list-style:none;
}

#map li ul {
  list-style:none;
  padding:0 0 10px 50px;
}

#map li ul li {
  padding:3px 0;
}

#map a {
  color:#D4B155;
}


/************************************************/

#footer {
  background:#000;
  color:#4e321f;
  margin-top:50px;
  padding:15px 0;
}

#footer .cont {
  width:850px;
  margin:auto;
}

#footer .cont .hotel {
  float:left;
  width:415px;
  padding-top:5px;
}

#footer .cont form {
  float:right;
  width:410px;
  text-align:right;
}

#footer .cont form span {
  float:right;
  display:block;
  width:80px;
  padding-right:10px;
  color:#d4b155;
  font-size:14px;
  font-weight:bold;
  padding-top:3px;
}

#footer .cont form div.newsletterInp {
  float:right;
  width:170px;
  height:23px;
  background:url(../images/search_input.png) no-repeat;
}

#footer .cont form div.newsletterInp input {
  width:162px;
  background:none;
  border:0;
  margin:0;
  padding:0;
  position:relative;
  left:-4px;
  top:3px;
  color:#492813;
  font-size:12px;
}

#footer .cont form input.send {
  float:right;
  border:0;
  background:#620113;
  color:#d4b155;
  margin-left:2px;
  height:23px;
  padding:0 2px;
}

#emocni {
  width:850px;
  margin:auto;
  text-align:right;
  color:#4E321F;
  padding-bottom:10px;
}

#emocni a {
  color:#4E321F;
}

#footerMenu {
  text-align:center;
  color:#4e321f;
  padding:0 0 10px 0;
  font-size:12px;
}

#footerMenu span {
  padding:0 4px;
}

#footerMenu a {
  color:#4e321f;
}

#navigationBar{
	padding:2px;
	font-size:12px;
}

#navigationBar a {
	color:#D4B155;
	text-decoration:none;
}

#navigationBar a:hover {
	text-decoration:underline;
}

