@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* by Konrad Mielko for IFG Design */

html {
	background:url(img/bg.jpg) repeat-x top #f0f0f0;
}
body {
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:28px;
	background:url(img/bg-top.jpg) top no-repeat;
}
.grid {
	width:960px;
	margin:0px auto;
}
.notxt {
	text-indent:-999em;
	overflow:hidden;
}
header {
	position:relative;
	height:320px;
}
section {}
h1, h2, h3 {
	display:block;
}
h1 {
	background:url(img/bg-h1.jpg) no-repeat;
	position:absolute;
	width:437px;
	height:129px;
	top:50px;
}
h2 {
	width:380px;
	border-bottom:solid 1px #b28a99;
	position:absolute;
	top:230px;
	left:40px;
	text-align:center;
	font-size:18px;
	line-height:36px;
	padding-bottom:10px;
}
h2 span {
	font-style:italic;
	font-size:14px;
}
#zakres {
	padding-top:20px;
}
#adresy {
	margin-top:33px;
	background:url(img/bg-tresc.jpg) repeat-x top #de8eab;

}
#adresy h3 {
	padding-top:20px;
}
#adresy div {
	padding:5px 0px 5px 50px;
}
#adresy section {
	position:relative;
	padding-bottom:50px;
}
section #szczecin {
	position: absolute;
	width: 424px;
	padding: 0px;
	margin: 0px;
	right: 16px;
	top: -210px;
}
section #swinoujscie {
	position: absolute;
	width: 424px;
	padding: 0px;
	margin: 0px;
	right: 16px;
	top: 50px;}
#fon {
	line-height:35px;
	background:#470c23;
	text-align:center;
}
h3 {
	margin-left:50px;
}
h3 strong {
	text-decoration:underline;
}
p {}
ul {
	margin-left:50px;
}
ul li {
	padding-left:40px;
}
strong {
	font-weight:bold;
}
footer {
	background:#de8eab;
	line-height:40px;
	font-size:12px;
	color:#470c23;
	text-align:center;
}
footer a {
	text-decoration:none;
	color:#470c23;
}
#adresy img {
	border:1px solid #fff;
}
#cookieNotification{
	height:0;
	width:100%;
	background:#F8F8F8;
	padding:10px 0px;
	margin:0px auto;
	overflow:hidden;
	transition:height .3s;
	-webkit-transition:height .3s; 
	position: relative; 
	top: 0; 
	left: 0; 
	z-index: 99999; 
	border-bottom: 1px solid #CCC; 
	text-align:center;
	position:absolute;
	 
}
#closeCookie{position:absolute;top:15px;right:20px;font-weight:bold;}
#cookieNotification > p {padding:0; line-height:normal; margin:0;color:#5e1e38;}
#zakres a { color:#CCC;}
.cookielist li {
list-style:circle;
padding-left:10px;
margin-left:20px;}