@charset "UTF-8";

/*
	 Roman Cieciuch
	 Reset to Defaults
	 roman@flmc.pl
	 Thursday, 10 January 2013, 21:29:45
*/

html, html * {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	word-wrap: break-word;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	overflow: hidden;
}

/* div[id^=mapka-obiekty-konferencyjne], */
form {
	overflow: hidden;
}div {	overflow: hidden;}
input[type="submit"],
input[type="reset"],
button {
	cursor: pointer;
}

ol, ul {
	list-style-type: none;
	overflow: hidden;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
  text-decoration: none;
}

a:focus, a:active, a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, span, li {
  line-height: 140%;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

p {
  font-size: 1em;
  margin: 1em 0;
}

small {
	font-size: 0.8em;
}