* {
	margin: 0 auto;
}
html, body{
	background-color: #add92b;
	text-align: center;
	background-image: url(gfx/bgTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* fotki */
img {
	border: none;
}
/* galeria */
#right strong{
	margin-top:20px;
	color:#009900;
	text-transform:uppercase;
	font-size:18px;
}
#miniatury img{
	border: 6px solid #FFFFFF;	
}
#miniatury p{
	margin-top: 20px
}
#miniatury img:hover{
	border: 6px solid #CCCCCC;	
}
/* odnosniki */
a {
	text-decoration:none;
	font-weight:bold;
	color:#009900;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}

/* LayOut */
#wrapper {
	width: 960px;
}
#wrapperBg{
	background-image: url(gfx/wrapperBg.png);
	background-repeat: repeat-y;
}
#banerTop {
	height: 150px;
	background-image: url(gfx/banerTop.png);
}
#banerCenter {
	height: 200px;
	background-image: url(gfx/banerCenter.png);
}
#banerCenter h1{
	margin-left: 100px;
	padding-top: 30px;
	font-size: 30px;
}
#banerCenter h1 strong{
	font-size:36px;
}
#banerCenter h2{
	margin-left: 100px;
}
/* wysokosc poszczególnych stron */
#index #content {
	height: 1550px;
}
#oferta #content {
	height: 500px;
}
#cennik #content {
	height: 500px;
}
#kontakt #content {
	height: 500px;
}
#lokalizacja #content {
	height: 1100px;
}
#rezerwacja #content {
	height: 500px;
}
/* end wysokosc poszczególnych stron */
#content {
	height::400px;
	margin: 0 auto;
	text-align:left;
	width:800px;
}
#content p{
	margin-top: 10px;
	font-size: 16px;
}
#wrapperBgEnd {
	height: 70px;
	background-image: url(gfx/wrapperBgEnd.png);
}
#footer {
	height: 100px;
	background-image: url(gfx/footerBg.png);
}
/* end LayOut */

/* poziome menu */
#hMenu {
	margin-bottom: 20px;
	background-color: #95bb25;
	text-align:left;
}
#hMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#hMenu li {
	display: inline;
}

#hMenu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#hMenu a:hover {
	background-color: #d8ed7d;
	color: #95bb25;
}
/* lewa strona */
#left {
	width: 600px;
	float: left;
}
/* prawa strona */
#right {
	width: 200px;
	float: left;
}
.clear {
	float:none;
}
/* glówny tekst */
#mainText {
margin-left:20px;
margin-right:20px;
}
#mainText h2{
	font-size:28px;
	width: 300px;
	margin-left:0px;
	color:#009900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}

#mainText table{
	width: 260px;
	margin-left: 20px;
	margin-top: 10px;
	text-align:center;
	border:solid 1 #666666;
}
#mainText table tr{
	background-color:#f5f5f5;
	border:none;
}
