html, body {
	font-family: "Verdana", "Arial", "Microsoft Sans Serif";
	font-size: 10pt;
	width: 100%;
	height: 100%;
	margin: 0;
}

div {
	font-size: 0;
	text-align: left;
	vertical-align: top;
	margin: 0;
}

.thumbnail {
	border: 1px solid #000000;
	/*width: 77px;
	height: 106px;*/
	margin-top: 16px;
	margin-bottom: 16px;
}

img {
	border: 0;
}

#logo.grayed {
	-moz-opacity: 0.25;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

h1, div#overlay {
	font-size: 14pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

body.frame {
	text-align: center;
	vertical-align: middle;
	height: 435px;
}

.maxsize {
	width: 100%;
	height: 100%;
}

div.spacer {
	height: 110px;
}

.notscrollable {
	overflow: hidden;
}

.scrollable {
	overflow: auto;
	overflow-x: hidden;
}

.center {
	text-align: center;
}

.middle {
	vertical-align: middle;
}

/* Layout */

#container {
	margin: auto;
	width: 762px;
	height: 599px; /* nie bylo tego */
	border: 1px solid #cccccc;
}

#inner-top {
	width: 762px;
	height: 75px;
}

#top_gradient {
	width: 575px;
	height: 75px;
	margin-left: 187px;
	background: url('img/<?=KOLEKCJA?>/top_gradient.png');
}

#inner {
	/*margin: auto;*/
	width: 762px;
	height: 524px;
}

#inner-menu {
	width: 185px;
	height: 524px;
}

#inner-main {
	width: 2px;
	height: 524px;
	margin-top: -524px;
	margin-left: 185px;
}

#inner-main-left {
	width: 229px;
	height: 435px;
	margin-left: 2px;
	background: url('img/<?=KOLEKCJA?>/main.png');
}

#inner-main-right {
	width: 346px;
	height: 435px;
	margin-left: 229px;
}

#frame {
	margin: 0;
	padding: 0;
}

#main-gradient {
	width: 575px;
	height: 17px;
	margin-left: 2px;
	background: url('img/<?=KOLEKCJA?>/main_gradient.png');
}

#gradient-spacer {
	width: 575px;
	height: 3px;
	margin-left: 2px;
}

#bottom-gradient {
	width: 575px;
	height: 69px;
	margin-left: 2px;
	background: url('img/<?=KOLEKCJA?>/bottom_gradient.png');
}