@charset "utf-8";
* {
	border: 0;
}
html, body {
	margin: 0;
	padding: 0; 
	width: 100%;
	background-color: #7a674e;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-size:11px;
	color:#625647;
	font-family: Tahoma, Arial;
	line-height: 15px;
}
#main {
	width: 993px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	text-align: right;
	padding-bottom: 18px;
	background-image: url(../images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 26px;
}
#logo {
	float:left;
	width: 156px;
	position:absolute;
	z-index:3;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 24px;
}
.lang {
	float: left;
	padding-left: 10px;
}

#pl {
	display: inline-block;
	width: 24px;
	height: 53px;
	background-image: url(../images/pl.gif);
	background-repeat: no-repeat;
	background-position: 0 -53px;
	margin: 0;
	padding: 0;
}
#pl:hover {
  background-position: 0 0;
}
#pl span {
  display: none;
}
#en {
	display: inline-block;
	width: 24px;
	height: 53px;
	background-image: url(../images/en.gif);
	background-repeat: no-repeat;
	background-position: 0 -53px;
	margin: 0;
	padding: 0;
}
#en:hover {
  background-position: 0 0;
}
#en span {
  display: none;
}
#de {
	display: inline-block;
	width: 24px;
	height: 53px;
	background-image: url(../images/de.gif);
	background-repeat: no-repeat;
	background-position: 0 -53px;
	margin: 0;
	padding: 0;
}
#de:hover {
  background-position: 0 0px;
}
#de span {
  display: none;
}

#flash {
}
#site {
	background-color: #eee9d5;
	padding: 0 15px 0 15px;
}
#boxes {
	clear:both;
	position:relative;
	top: -42px;
	z-index:2;
}
.box {
	width: 207px;
	float: left;
	height: 115px;
	background-image: url(../images/shadow_left_box.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.boxSpacer {
	width: 29px;
	float: left;
}
#boxContener {
	margin: 0 auto;
	clear:both;
	width: 915px;
	text-align:center;
}
#search input {
	padding: 7px 5px 5px 5px;
	font-family: Tahoma;
	width:228px;
	border:0;
	height:13px;
	vertical-align:middle;
	margin-right:0px;
	color: #e4d8ce;
	font-size: 11px;
	background-color: #453e35;
}

#search input.button {
	height:25px;
	padding-bottom:2px;
	width:25px;
	border:0;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
	background:transparent;
	background-image: url(../images/search.gif);
	cursor:pointer;
}.news_month {
	color: #8d8373;
}
.news_controls {
	margin-top: 5px;
}
.news_controls a{
	font-family: Tahoma;
	text-decoration: none;
	font-weight:bold;
	color: #625647;
}

.news_controls a:hover{
	color: #c4222b;
	text-decoration: none;
}
.title{
	color: #c4222b;
	padding: 2px 0 2px 0;
	display:table;
}
.arrow{
	color: #c4222b;
}
#main #site #left {
	width: 207px;
	float: left;
	display:table;
	margin-right: 14px;
	margin-top: 86px;
}
#main #site #left #logo_shadow {
	background-image: url(../images/logo_shadow.jpg);
	background-repeat: no-repeat;
	height: 30px;
	position: absolute;
	z-index: 1;
	width: 207px;
}
#main #site #left #submenu {
	background-color: #fb4d19;
	position: relative;
	z-index: 2;
	background-image: url(../images/submenu_bg.jpg);
	padding-top: 33px;
	padding-right: 5px;
	padding-bottom: 14px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
#main #site #left #submenu li {
	display: block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-left: 9px;
	margin-right: 7px;
}
#main #site #left #submenu li .subActiv {
	color: #C1131E;
	font-size: 11px;
	padding-left: 0px;
}
#main #site #left #submenu .subActiv a {
	color: #F5F2E7;
	text-decoration: none;
}
#main #site #left #submenu .subActiv a:hover {
	color: #C1131E;
}

#main #site #left #submenu_spacer {
	height: 40px;
}


#main #site #left #submenu li h2 a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#main #site #left #submenu li h2 a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #c4222b;
	text-decoration: none;
}
#main #site #left #submenu .sub a:hover {
	font-weight: bold;
	color: #c4222b;
	margin-top: 15px;
}

#main #site #left #submenu .sub a, #main #site #left #submenu .sub a {
	font-weight: bold;
	color: #F5F2E7;
	margin-bottom: 8px;
	margin-top: 15px;
	text-decoration: none;
}
#main #site #left #submenu .sub{
	font-weight: bold;
	color: #F5F2E7;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fe932e;
	padding-top: 8px;
	padding-bottom: 8px;
}

#main #site #left #submenu .subActiv {
	font-weight: bold;
	color: #C1131E;
	padding-left: 20px;
	padding-top: 10px;
}


#main #site #right {
	width: 199px;
	float: left;
	display:table;
}
#main #site #right img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#main #site #center {
	width: 529px;
	float: left;
	display:table;
	margin-right: 14px;
}

#main #site #center #sciezka a {
	font-weight: bold;
	color: #625647;
	text-decoration: none;
}
#main #site #center #sciezka a:hover {
	color: #C1131E;
}
#main #site #center h1 {
	color: #c1131e;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-variant: normal;
	line-height: 25px;
	margin: 7px 0 7px 0;
}
#main #site #center #data {
	margin-top: 10px;
	color: #FC7E27;
}
#main #site #center .foto_spacer {
	width: 15px;
	height: 15px;
}

#main #site #center #zobacz_tez {
	margin-top: 5px;
	clear:both;
}
#main  #site  #center  #zobacz_tez  .name {
	font-weight: bold;
	line-height: 25px;
}

