body {
	background: url(Images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

/* left side boxes */
.box {
	width: auto;

}

.box-top-left {
	width: 16px;
	height: 16px !important;
	background-image: url(Images/box-top-left.png);
	background-repeat: no-repeat;
   overflow: hidden;
}
.box-top-right {
	height:16px !important;
	width: 234 px;
	background-image: url(Images/box-top-right.png);
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
}
.box-cont-bg {
	background-image: url(Images/box-cont-bg.png);
}
.box-cont-cont {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffff;
	padding-left: 10px;
}
.box-bottom-left {
	width: 16px !important;
	height: 16px !important;
	background-image: url(Images/box-bottom-left.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
.box-bottom-right {
	height:16px !important;
	width: 234 px;
	background-image: url(Images/box-bottom-right.png);
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* main content */
.main-content {
	width: 675px;
}

.main-top-left {
	width: 10px;
	height: 10px !important;
	background-image: url(Images/main-top-left.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
.main-top-right {
	height:10px !important;
	width: 665 px;
	background-image: url(Images/main-top-right.png);
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
}
.main-cont-bg {
	background-image: url(Images/box-cont-bg.png);
}
.main-cont-cont {
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 0px;
}

.main-bottom-left {
	width: 10px;
	height: 10px !important;
	background-image: url(Images/main-bottom-left.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
.main-bottom-right {
	height: 10px !important;
	width: 665 px;
	background-image: url(Images/main-bottom-right.png);
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* offer box inside main */
.main-offer-box {
	width: 663 px;
	padding-top: 10px;
}
.main-offer-top-left {
	width: 10px;
	height: 10px !important;
	background-image: url(Images/main-offer-top-left.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
.main-offer-top-right {
	height:10px !important;
	width: 653 px;
	background-image: url(Images/main-offer-top-right.png);
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
}
.main-offer-cont-bg {
	background-image: url(Images/main-offer-cont-bg.png);
}
.main-offer-cont-cont {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffff;
	padding-left: 0px;
}
.main-offer-bottom-left {
	width: 10px;
	height: 10px !important;
	background-image: url(Images/main-offer-bottom-left.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
.main-offer-bottom-right {
	height:10px !important;
	width: 653 px;
	background-image: url(Images/main-offer-bottom-right.png);
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.main-text-box {
	padding-left: 6px;
	font-size: 8pt;
	color: #ffffff;
}


h1, h1.text-box {
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
	overflow: hidden;
	margin-top:0px;
	margin-bottom:3px;
	
}
h3.box {
	font-size: 13pt;
	font-weight: bold;
	color: #1e6bc5;
	font-style: italic;
	overflow: hidden;
	margin-top:0px;
	margin-bottom:5px;
	
}
h4.offer-box, h4.offer-box-black {
	font-size: 13pt;
	font-weight: bold;
	color: #ff0000;
	font-style: italic;
	overflow: hidden;
	margin-top:0px;
	margin-bottom:3px;
}
h4.offer-box-black {
  color: black;
}
h2, h3, h4 {
	font-size: 12pt;
}

ul.ul_offer {
    margin: 0;
}
.buttons {
    width: 550px;
    padding-top: 10px;
}
.buttons img {
  border: none;
}

.of_logo {
  float: left;
  padding: 18px;
  padding-bottom: 4px;
}
.of_logo img {
  border: 1px solid black;
}

.button1, .button2 {
  float: right;
  width: 350px;
  height: 25px;
}

.button2 {
  width: 147px;
}
.main-offer-box a {
  color: black;
}

.main {
	width:950px;
	
}

.text-date {
	font-size: 18pt;
	text-align: center;
	color: #868686;
	font-weight: bold;
	margin-left: -10px;
}

ul.city-list  {
	list-style: none;
	padding-left:10px;
	color: #868686;
	line-height: 160%;
}
.OnDarkBackground {
  color: black;
}


a:hover,active  {
	color: #1e6bc5;
	font-weight:bold;
	
}

a  {
	color: #868686;	
	text-decoration: none;
}

#map {
	width:300px;
	margin:0 auto 50px;
}

/* ---- [ country's map - css only ] ---- */
.poland-map{
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 260px;
	height: 250px;
	background: url(Images/poland-map.png) no-repeat 0 0;
	font-size:0.75em;
}
.poland-map li{
	margin: 0;
	padding: 0;
	position: absolute;
}
.poland-map li a{
	display: block;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
.poland-map li a:hover,
.poland-map li a:focus{
	color: #0c76ed;
}
/* ---- [ Hide focus in worldmap ] ---- */
.poland-map li a:active,
.poland-map li a:focus {
	-moz-outline: none;
	outline: none;
}
.poland-map li a span{
	position:absolute;
	font-size:0.83em;
}
/* ---- [ Zachodniopomorskie ] ---- */
#zachodniopomorskie {
	top: 14px;
	left: 0;
	width: 74px;
	height: 86px;
}
#zachodniopomorskie a{
	height: 86px;
}
#zachodniopomorskie a:hover,
#zachodniopomorskie a:focus{
	background: url(Images/poland-map.png) no-repeat 0 -267px;
}

#zachodniopomorskie a span{
	left:24px;
	top:34px;
}
#zachodniopomorskie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Pomorskie ] ---- */
#pomorskie {
	top: 1px;
	left: 67px;
	width: 83px;
	height: 60px;
}
#pomorskie a{
	height: 60px;
}
#pomorskie a:hover,
#pomorskie a:focus{
	background: url(Images/poland-map.png) no-repeat -67px -353px;
}

#pomorskie a span{
	left:5px;
	top:20px;
}
#pomorskie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Warminsko-Mazurskie ] ---- */
#warminsko-mazurskie {
	top: 21px;
	left: 134px;
	width: 96px;
	height: 57px;
}
#warminsko-mazurskie a{
	height: 57px;
}
#warminsko-mazurskie a:hover,
#warminsko-mazurskie a:focus{
	background: url(Images/poland-map.png) no-repeat -134px -413px;
}

#warminsko-mazurskie a span{
	left:13px;
	top:11px;
}
#warminsko-mazurskie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Podlaskie ] ---- */
#podlaskie {
	top: 23px;
	left: 195px;
	width: 60px;
	height: 91px;
}
#podlaskie a{
	height: 91px;
}
#podlaskie a:hover,
#podlaskie a:focus{
	background: url(Images/poland-map.png) no-repeat -195px -493px;
}

