@charset "utf-8";
/* CSS Document */
/* tagi */
body {
	background: #3d3f47 url(../images/layout/bodyBackground.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-size: x-small;
	font-family: Tahoma, Verdana;
	color: #cbceda;
}
p {
	font-size: 120%;
}
h1 {
	color: white;
	font-size: 160%;
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
}
h2 {
	color: #cbceda;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
}
h3 {
	color: white;
	font-size: 110%;
}
a {
	color: #cbceda;
}
table {
	font-size: 120%;
}
th {
	text-align: left;
	padding: 2px 6px;
}
td {
	padding: 2px 6px;
}
input, textarea, select {
	background-color: #2c2e34;
	border-top: 1px solid #121316;
	border-left: 1px solid #1c1d21;
	border-bottom: 1px solid #545760;
	border-right: 1px solid #40424a;
	font-size: x-small;
	padding: 4px;
	color: #cbceda;
}
p:first-letter {
	color: white;
	font-size: 120%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
	padding-left: 10px;
}
/* content */
div#wrapperBackground {
	width: 50%;
	left: 0;
	position: absolute;
	background-image:url(../images/layout/leftSideBackground.jpg);
	background-repeat: no-repeat;
	background-position: right;
	z-index: 1000;
	height: 464px;
}
div#wrapper {
	height: 400px;
	width: 783px;
	position: absolute;
	left: 50%;
	margin-left: -378px;
	z-index: 2000;
}

/* menu i top */
div#top {
	background: url(../images/layout/topLogoBackground.jpg) no-repeat;
	width: 404px;
	height: 89px;
	position:absolute;
	left: 50%;
}
div#top h1 {
	position: relative;
	color: #65676f;
	float:left;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 21px;
	left: 298px;
}
div#top h2 {
	position: relative;
	float:left;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 60px;
	left: 154px;
	color: #65676f;
}
div#mainMenu {
	height: 55px;
	width: 379px;
}
#mainMenu a {
	display: block;
	float:left;
	height: 38px;
	width: 75px;
	text-align:center;
	font-size: 120%;
	text-decoration: none;
	color: #e3e8ff;
	font-weight: bold;
	padding-top: 17px;
	font-family:Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
}
#mainMenu a.flagi {
	width: 28px;
	height: 37px;
	padding-top: 18px;
}
#mainMenu a.flagi:hover {
	background: none;
}
a.flagi img {
	border: 1px solid #4a4c55;
}
/* wartosci podane dla IE */
#mainMenu a:hover {
	background: url(../images/layout/mainMenuLinkHoverBackground.jpg) no-repeat;
	color: #252525;
}
/* ukrywanie tla png przed IE */
html>body #mainMenu a:hover {
	background: transparent url(../images/layout/mainMenuLinkHoverBackground.png);
}

/* content */
div#content {
	float: left;
	width: 765px;
	margin-left: 0px;
}
div#leftPanel {
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	width: 350px;
}
div#rightPanel {
	float: left;
	margin-left: 15px;
	width: 320px;
	margin-top: 33px; 
}
div#rightPanel h1 {
	display: block;
	background: url(../images/layout/hr.gif) no-repeat bottom;
	width: 312px;
	height: 1.9em;
	font-size: 130%;
}

/* footer */
div#footer {
	clear: both;
	float: left;
	width: 100%;
	background-color: #232428;
	border-top: 3px solid #4a4c56;
	height: 35px;
	font-size: 90%;
	color: #565964;
	line-height: 150%;
	margin-top: 35px;
}
div#footer a {
	color: #afb2c3;
	text-decoration:none;
}
div#footer #inner {
	width: 763px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
div#footer #inner #left {
	float: left;
}
div#footer #inner #right {
	float: right;
}

/* STYLE DLA POSZCZEGOLNYCH STRON */
/* home */
p.opisNowej {
	width: 329px; 
	background: #2b2c32 url(../images/layout/pOpisNowejBackground.gif) repeat-x; 
	margin:0; 
	padding: 10px;
}
img.powiekszenie {
	border: 3px solid #4c4f59;
}
img.miniaturka {
	border: 2px solid #565964;
	margin: 0 5px;
}
html>body div#fullView {
	position: absolute;
	width: 107px;
	height: 107px;
	background: transparent url(../images/layout/fullViewIcon.png) no-repeat;
	left: 260px;
	top: 58px;
}
html>body div#szczegolyIcon {
	position: absolute;
	width: 107px;
	height: 107px;
	background: transparent url(../images/layout/szczegolyIcon.png) no-repeat;
	left: 260px;
	top: 58px;
}
/* galeria full view */
p.opis-dziela {
	color: #fff;
}
p.opis-dziela:first-letter {
	font-size: 100%;
	padding:0;
}
p.cena {
	background: url(../images/layout/pCenaBackground.gif) no-repeat;
	display:block;
	width: 123px;
	height: 34px;
	padding: 4px;
	padding-left: 10px;
	font-size: 170%;
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
	margin-left: 170px;
	margin-top: 30px;
}
p.cena:first-letter {
	padding: 0;
	font-size: 120%;
}

/* formularz kontaktowy */
a#formToggleLink {
	text-decoration: none;
}

/* galerie */
div#kategorieMenu {
	background-color: #292a30;
	border: 2px solid #585b66;
	font-size: 110%;
	padding: 5px;
	width: 225px;
	float:left;
}
div#kategorieMenu h1 {
	margin: 2px 0;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
}
div#kategorieMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div#kategorieMenu li {
	margin: 3px 0;
}
div#kategorieMenu li a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	padding: 3px 22px;
}
html>body div#kategorieMenu li a  {
	display: block;
	background-image:url(../images/layout/listBullet.png);
	background-repeat: no-repeat;
}
html>body div#kategorieMenu li a.altLink  {
	display: block;
	background-image:url(../images/layout/altListBullet.png);
	background-repeat: no-repeat;
}
div#kategorieMenu li a:hover {
	background-color: #1b1b1f;
	color: #FFFFFF;
}
div#galerie {
	padding: 10px;
	width: 100%;
	float: left;
}
div#galerie div#miniaturki {
	float: right;
	text-align: left;
	margin-top: -4px;
	width: 505px;
}
div#galerie div#miniaturki div#poprzednia {
	float: left;
	padding-bottom: 10px;
}
div#galerie div#miniaturki div#nastepna {
	float: right;
	padding-bottom: 10px;
}
/* == lista miniaturek == */
div#lista-miniaturek {
	width:490px;
	float: left;
	clear: both;
	padding-left: 30px;
}
div#galerie div#miniaturki div.miniaturka {
	float: left;
	height: 160px;
	width: 110px;
	text-align: center;
	/* border: 1px solid white; */
}

p.opisKategorii {
	width: 219px; 
	/* background: #2b2c32 url(../images/layout/pOpisNowejBackground.gif) repeat-x; */
	margin:0; 
	padding: 10px;
	float: left;
	clear: both;
}
p.opisKategorii:first-letter {
	padding: 0;
	font-size: 120%;
}
/* biografia */
img.biografia-foto {
	border: 2px solid #4a4c56;
	margin: 5px 0;
}
