body {
	font: normal 11px Tahoma,sans-serif;
	color: #4A4A4A;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFE5 url('../img/top-bg.jpg') top left repeat-x;
}

div { margin: 0; padding: 0; text-align: left; }
a { color: #4A4A4A; font-weight: normal; text-decoration: none; }
a:hover { text-decoration: underline; }
a img {	border: none; }

.more {
	color: #C91111;
	font-style:italic;
	display: block;
	text-align: right;
}


div#site-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background: url('../img/page-bg.jpg') top center repeat-y;
	width: 100%;
	clear: both;
	text-align: center;
}

h3 {
	font-size: 1.1em;
}

/* ------------------------- Global Container ------------------------------- */

div#global-container {
	margin: 0 auto 0 auto;
	width: 802px;
 	position: relative;
}


/* ------------------------- TOP NAVIGATION --------------------------------- */

div#top-navigation {
	background: #CD8701 url('../img/yellow-header-bg-32px-top-nav-page.jpg') top left repeat-x !important;
	color: #fff;
	text-align: right;
	padding: 9px 1em 7px 2.5em;
	height: 16px;
	z-index: 20;
}

div#top-navigation a {
	color: #fff;
}

div#top-navigation img {
	margin-right: 3px;
}

div#top-navigation span.site-url {
	display: block;
	float: left;
}

div#top-navigation span.navigation {
	margin-right: 5%;
}

div#top-navigation span.spacer {
	padding: 0 0.5em 0 0.5em;
}

/* ------------------------- logo ------------------------------------------- */

img#logo {
	margin: 0 0 0 3px;
	float: left;
/* 	border: 1px solid navy; */
}

/* ------------------------- MENU ------------------------------------------- */

div#main-menu {
	width: 400px;
	_width: 395px;
	float: right;
	margin: 0 3px 0 0;
	_margin: 0 1px 0 0;
	z-index: 20;
/* 	border: 1px solid navy; */
}

div#main-menu a {
	font-weight: bold;
	color: #fff;
}

div#main-menu ul {
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
	font-weight: bold;
	color: #fff;
/* 	background: #d3050c; */
/* 	background: #a40b0f; */
	height: 88px;
	z-index: 999;
	border-bottom: 3px solid #a40b0f;
}

div#main-menu li {
	display: block;
	line-height: 22px;
	
	/* zmieniłem ze 170 na 180 !! */
	width: 180px;
	/* kompatybilność, może się rozwali w IE? */
	_width: 197px;
	/* ---------------------------------- */
	
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
	z-index: 999;
/* 	background: url('../img/menu-bullet.gif') 10px 9px no-repeat !important; */
}

li#menu-kongresy { background: url(../img/menu/kongresy.1.jpg) no-repeat; }
li#menu-kongresy:hover { background: url(../img/menu/kongresy.2.jpg) no-repeat; }
li#menu-imprezy { background: url(../img/menu/imprezy.1.jpg) no-repeat; }
li#menu-imprezy:hover { background: url(../img/menu/imprezy.2.jpg) no-repeat; }
li#menu-tours { background: url(../img/menu/tours.1.jpg) no-repeat; } 
li#menu-tours:hover { background: url(../img/menu/tours.2.jpg) no-repeat; } 
li#menu-rezerwacje { background: url(../img/menu/rezerwacje.1.jpg) no-repeat; }
li#menu-rezerwacje:hover { background: url(../img/menu/rezerwacje.2.jpg) no-repeat; }
li#menu-konferencje { background: url(../img/menu/konferencje.1.jpg) no-repeat; }
li#menu-konferencje:hover { background: url(../img/menu/konferencje.2.jpg) no-repeat; }
li#menu-podroze { background: url(../img/menu/podroze.1.jpg) no-repeat; }
li#menu-podroze:hover { background: url(../img/menu/podroze.2.jpg) no-repeat; }
li#menu-targi { background: url(../img/menu/targi.1.jpg) no-repeat; }
li#menu-targi:hover { background: url(../img/menu/targi.2.jpg) no-repeat; }
li#menu-kontakt { background: url(../img/menu/kontakt.1.jpg) no-repeat; }
li#menu-kontakt:hover { background: url(../img/menu/kontakt.2.jpg) no-repeat; }

/*div#main-menu li.m1 { background: url('../img/menu-1.jpg') top left !important; }
div#main-menu li.m2 { background: url('../img/menu-2.jpg') top left !important; }
div#main-menu li.m3 { background: url('../img/menu-3.jpg') top left !important; }
div#main-menu li.m4 { background: url('../img/menu-4.jpg') top left !important; line-height: 25px; height: 25px; }*/

div#main-menu li a {
	display: block;
}


/* ------------------------- content ---------------------------------------- */

div#content { clear: both; _margin-left: 1px; }
div#content h1 {
	background: #CD8701 url('../img/yellow-header-bg-30px-page.jpg') top left repeat-x !important;
	font-size: 1em;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	height: 30px;
	margin: 0 3px 0 3px;
	_margin: -1px 3px 0 2px;
	padding: 0 0 0 10%;
}

div#content p {
	margin: 1em 60px 1em 60px;
}

div#content img {
	float: right;
	margin: 1em 60px 1em 1em;
}

div#content ul
{
	margin-left: 80px;
}

div#content ul.mapa
{
	margin-left: 80px;
	font-size: 130%;
	line-height: 150%;
}

div#content ul.mapa a {
	color: #C91111;
	font-size: 100%;
	font-weight: normal;
}

div#content ul.english_ul {
	margin-left: 120px; 
}


/* ------------------------- FOOT ------------------------------------------- */

div#foot-container {
	height: 45px;
	border-top: 2px solid #A40B0E;
	background: #C6C6C6;
	clear: both;
}

div#foot-container span.navigation {
	display: block;
	float: left;
	width: 65%;
	text-align: right;
	margin: 1.5em 0 0 0;
}

div#foot-container span.navigation a
{
	color: #5A556E;
}

div#foot-container span.navigation span.spacer {
	padding: 0 2em 0 2em;
}

div#foot-container span.wykonanie {
	display: block;
	float: right;
	width: 20%;
	text-align: right;
	margin: 1.5em 5% 0 0;
	color: #7A7A7A;
}

div#foot-container span.wykonanie a {
	color: #7A7A7A;
}