#podlaskie a span{
	left:1px;
	top:37px;
}
#podlaskie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Lubuskie ] ---- */
#lubuskie {
	top: 77px;
	left: 11px;
	width: 51px;
	height: 77px;
}
#lubuskie a{
	height: 77px;
}
#lubuskie a:hover,
#lubuskie a:focus{
	background: url(Images/poland-map.png) no-repeat -11px -584px;
}

#lubuskie a span{
	left:12px;
	top:30px;
}
#lubuskie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Wielkopolskie ] ---- */
#wielkopolskie {
	top: 54px;
	left: 43px;
	width: 93px;
	height: 110px;
}
#wielkopolskie a{
	height: 110px;
}
#wielkopolskie a:hover,
#wielkopolskie a:focus{
	background: url(Images/poland-map.png) no-repeat -43px -661px;
}

#wielkopolskie a span{
	left:6px;
	top:56px;
}
#wielkopolskie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Kujawsko-Pomorskie ] ---- */
#kujawsko-pomorskie {
	top: 50px;
	left: 83px;
	width: 69px;
	height: 63px;
}
#kujawsko-pomorskie a{
	height: 63px;
}
#kujawsko-pomorskie a:hover,
#kujawsko-pomorskie a:focus{
	background: url(Images/poland-map.png) no-repeat -83px -771px;
}

