﻿/*STYLE ZWIĄZANE Z FORMATOWANIEM LIST*/

.onas
{
font-family: Calibri;
}

/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;

}
#header {
	padding: 0px;
	margin: 0px;

}
#container {
	}
#left_col {
	margin: 10px 0px 5px 0px;
	width: 190px;
	left: 0px;
	top: 0px;
	float: left;
	background-color: #CCFFE6;
	height: 700px;
	display: block;
	text-align: center;
	font-family: Calibri;
}
a.logo{
	color: #FF0000;
	font-family: "DejaVu Sans";
	font-weight: bolder;
	text-transform: lowercase;
	font-style: normal;
	text-decoration: none;
	font-size: x-large;
}

a.logo:hover{
	background-color: #DDFFEE;
	color: #FF0000;
	font-family: "DejaVu Sans";
	text-transform: lowercase;
	font-style: normal;
	text-decoration: none;
	box-shadow: 0px 0px 0px;
}

#page_content {
	float: right;
	width: 770px;
}

.right_col {
	margin: 10px 0px 5px 0px;
	width: 190px;
	float: right;
	padding: 3px;
	background-color: #CCFFE6;
	height: 700px;
}
#middle_col{
	float: left;
	width: 540px;
	display: block;
}
.sekcja1{
	float: left;
	width: 250;
	padding: 2px;
}
#footer {
	clear: both;
	font-size: x-small;
}
.sekcja2{
	float: right;
	width: 250;
	padding: 2px;
}
.centralpic{
width: 250px;
height: 186px;
	}

.centralpic:hover{
	width: 275px;
	height: 204px;
	box-shadow: 10px 10px 5px #888888;
	transition-duration: 0.75s;
	display: block;

}

.mapka{
position: relative;
z-index: 0;
}

.mapka:hover{
background-color: transparent;
z-index: 50;
}

.mapka span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.mapka span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.mapka:hover span{ /*CSS for enlarged image on hover*/

visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

a:focus
{
outline:none;
	}

ul {
	padding: 0px;
	margin: 0px;
	height: 30px;
}
ul li {
	border-color: #000000;
	display: block;
	float: left;
	width: 190px;
	list-style-type: none;
	background-color: #DDFFEE;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-right: 1px;
}
ul li a {
	background-color: #DDFFEE;
	line-height: 30px;
	width: 190px;
	display: block;
	text-align: center;
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
	font-family: Calibri;
	font-style: normal;
}
ul li a:hover {
	background-color: #88FFC4;
	box-shadow: 10px 10px 5px #888888;
	transition-duration: 0.75s;
}

/*PONIŻEJ ZNAJDZIESZ STYLE ZWIĄZANE Z TOOLTIPAMI*/

.faq{
	position: absolute;
	margin-top: 330px;
}
.copy{
	margin-top: 220px;
	position: absolute;
	overflow: auto;
	width: 540px;
}
a.tt{
	position: relative;
	z-index: 24;
	color: #3CA3FF;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
	font-family: Calibri;
}

a.tt span {
	display: none;
}

a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	padding: 0px 0px 0 46px;
	width: 254px;
	color: #993300;
	text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	right: 0px;
	margin-top: 0px;
	margin-left: 240px;
	text-indent: 2px;
}

a.plyty{
	position: relative;
	z-index: 24;
	color: #3CA3FF;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
	font-family: Calibri;
}

a.plyty span {
	display: none;
}

a.plyty:hover{ z-index:25; color: #aaaaff; background:;}
a.plyty:hover span.tooltip{
	margin: 0px 0px 0px 180px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	padding: 0px 0px 0 0px;
	width: 254px;
	color: #993300;
	text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	right: 0px;
	text-indent: 2px;
}