#main #site #center #zobacz_tez .left {
	background-image: url(../images/zobacz_tez1.jpg);
	background-repeat: no-repeat;
	width: 30px;
	float: left;
	height: 22px;
}
#main #site #center #zobacz_tez .center {
	background-image: url(../images/zobacz_tez2.jpg);
	float: left;
	height: 18px;
	padding-top: 4px;
	font-weight: normal;
	color: #FFFFFF;
}
#main #site #center #zobacz_tez .center a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
#main #site #center #zobacz_tez .center a:hover {
	color: #C1131E;
	text-decoration: none;
}
#main #site #center #zobacz_tez .right {
	background-image: url(../images/zobacz_tez3.jpg);
	float: left;
	height: 22px;
	width: 12px;
}






#main #site #center #tresc #pakiety .zobacz_tez {
	margin-top: 5px;
	clear:both;
}


#main #site #center #tresc #pakiety .zobacz_tez .name {
	font-weight: bold;
	line-height: 25px;
	font-size: 11px;
}

#main #site #center .zobacz_tez .left {
	background-image: url(../images/zobacz_tez1.jpg);
	background-repeat: no-repeat;
	width: 30px;
	float: left;
	height: 22px;
	margin-bottom:10px;
}
#main #site #center .zobacz_tez .center {
	background-image: url(../images/zobacz_tez2.jpg);
	float: left;
	height: 18px;
	padding-top: 4px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom:10px;
}
#main #site #center #tresc #pakiety .zobacz_tez .center a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
#main #site #center #tresc #pakiety .zobacz_tez .center a:hover {
	color: #C1131E;
	text-decoration: none;
}
#main #site #center .zobacz_tez .right {
	background-image: url(../images/zobacz_tez3.jpg);
	float: left;
	height: 22px;
	width: 12px;
	margin-bottom:10px;
}

#main #site #center #sciezka {
	color: #938979;
}
#main #site #center #foto {
	height:auto;
	margin-bottom: 14px;
}
#main #site #center #foto img {
	clear: both;
	display: inline;
}
#main #site #center #tresc a {
	color: #FC7E27;
	text-decoration: none;
}
#main #site #center #tresc a:hover {
	color: #C41421;
	text-decoration: none;
}

#main  #site  #center  #foto  .spacer  {
	margin-right: 15px;
}
#main #site #center #tresc {
	clear: both;
	margin-top: 14px;
	line-height: 16px;
/*	border-bottom: 1px solid #bfb7a3; */
	padding-bottom: 10px;
}



#main #site #center #tresc ul {
	margin-left: 25px;
}

#main #site #center #tresc p li {
	clear: both;
	margin-left: 0px;
	list-style-type: none;
	margin-top: 14px;
}
#main #site #center #tresc p ul {
	margin-left: 0px;
	margin-bottom: 12px;
}

#main #site #center #tresc #formularz {
	clear: both;
}
#main #site #center #tresc #formularz input,
#main #site #center #tresc #formularz textarea,
#main #site #center #tresc #formularz select {
	font-family: Tahoma, Arial;
	line-height: 15px;
	color: #FFFFFF;
	font-size:11px;
	background-color: #7a674e;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	width: 222px;
	margin-top: 2px;
	margin-bottom: 8px;
}

#main #site #center #tresc #formularz textarea,
#main #site #center #tresc #formularz select {
	padding:3px;
}

#main #site #center #tresc #formularz textarea {
	height:100px;
}

#main #site #center #tresc #formularz .liteoption {
	color: #FFFFFF;
	width: auto;
	margin-top: 2px;
	margin-bottom: 8px;
}
#main #site #center #tresc #formularz select {
	width: 230px;
	margin-top: 2px;
	margin-bottom: 8px;
}
#main #site #center #tresc #pakiety .name {
	font-size: 12px;
	font-weight: bold;
	color: #FC7E27;
}
#main #site #center #tresc #pakiety li {
	clear: both;
	margin-left: 0px;
	list-style-type: none;
	margin-top: 14px;
}
#main #site #center #tresc #pakiety ul {
	margin-left: 0px;
	margin-bottom: 12px;
}
#main #site #center #tresc .price_titile1 {
	font-weight: bold;
	background-color: #B0A99D;
	color: #FFFFFF;
	text-align: center;
}

#main #site #center #tresc .price_titile2 {
	font-weight: bold;
	background-color: #938979;
	color: #FFFFFF;
	text-align: center;
}
#main #site #center #tresc .cennik .name {
	text-align: left;
}
#main #site #center #tresc .cennik td {
	text-align: center;
	padding: 5px;
}
#main #site #center #tresc .cennik .color {
	background-color: #d3d0c8;
}
#main #site #center #tresc .cennik {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #938979;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #938979;
	border-left-color: #938979;
}
#main #site #center #tresc #pakiety .content img.foto {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
#main #site #center #tresc #pakiety .content {
	text-align: justify;
}
#main #site #center #tresc #formularz .form_log {
	color: #FC7E27;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #625647;
	border-right-color: #625647;
	border-bottom-color: #625647;
	border-left-color: #625647;
	display:table;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main #site #center #tresc #vt .foto img {
	padding-right: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 13px;
}
#main #site #center #sciezka {
	font-weight: bold;
	color: #625647;
}
#main #footer {
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 20px;
	color: #a2a2a2;
	height: 25px;
}
#main #footer a {
	margin-right: 10px;
	margin-left: 10px;
	color: #eee9d5;
	text-decoration: none;
}
#main #footer a:hover {
	color: #FC7E27;
}
#main #site #boxes #boxContener a, #main #site #left a {
	color: #fc7e27;
	text-decoration: none;
}
#main #site #boxes #boxContener a:hover, #main #site #left a:hover {
	color: #625647;
}
#main #site #left .afooter,
#main #site #boxes #boxContener .afooter {
	color: #625647;
}