/* ogolne deklaracje */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #0d0d0d;
}
html {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #e8ad00;
}
a:hover {
	text-decoration: underline;
}

div.page {
	font-size: 11px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, arial, tahoma, sans-serif; 
	position: relative;
	width: 976px;
}

/* naglowek */

div#top01 {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../images/top01.gif');
	width: 263px;
	height: 263px;
}

div#top02 {
	position: absolute;
	top: 0px;
	left: 263px;
	background: url('../images/top02.gif');
	width: 90px;
	height: 263px;
}

div#top03 {
	position: absolute;
	top: 0px;
	left: 353px;
	background: url('../images/top03.gif');
	width: 273px;
	height: 263px;
}

div#top04 {
	position: absolute;
	top: 0px;
	left: 626px;
	background: url('../images/top04.gif');
	width: 117px;
	height: 263px;
}

div#top05 {
	position: absolute;
	top: 0px;
	left: 743px;
	background: url('../images/top05.gif');
	width: 233px;
	height: 263px;
}

/* menu */

div#menu {
	position: absolute;
	top: 263px;
	left: 0px;
}

div#menuBottom {
	position: absolute;
	top: 311px;
	left: 0px;
	width: 976px;
	height: 13px;
	background: url('../images/menuDol.gif');
}

/* glowna czesc strony */

div#content {
	position: absolute;
	top: 324px;
	background-color: #0d0d0d;
	color: #c4b7a6;
	width: 100%;
}

div#contentLeft {
	float: left;
	width: 527px;
}

div#contentRight {
	float: right;
	width: 440px;
}

div.item {
	margin-bottom: 10px;
}

div.itemHeader {
	background: url('../images/blokNaglowek1.gif');
	background-repeat: no-repeat;
	width: 527px;
	height: 12px;
}

div.itemHeaderTxt {
	background: url('../images/blokNaglowek2.gif');
	background-repeat: no-repeat;
	width: 527px;
	height: 17px;
	color: #63614c;
	font-family: sans-serif;
	font-size: 12px;
}

span.itemHeaderTitle {
	color: #c4b7a6;
	float: left;
	margin-left: 22px;
}
span.itemHeaderAlt {
	color: #c4b7a6;
	float: right;
	margin-right: 20px;
}

div.itemContent {
	background: url('../images/blokTlo.gif');
	background-repeat: repeat-y;
	padding: 10px;
}

div.itemFooter {
	background: url('../images/blokDol.gif');
	background-repeat: no-repeat;
	width: 527px;
	height: 59px;
}

div.oItem {
}

div.oContent {
	background: url('../images/tloOrganizujemy.gif');
	width: 440px;
	height: 231px;
	text-align: center
}

div.sContent {
	text-align: center;
	padding: 15px 0;
}

div#footer {
	background: url('../images/stopka.gif');
	background-repeat: no-repeat;
	width: 977px;
	height: 51px;
	clear: both;
	text-align: center;
	padding-top: 16px;
	margin-bottom: 30px;
}

div#footer a {
	color: #c4b7a6;
	text-decoration: underline;
}

div.topMenu {
	margin-top: 6px;
	text-align: right;
	font-weight: bold;
	color: #fff;
}

/* newsy */

div.newsReadMore {
	text-align: right;
	margin-right: 4px;
	padding-top: 4px;
}

div.newsFullText {
	display: none;
	margin-top: 7px;
}
div.newsPager {
	text-align: right;
}
div.newsPager a {
	text-decoration: underline;
}

/* druzyna */

div.teamPhoto {
	position: absolute;
	top: 21px;
	left: 54px;
}
div.teamInfoAlt {
	position: absolute;
	top: 20px;
	left: 150px;
	color: #63614c;
}
div.teamInfoAlt ul {
	list-style-type: none;
	font-weight: bold;
}
div.teamInfoData {
	position: absolute;
	top: 20px;
	left: 300px;
	color: #646464;
}
div.teamInfoData ul {
	list-style-type: none;
}

div.itemCardContent {
	background: url('../images/wizytowkiTlo.gif');
	background-repeat: no-repeat;
	width: 527px;
	height: 233px;
	padding-top: 10px;
	position: relative;
}

span.teamDesc {
	color: #646464;
}

.ordersList {
	list-style-type: none;
}
.ordersList li {
	display: inline;
	padding: 0 10px;
}

.orderDescription {
	position: absolute;
	display: none;
	left: 25px;
	top: 25px;
	border: 1px solid #442d17;
	background-color: #dcb;
	color: #646464;
	padding: 4px;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

/* galeria */

ul.galleryCatList {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.galleryCatList li {
	padding-top: 10px;
}

.galleryCatList .galleryTitle {
	font-weight: bold;
}

.galleryCatList p {
	margin-left: 15px;
}
.galleryCatList .desc {
	float: left;
	width: 350px;
}
.galleryCatList .photo {
	float: right;
}
.galleryCatList .footer {
	clear: both;
}


/* miejscowki */

.seatTitle {
	font-weight: bold;
}

.seatDesc {
	font-weight: bold;
	margin-top: 4px;
}
