body{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF  url('graf/pcb.gif');
}
img{border:0}
dl, dt, dd, ul{
margin: 0;
padding: 0;
list-style-type: none;
}
dd {display: none;}
p {
	text-indent: 20px;
	text-align: justify;
}
#main{
	width: 780px;
	margin: 0 auto;
	border: 5px solid #332;
	background: #f2ebe2;
	font: bold 8pt Arial;
}
#naglowek{
	height: 220px;
	width:780px;
	background: #f2ebe2 url('graf/Tlo1.jpg') no-repeat;
}
#logo{
	padding: 20px 0 0 20px;
}
#slogan{
	width: 237px;
	font: bold 9pt Arial;
	text-align: center;
}
#nagmen{
	width: 780px;
	border-top: 1px solid #996;
	border-bottom: 1px solid #996;
}
#znajdz{
	float: right;
	padding: 5px 0 0 0;
}
#jezyk{
	float: left;
	padding: 10px 0 0 20px;
}
#menu{
	float: left;
	font-family: tahoma;
	font-size: 10pt;
	list-style: none;
	padding: 2px 0 2px 130px;
}
#menu li{
	float: left;
}
#menu a{
	display: block;
	height: 30px;
	padding: 0 10px;
	border-right: 1px solid #c9c6b3;
	background: url('graf/nav.gif');
	color: #553;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}
#menu a:hover{
	text-decoration: underline;
}
#menu .selected{background:url('graf/nav2.gif') left bottom;color:#970000;}
#kol1{
	width: 200px;
	vertical-align: top;
	padding: 0 0 0 0;
}
#menuL{
	padding:0 0 0 0;
	border-right: 1px solid #996;	
}
#linia{
	border-bottom: 1px solid #996;	
}
#menuL dt {
	color: #000;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	margin: 0;
	padding: 5px 0 5px 10px;
	font-size: 8pt;
	border-bottom: 1px solid #996;
	/*border-right: 1px solid #996;*/
}
#menuL li {
	background-color: #efeeeb;
	color: #000;
	border: 1px solid #888;
	margin: 0;
	padding: 1px 25px;
	font-size: 9pt;
}
#menuL a{
	text-decoration: none;
	color: #335;
	font-weight: bold;
	width: 150px;
}
#menuL a:hover, #kol2 a:hover {
	text-decoration: underline;
	color: #970000;
}
#menuL .selected{
	color: #970000;
}
#menuL .wybrane{
	color: #970000;
}
#kol2{
	width: 580px;
	vertical-align: top;
	padding: 0 0 0 0;
	float: right;
	border-left: 1px solid #996;
}
#kol2 a{
	text-decoration: none;
	color: #000;
}
#kol2 ul {
	position:relative;
	margin-left:30px;
}
#kol2 li{
	list-style: square none;
	text-align: justify;
	padding-bottom: 10px;
}
#tytul{
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #970000;
	height: auto;
	border-bottom: 1px solid #996;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}
#tytul1{
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #970000;
	height: auto;
	margin-bottom: 5px;
	padding: 5px 5px 0 5px;
}
.opis{
	font: normal normal 9pt Arial;
	width: 400px;
	float: left;
	padding: 0 0 5px 5px;
}
.opis a,.opisGrup a{
	font-weight: bold;
	color: #970000;
}
.opisGrup{
	float: left;
	width: 430px;
	vertical-align: middle;
	font: normal normal 9pt Arial;
	padding: 12px 10px 10px 5px;
}
.zdj{
	position: relative;
	width: 100px;
	float: right;
	vertical-align: top;
	padding: 0 10px 5px 0;
}
.zdjGrup{
	/*width: 100px;*/
	float: left;
	padding: 5px 5px 5px 5px;
}
.opis2{
	width: 540px;
	font: normal 9pt Arial;
	float: left;
	padding: 5px 10px 30px 10px;
	text-align: justify;
}
.opis2 a{
	text-decoration: underline;	
}
.opis3{
	font: bold 9pt Arial;
	float: left;
	margin: 0 0 5px 5px;
	padding: 0 20px 15px 15px;
	text-align: justify;
	border-bottom: 3px solid #996;
}
.tabcen {
	width: 270px;
}
.tabcen td{
	border: #996 solid 1px;
	font: normal normal 8pt Arial;
}
.stL{
	float: left;
	vertical-align: bottom;
	padding: 5px 0 0 10px;
}
.stP {
	float: right;
	vertical-align: bottom;
	padding: 5px 20px 0 0;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
	position: relative;
	z-index: 0;
}
.thumbnail span{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #f2ebe2; /* lightyellow;*/
	padding: 5px;
	left: -10px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: -200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
#hintbox{
	/*CSS for pop up hint box */
	position: absolute;
	top: 0;
	background-color: #ffffe0;
	width: 170px; /*Default width of hint.*/
	padding: 3px;
	border: 1px solid black;
	font: normal 9pt Arial;
	line-height: 18px;
	text-align: center;
	z-index: 100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
