BODY
{
	margin: 0px;
	padding: 0px;
	background:#eee;
	color: #444;
	font:14px "Tahoma";
}

table
{
	margin:0;
	color: #444;
	font:14px "Tahoma";
}

form {margin:0px;}
label {cursor:pointer;}
img {border:0px;}
p {margin-top:0;}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
	border: 0;
	padding: 0;
}
div.clear
{
	clear:both;
	overflow:hidden;
}

a:link, a:visited
{
	color: #0026dd;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color: #267939;
	text-decoration:none;
	font-weight:bold;
}

div#error
{
	background: #cc0001;
	background-image: url(images/wyk.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:10px 10px 10px 60px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	margin-top:12px;
	margin-bottom:12px;
	min-height:43px;
	height: auto;
}

div#error a:link, div#error a:visited
{
	color: #93deff;
	text-decoration: underline;
}

div#error a:hover
{
	color: #fff;
	text-decoration: underline;
}
div.pager
{
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}
div#path
{
	margin-bottom:10px;
	margin-top:1px;
}
a.path:link, a.path:visited, a.path:hover
{
	font-weight:normal;
}

div.admin_link
{
	float:right;
	position:relative;
	background:#fff;
}
div#slider div.admin_link
{
	margin-right:10px;
	margin-bottom:30px;
}

div#frame, div.frame
{
	background:#f4f4f4;
	border:1px solid #AAA;
	padding:15px;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}

/* link drukuj */
div#print
{
	float:right;
}
div#print a
{
	font-weight:normal;
}
table.obrazek
{
	border-collapse:collapse;
	border:1px solid #A8A8A8;
	border-spacing:0;
}
.obrazek td 
{
	border: 1px solid #A8A8A8;
	padding: 4px;
}

table.normal
{
	border-collapse:separate;
	border-spacing:1px;
	margin-top:6px;
}
.normal td 
{
	padding:5px
}

/* tabela do wydruku */
table.print
{
	border-collapse:collapse;
	border:1px solid #000;
}
.print td
{
	border: 1px solid #000;
}

/* sure form */
font.big
{
	font-size:15px;
	font-weight:bold;
}

H3.tit
{
	font-size: 20px;
	color: #777;
	font-weight:bold;
	margin:0;
	margin-bottom:10px;
	margin-top:10px;
}
H4.tit
{
	margin-top:15px;
	font-size:18px;
	text-transform: none;
}

span.first
{
	color: #cc0000;
}

span.tit
{
	color: #4d4d4d;
	font-weight:bold;
	font-size:15px;
}

font.error, span.error
{
	color: #DD0000;
	font-weight: bold;	
}

a.alert:link, a.alert:visited
{
	color: #DD0000;
	text-decoration: none;
}
a.alert:hover
{
	color: #444444;
	text-decoration: none;
}

table.list
{
	border-collapse:separate;
	border-spacing:1px;
	margin-top:8px;
}
.list td
{
	padding:5px;
}

tr.tytul,td.tytul
{
	background:#d2d2d2;
	color:#232323;
	text-align:center;
}

tr.lista1,td.lista1
{
	background:#e6e6e6;
	color:#222222;
}

tr.lista2,td.lista2
{
	background:#f1f1f1;
	color:#222222;
}
tr.lista1 p, tr.lista2 p
{
	margin:0;
}

div.line
{
	background: #bbb5b5;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow:hidden;
	clear:both;
}

div.block
{
	margin-top:6px;
	margin-bottom:6px;
}

div.pause
{
	margin-top:2px;
	margin-bottom:2px;
	height:2px;
	overflow:hidden;
	clear:both;
}

fieldset
{
	padding: 7px 7px 7px 7px;
	border: 1px solid #787878;
}

input, textarea, select
{ 
	background: #f6f6f6;
	border: 1px solid #bbb;
	font-size: 13px;
	padding:3px;
}
textarea
{
	font-family:"Tahoma";
}

input[type='checkbox']
{
	background:transparent;
	border:0;
}

input.button
{
	background: transparent;
	background-image: url(images/btn.gif);
	border:0px;
	height:21px;
	width: 72px;
	font: 12px "Tahoma";
	color: #676767;
	cursor: pointer;
}

input.trans
{
	background: transparent;
	border: 0px;
	vertical-align:middle;
}

img.el {display:block}


/* button gif */
img.btn
{
	border:0px;
	margin-right:3px;
	margin-bottom:3px;
}

/* tabelka na formularz */
div.table
{
	display:table;
	margin-top:12px;
}
div.tr
{
	display:table-row;
}
div.td
{
	display:table-cell;
	vertical-align:middle;
	padding: 4px 6px 4px 0;
	word-wrap:nowrap;
}
div.td input[type="text"], div.td textarea
{
	width:290px;
}
div.td textarea
{
	height:100px;
}
input[type="text"].liczba
{
	width:80px !important;
}
div#powiat
{
	height:26px;
}

tr.highlight {background:#c5f051;}

/* języki */
div#langs
{
	margin-top:22px;
	margin-left:15px;
}
div#langs a:link, div#langs a:visited
{
	color:#444;
	text-decoration:none;
	font-weight:normal;
}
div#langs a:hover
{
	color:#cc0000;
}
/* wybrany język */
div#langs span
{
	color:#444;
	font-weight:bold;
}

div#arrow_up
{
	background:#777;
	width:45px;
	height:40px;
	padding-top:5px;
	margin-right:15px;
	margin-top:26px;
	font-size:26px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	float:right;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
div#arrow_up:hover
{
	background:#cc0000;
}

/* tooltip */
a.tooltip:hover {background:transparent; text-decoration:none; cursor:help; color:#333;}
a.tooltip:hover span {display:block; position:absolute; background:#eef8fb; border:2px solid #8ed0e3;}
span.tooltip
{
	position:absolute;
	display:none;
	margin-top:-20px;
	margin-left:3px;
	padding:6px 20px 6px 6px;
	width:250px;
	font-weight: normal;
	background:#eef8fb;
	background-image:url(images/close_win.gif);
	background-repeat:no-repeat;
	background-position:top right;
	border:2px solid #8ed0e3;
	cursor:pointer;
}
span.tooltip ul {padding-left:15px;}

/* menu boczne lub górne */
ul.menu {list-style:none; z-index:1000; margin:0; margin-left:auto; margin-right:auto; padding:0; width:980px; background:#ddd; height:34px; display:block; font-size:13px;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#666666; font-weight:bold; text-decoration:none}
ul.menu li {float:left} /* float:left dla górnego menu */

/* odstęp pomiędzy przyciskami - tylko dla menu górnego */
ul.menu .br
{
	width:1px;
	height:34px;
	overflow:hidden;
	background:#999;
	margin:0;
	padding:0;
	float:left; /* float:left dla górnego menu */
}

ul.menu .menulink, ul.menu .menulink_cl
{
	padding:9px 18px 10px 18px;
}

/* przycisk w menu po najechaniu */
ul.menu .menulink:hover
{
	background-color:#ccc;
	color:#52785f;
}

ul.menu .menulink_cl /* wybrany przycisk */
{
	color:#0026dd;
}
ul.menu .menulink_cl:hover, ul.menu .menuhover_cl /* wybrany przycisk po najechaniu */
{
	color: #444;
}
div#menu_mobile
{
	display:none;
	height:26px;
	padding:5px;
	background:#ddd;
}
div#menu_mobile a
{
	display:block;
}

/* --- dodatkowe style --- */
div.cont
{
	width:800px;
	line-height:22px;
	border:1px solid #ccc;
	background:white;
	padding:25px;
}

div.quote, p.quote, div.resume
{
	border:1px solid #ccccdd;
	background:#ecf1f7;
	padding:12px;
	margin-top:10px;
	margin-bottom:10px;
}
div.quote, p.quote
{
	background:#eee;
	font-style:italic;
}

span.big
{
	font-size:17px;
}

ul.block li, ol.block li
{
	margin-bottom:10px;
}
ul.block li ul li, ol.block li ol li
{
	margin-bottom:1px;
}

/* faq - div z odpowiedzia */
div.faq
{
	margin-top:4px;
	margin-bottom:4px;
	padding:10px;
	border:1px solid #aaa;
}

/* --- konstrukcja --- */
div#top
{
	width:980px;
	height:120px;
	margin:auto;
	background-image:url(images/top.jpg);
	border-bottom:1px solid #bbb;
}
div#top h2
{
	display:block;
	width:40%;
	margin:0;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	color:#557d62;
	font-size:18px;
}

div#container
{
	width:980px;
	margin:auto;
	margin-bottom:15px;
	min-height:200px;
	background:#FFF;
	border:1px solid #ccc;
	line-height:22px;
}
div#link
{
	width:980px;
	margin:auto;
}
div#content
{
	padding:20px;
}

div#tresc
{
	margin-top:15px;
}
p#last_m
{
	text-align:right;
	font-style:italic;
	font-size:13px;
}
div.chart
{
	width:0;
	height:13px;
	background-image:url(images/sonda.gif);
}
h3.black
{
	margin-top:30px;
}
