@charset "UTF-8";
/*-----Reset -------*/
div, p, h1, h2, h3, ul, ol, li, dl, dd, dt, img, body, form {
	margin: 0em;
	padding: 0em;
}

/* Ukrywamy */
#topWrap, #menuWrap, #stopkaWrap, #modulyWrap, #modulyWrap2, .okruszki { display: none; }
.wiecej { display:none; }

/*----- Podstawy - style elementów -------*/
body {
	padding: 10px;
	color: #000000;
        background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
}
h1, h2, h3 {
	clear: both;
	border-bottom: 1px solid #D7DDB9
}
h1 {
	margin: 0.5em 0em 0.5em 0em;
	font-size: 2.5em;
	line-height: 2.5em;	
	font-weight: normal;	
}
h2 {
	margin: 1.5em 0em 1em 0em;
	font-size: 2em;
	line-height: 2em;	
	font-weight: normal;	
	
}
h3 {
	margin: 1.5em 0em 1em 0em;
	font-size: 1.5em;
	line-height: 1.5em;	
	font-weight: normal;	
}
img {
	border: none;
	vertical-align:bottom;
}
p {
	margin: 1em 0em 1em 0em;
	page-break-after: auto;
	page-break-before: auto;
	page-break-inside: avoid;

}
a {
	text-decoration: none;
	color: black;
}
/*
a:after { content: " [" attr(href) " - " attr(title) "] "; }
*/
ul,ol,dl { margin: 1em 0em 1em 2em; }

.galeriaZdjecia .zdjecieKont {
    display:block; float: left;
    padding: 5px;
}