#kujawsko-pomorskie a span{
	left:13px;
	top:28px;
}
#kujawsko-pomorskie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Mazowieckie ] ---- */
#mazowieckie {
	top: 64px;
	left: 138px;
	width: 97px;
	height: 103px;
}
#mazowieckie a{
	height: 103px;
}
#mazowieckie a:hover,
#mazowieckie a:focus{
	background: url(Images/poland-map.png) no-repeat -138px -834px;
}

#mazowieckie a span{
	left:5px;
	top:28px;
}
#mazowieckie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Lodzkie ] ---- */
#lodzkie {
	top: 109px;
	left: 107px;
	width: 68px;
	height: 65px;
}
#lodzkie a{
	height: 65px;
}
#lodzkie a:hover,
#lodzkie a:focus{
	background: url(Images/poland-map.png) no-repeat -107px -937px;
}

#lodzkie a span{
	left:18px;
	top:28px;
}
#lodzkie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Dolnoslaskie ] ---- */
#dolnoslaskie {
	top: 135px;
	left: 17px;
	width: 83px;
	height: 74px;
}
#dolnoslaskie a{
	height: 74px;
}
#dolnoslaskie a:hover,
#dolnoslaskie a:focus{
	background: url(Images/poland-map.png) no-repeat -17px -1002px;
}

#dolnoslaskie a span{
	left:5px;
	top:15px;
}
#dolnoslaskie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Opolskie ] ---- */
#opolskie {
	top: 160px;
	left: 75px;
	width: 48px;
	height: 52px;
}
#opolskie a{
	height: 52px;
}
#opolskie a:hover,
#opolskie a:focus{
	background: url(Images/poland-map.png) no-repeat -75px -1076px;
}

#opolskie a span{
	left:15px;
	top:5px;
}
#opolskie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Slaskie ] ---- */
#slaskie {
	top: 163px;
	left: 106px;
	width: 51px;
	height: 71px;
}
#slaskie a{
	height: 71px;
}
#slaskie a:hover,
#slaskie a:focus{
	background: url(Images/poland-map.png) no-repeat -106px -1128px;
}

#slaskie a span{
	left:13px;
	top:12px;
}
#slaskie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Swietokrzyskie ] ---- */
#swietokrzyskie {
	top: 153px;
	left: 150px;
	width: 53px;
	height: 48px;
}
#swietokrzyskie a{
	height: 48px;
}
#swietokrzyskie a:hover,
#swietokrzyskie a:focus{
	background: url(Images/poland-map.png) no-repeat -150px -1199px;
}

#swietokrzyskie a span{
	left:13px;
	top:20px;
}
#swietokrzyskie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Malopolskie ] ---- */
#malopolskie {
	top: 186px;
	left: 135px;
	width: 59px;
	height: 58px;
}
#malopolskie a{
	height: 58px;
}
#malopolskie a:hover,
#malopolskie a:focus{
	background: url(Images/poland-map.png) no-repeat -135px -1247px;
}

#malopolskie a span{
	left:5px;
	top:19px;
}
#malopolskie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Lubelskie ] ---- */
#lubelskie {
	top: 113px;
	left: 197px;
	width: 62px;
	height: 82px;
}
#lubelskie a{
	height: 82px;
}
#lubelskie a:hover,
#lubelskie a:focus{
	background: url(Images/poland-map.png) no-repeat -197px -1305px;
}

#lubelskie a span{
	left:3px;
	top:47px;
}
#lubelskie-details{
	top:-2em;
	left:-28em;
}
/* ---- [ Podkarpackie ] ---- */
#podkarpackie {
	top: 173px;
	left: 185px;
	width: 62px;
	height: 77px;
}
#podkarpackie a{
	height: 77px;
}
#podkarpackie a:hover,
#podkarpackie a:focus{
	background: url(Images/poland-map.png) no-repeat -185px -1387px;
}

#podkarpackie a span{
	left:3px;
	top:20px;
}
#podkarpackie-details{
	top:-2em;
	left:-28em;
}


