/* CSS Document */
* {
	margin: 0 auto;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background-color: #89d4f5;
	background-image: url(gfx/backG.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color:#003366;
	font-weight: bold;
}
a:hover {
	color:#0066FF;
}
#wrapper {
	width: 960px;
	height: 100%;
	text-align: left;
}
#bigHeaderG {
	width: 960px;
	height: 100px;
	background-image: url(gfx/bgWrG.png);
	background-repeat: no-repeat;
}
#bigHeaderD {
	width: 960px;
	text-align:center;
	height: 200px;
	background-image: url(gfx/bgWrD.png);
}
#logo {
	width:900px;
	height:200px;
	margin-left: 30px;
	background-image:url(gfx/logo.png);
}
#logo h1 {
	font-size: 16px;
	background-color:#0086B3;
}
/** POZIOME MENU */
#hMenu {
	width: 900px;
	margin-left: 30px;
	margin-bottom: 20px;
	background-color: #60B7DE;
	text-align:center;
}
#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: #73C5E5;
}

/* tlo glównego kontenera */
#wrapperBg {
	background-image: url(gfx/bgWrapper.png);
	background-repeat: repeat-y;
}
#wrapperEnd {
	background-image: url(gfx/bgWrEnd.png);
	height: 100px;
}
#content {
	margin-left: 30px;
	height: 500px;
	width: 900px;
	background-image: url(gfx/contentEnd.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#mTekst {
	width: 460px;
	margin-left: 20px;
}
#mTekst h2{
	margin-left: 0px;
	margin-bottom: 10px;
	font-size:24px;
	text-transform:uppercase;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #446b7d;
	width: 300px;
}
#mTekst p{
	font-size:16px;
	line-height: 140%;
}
#content #left {
	width: 200px;
	float: left;		
}
#content #left #navigation {
	margin-top:30px;
	margin-left: 20px;
}
#content #left #navigation strong {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color:#266075;
}
#menu{
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
}
#menu a{
	display:block;
	color: #000000;
	padding:2px;
	text-decoration:none
}
#menu a:hover{
	display:block;
	color: #000000;
	text-decoration:underline;
	background-color:#00BFFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0086B3;
}
#content #center {
	width: 500px;
	float: left;		
}
#content #right {
	width: 200px;
	float: left;		
}
#content #right #galeria {
	margin-top:30px;
	margin-left: 20px;
}
#content #right #galeria strong {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color:#266075;
}
#miniatury {
	margin-left: 10px;
}
.cennik{
	width:300px;
	margin: 10px;
	font-size:14px;
}
.cennik tr{
	background-color:#f5f5f5;
}
.cennik td{
	border: 1px solid #666666;
}
.clear {
	float:none;
}
#footer strong {
	text-transform:uppercase;
}
#footer p{
	padding-top: 30px;
	text-align: center;
}
