html {
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	background-color:#f1e7c9;
	background-image: url(img/bg.gif);
	background-repeat:repeat-y;
	background-position:50% 0%;
}
#container {
	overflow: hidden;
	width: 1023px;
	margin:auto;
	color: #5F5B57;
	font-family:Tahoma, Arial;
	font-size:13px;
	line-height:20px;
}
a {
	color:#813728;
	text-decoration:none;
	outline:0px;
}
a:hover {
	color:#907a36;
}
a img {
	border:0px;
}
a.more {
	display:block;
	height:23px;
	width:619px;
	float:right;
	background: url(img/more.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-top:5px;
}
a:hover.more {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}
a.archiwum {
	display:block;
	height:27px;
	float:left;
	width:188px;
	margin:15px 0 0 25px;
	background: url(img/archiwum.gif);
	background-repeat:no-repeat;
	background-position:right;
}
a:hover.archiwum {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}
h1 {
	color:#813728;
	float:left;
	font-family: Arial, Tahoma;
	font-size:24px;
	font-weight:bold;
	line-height:26px;
	margin:0px 0px 18px 0px;
	text-transform:uppercase;
	width:100%;
}
h2 {
	color:#813728;
	float:left;
	font-family: Arial, Tahoma;
	font-size:24px;
	font-weight:bold;
	line-height:26px;
	margin:0px 0px 18px 0px;
	text-transform:uppercase;
	width:100%;
}
h3 {
	color:#813728;
	float:left;
	font-family: Arial, Tahoma;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
	width:100%;
}


#top-01 {
	display:block;
	float:left;
	width:1023px;
	height:74px;
}

#top-02 {
	display:block;
	float:left;
	width:306px;
	height:82px;
}

#menu {
	display:block;
	float:left;
	width:717px;
	height:30px;
}

a#menu-01 {
	display:inline;
	float:left;
	width:137px;
	height:30px;
	background: url(img/menu_01.gif);
}
a:hover#menu-01 {
	background-position:0px 30px;
}

a#menu-02 {
	display:inline;
	float:left;
	width:105px;
	height:30px;
	background: url(img/menu_02.gif);
}
a:hover#menu-02 {
	background-position:0px 30px;
}

a#menu-03 {
	display:inline;
	float:left;
	width:60px;
	height:30px;
	background: url(img/menu_03.gif);
}
a:hover#menu-03 {
	background-position:0px 30px;
}

a#menu-04 {
	display:inline;
	float:left;
	width:162px;
	height:30px;
	background: url(img/menu_04.gif);
}
a:hover#menu-04 {
	background-position:0px 30px;
}

a#menu-05 {
	display:inline;
	float:left;
	width:169px;
	height:30px;
	background: url(img/menu_05.gif);
}
a:hover#menu-05 {
	background-position:0px 30px;
}

a#menu-06 {
	display:inline;
	float:left;
	width:84px;
	height:30px;
	background: url(img/menu_06.gif);
}
a:hover#menu-06 {
	background-position:0px 30px;
}


#top-03 {
	display:block;
	float:left;
	width:717px;
	height:52px;
	background-color:#fff;
	background-image: url(img/topBg.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#content {
	display:block;
	float:left;
	width:987px;
	min-height:450px;
	padding:0 18px 25px 18px;
	background-image: url(img/content.gif);
}

#mainLeft {
	display:inline;
	float:left;
	width:236px;
	background-image: url(img/topAkt.gif);
	background-repeat:no-repeat;
	padding:55px 8px 0 8px
}

#mainCenter {
	display:inline;
	float:left;
	width:339px;
	margin-left:18px;
	background-image: url(img/topHotel.jpg);
	background-repeat:no-repeat;
	padding:216px 5px 0 5px;
}

#mainRight {
	display:inline;
	float:right;
	width:339px;
	background-image: url(img/topRest.jpg);
	background-repeat:no-repeat;
	padding:216px 5px 0 5px;
}

#topmap {
	display:block;
	float:left;
	width:987px;
	height:170px;
}

#slider {
    position:relative;
    width:987px; /* Change this to your images width */
    height:170px; /* Change this to your images height */
    background:url(img/loading.gif) no-repeat 50% 50%;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}


#subLeft {
	display:inline;
	float:left;
	width:230px;
	margin-top:35px;
	margin-left:10px;
}

#subRight {
	display:inline;
	float:right;
	margin-top:25px;
	width:690px;
	margin-right:20px;
}



#newsletter {
	display:block;
	float:left;
	width:949px;
	height:41px;
	background-image: url(img/newsletter.gif);
	padding:13px 37px 0 37px;
}

#newsletter table tr td {
	font-size:13px;
	color:#fff;
}

a#facebook {
	display:block;
	float:left;
	margin:13px 0 0 20px;
	width:44px;
	height:44px;
	background-image: url(img/facebook.gif);
}

a:hover#facebook {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}

#bottom {
	display:block;
	float:left;
	width:1023px;
	height:72px;
	background-image: url(img/bottom.gif);
}

#footer {
	display:block;
	float:left;
	width:983px;
	height:18px;
	position:relative;
	padding:10px 20px 20px 20px;
	font-size:11px;
	color:#a2916c;
}

a#iartsLink {
	position:absolute;
	top:13px;
	right:15px;
	width:65px;
	height:16px;
	background-image: url(img/iarts.gif);
}
a:hover#iartsLink {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}
hr {
	height: 0;
	height: 1px; /* wysokosc pod ie */
	color: #E5E5E5; /* kolor pod ie */
	background: transparent;
	border-width: 1px 0 0 0;
	border-color: #c8c8c8;
	border-style: solid;
}
.select {
    border:1px solid #D2D2D2;
    font-size:13px;
	background-image: url('img/input.gif');
	background-repeat:repeat-x;
	color:#515050;
	margin-left:7px;
    padding:4px;
}

.input {
	BORDER-RIGHT: #BDBDBD 1px solid;
	BORDER-TOP: #BDBDBD 1px solid;
	FONT-SIZE: 11px;
	margin-left:7px;
	BORDER-LEFT: #BDBDBD 1px solid;
	COLOR: #000000;
	BORDER-BOTTOM: #BDBDBD 1px solid;
	FONT-FAMILY: Tahoma, Arial, sans-serif;
	BACKGROUND-COLOR: #ffffff;
	TEXT-DECORATION: none;
	padding-top:4px;
	padding-left:3px;
	height:19px;
	background-image: url('img/input.gif');
	background-repeat: repeat-x;
}

.wyslijform {
	background-image: url('img/wyslij.gif');
	height:30px;
	width:87px;
	margin:auto;
	margin-top:12px;
	display:block;
	border:1px solid #C0C0C0;
}

#dodajform {
	background-image: url('img/dodaj.gif');
	height:27px;
	width:75px;
	margin-left:15px;
	cursor:pointer;
	border:none;
}
