/*
Designed by Sebastian Korczak
http://myinventions.pl
creation-date: 03.09.2009
last-modified: 30.09.2009
*/

body{	background-color: #B3B3B3;
	 }
div{	height:auto;
	margin:0px;
	padding:0px;
	background-color:#FFF;
	font-family:Verdana, Arial, Tahoma, Helvetica, Georgia;
	font-size:12px;
	text-align: justify;
	color:#000;
	line-height:20px;
	vertical-align:top;
	overflow:hidden;
	position: relative;
	}
#CONT {
	width: 790px;
  margin:0 auto;
  background-color: #B3B3B3;
  }	
#TL{	height:36px;
	width:36px;
	float:left;
	background:#FFF url('img/tl.jpg') no-repeat center;
	}
#T{	height:36px;
	width:718px;
	float:left;
	background:#FFF url('img/t.jpg') repeat-x center;
	}
#TR	{
	height:36px;
	width:36px;
	float:right;
	background:#FFF url('img/tr.jpg') no-repeat center;
	}
#L	{
	width:790px;
	float:left;
	background:#FFF url('img/l.jpg') repeat-y left;
	}
#R	{
	width:754px;
	float:right;
	background:#FFF url('img/r.jpg') repeat-y right;
	}	
#MAIN	{
	width:718px;
	float:left;
	background:#FFF url('img/logo.png') no-repeat top;
	padding-top:101px;
	}
#BL	{
	height:36px;
	width:36px;
	float:left;
	background:#FFF url('img/bl.jpg') no-repeat left;
	}
#B	{
	height:36px;
	width:718px;
	float:left;
	background:#FFF url('img/b.jpg') repeat-x left;
	}
#BR	{
	height:36px;
	width:36px;
	float:right;
	background:#FFF url('img/br.jpg') no-repeat left;
	}
#STOPKA {
	clear: both;
	text-align: right;
	width: 748px;
	margin-bottom:10px;
	background-color: #B3B3B3;
	font-size:10px}
#MENUt	{
    	width: 718px;
    	height: 40px;
    	margin-bottom:10px;
	background: #333 url('img/menul.png') no-repeat left;
	}
#MENU	{
    	width: 698px;
    	height: 40px;
    	margin-left:23px;
	background: #333 url('img/menur.png') 685px  repeat-y;
	}
#MENU ul{
	margin:0;
	padding:0 1px;
	width:auto;
	list-style: none;	
	float:left;
	clear: both;
	width: 708px;
    	}
#MENU  li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
	}
#MENU a, span {
	padding: 10px 25px; 
	float: left; 
	text-decoration: none; 
	clear: both;
	height: 20px;
	}
#MENU a {
	color: #7bc441;
	background: #1d1d1d;
	}
#MENU span {
	color: #FFF;
	background: #333;
	display: none;
	}
#TRESC {
	width: 702px;
	float: left;
	margin: 8px;
	margin-top:25px;
	background-color: #FFF;
	}
h3	{	
  	margin:5px; display:inline;
	}
p	{
	margin:0;
	padding:0;
	line-height: 20px;
	}	
pre	{
	font-style: italic;
	line-height: 15px;
	color: #0000FF;
	display:block;
  }
p.indent {text-indent: 50px;}
div.object {
  width: 702px;
  height:auto;
  padding:0 151px;
  }
div.code {padding: 0 10px;}

img {float:none;display:block; margin:0 auto;border:0;}
img.L {display:inline; padding:30px 0;}
img.R {display:inline;float:right;margin-left:15px;}
img.m {float:left; display:inline; padding:0 20px 0 0}
a {text-decoration: none; color: #000; margin:0; background-color:#E1E1E1;}
a:link {color:black;}
a.header {background-color:#FFF;}
a.header:visited {color:#878787;}
a:hover {color:red; text-decoration:none;}


#GALLERY {
  width:702px;
}
#FULL {
	float: left;
	width:100%;
}

ul.thumbs {
	float: left;
	list-style: none;
	margin: 10px 45px;
	width: 600px;
	padding:0;
}
ul.thumbs li {
	margin: 0;
  padding: 5px;
	float: left;
	position: relative;
	width: 110px;
	height: 85px;
}
ul.thumbs li img {
	width: 100px;
  height: 75px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumbs li img.hover {
	border: none;
}
