html,* {
	padding: 0;
	margin: 0;
}

body.backgroundBody {
	background: #f3f2f1 url('../img/background.gif') repeat scroll 0 0;
}

body {
	background-color: #f3f2f1;
	margin: 0 auto;
	font-size: 20pt;
	color: black;
	font-family: Georgia;
}

a:HOVER {
	text-decoration: underline !important;
}

a {
	text-decoration: none !important;
}

.italic {
	display: inline;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

/* bookmarki  */
div#navigationPanel {
	padding-top: 4px;
	height: 54px;
}

div#navigationR {
	float: right;
}

div#navigationL {
	float: left;
	height:40px;
}

.smallText {
	font-size: 10pt;
}

table.navigation {
	font-size: 10pt;
	font-style: italic;
	float: left;
}

table.navigation td {
	vertical-align: top;
}

td.bookmark {
	text-align: center;
}

td.bookmark.checked a {
	font-weight: bold;
	font-style: normal;
	top: -1px;
	color: black;
}

td.bookmark a {
	color: #424242;
	text-decoration: none;
}

td.bookmark a.proper {
	position: relative;
}

td.bookmark div.invisible {
	visibility: hidden;
	margin: 2px;
	font-weight: bold;
}

/* koniec bookmarkow  */ /* headers */
h1 {
	font-size:9pt;
	display: inline;
	color: black;
}

h2 {
	font-size:9pt;
	display: inline;
	color: black;
}

h3 {
	font-size:9pt;
}

h4 {
	font-size:9pt;
	display: inline;
	color:black;
}

/* paragraphs */
p {
	margin: 2px 0 15px 0;
	line-height: 1.3em;
}

div#header {
	margin-top:3px;
	padding-bottom: 0px;
	background-color: #f3f2f1;
	padding-left: 10px;
}

/* content */
div#content {
	
}

div#page {
	border-top: 10px black solid;
}

div#sidebar {
	border-top: 10px black solid;
	z-index: 1000;
	position: relative;
	font-size: 9pt;
	line-height: 15pt;
	padding-top: 4px;
	height:40px;
}

/* footer */
div#footer {
	border-top: 1px black solid;
	padding-top: 10px;
}

div.navLine {
	border-bottom: 1px solid #515151;
}

.normalColor {
	color: #424242;
}

.normalSize {
	font-size:10pt;
	line-height:15pt;
}
/* generic classes */
p.bold {
	font-weight: bold;
}

em.underline {
	text-decoration: underline;
}

div.dottedLine {
	width: 100%;
	border-top: 1px dashed #515151;
}

div.solidLine {
	width: 100%;
	border-top: 1px solid #515151;
}

/*  galery stuff  */
div#gallery {
	margin-top: 18px;
	height: 405px;
	position: relative;
	width:700px;
	float:left;
}

#prevPage {
	position: absolute;
	left: -30px;
	bottom:15px;
}

#nextPage {
	position: absolute;
	right: -30px;
	bottom:15px;
}

div.miniature {
	font-size: 10pt;
	width: 220px;
	height: 184px;
	float: left;
	position: relative;
	margin-right: 15px;
	margin-bottom: 20px;
	line-height:15pt;
	
}

div.miniatureText {
	margin: 2px;
	position: absolute;
	width: 220px;
	height: 184px;
	top: 0px;
	text-decoration: none;
	background-color: #E6E6E6;
	z-index: 1;
	text-decoration: none !important;
}

a.miniatureLink:HOVER{
	text-decoration: none !important;
}

div.miniatureImage {
	margin: 1px;
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	z-index: 100;
}

/* detail*/
#detail {
	margin-top: 4px;
	height: 405px;
}

.detailColumnLeft {
	width: 300px;
	height: 380px;
	float: left;
	border-top: 10px black solid;
	font-size: 10pt;
	line-height: 15pt;
	position: relative;
}

#slider {
	border-top: 10px black solid;
	width: 300px;
	height: 81px;
	padding-top: 15px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}

#arrowRight {
	width: 11px;
	height: 10px;
	background: transparent url('../img/smallArrowRight.png') no-repeat
		scroll 0 0;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#arrowLeft {
	width: 11px;
	height: 10px;
	background: transparent url('../img/smallArrowLeft.png') no-repeat
		scroll 0 0;
	position: absolute;
	right: 0px;
	bottom: 15px;
}

.detailColumnRight {
	width: 620px;
	height: 380px;
	float: right;
	border-top: 10px black solid;
	position: relative;
}

#loading {
	margin-left:280px;
	margin-top:165px;
}

a#mokko {
	font-family: Helvetica,Arial;
	font-size: 11px;
	text-decoration: none;
	float: right;
	font-style:normal;
	padding-bottom: 10px;
}

a#next {
	font-style: italic;
}

div#language,div#language a {
	font-size: 10pt;
	text-decoration: none;
	float: left;
	font-style: italic;
	padding-bottom: 10px;
}

div#language a.checked {
	font-weight: bold;
	font-style: normal;
}

.intro {
	font-size: 17pt;
	line-height: 25pt;
	border-top: 10px solid black;
	margin-bottom: 20px;
	padding-top: 20px;
}

.intropX {
	opacity: 0;
	filter: alpha(opacity = 0);
	
}
