/* ----- reset.css ----- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
 font-size: 14px;
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* ----- STYLE ----- */

body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px auto;
	font-size: 14px;
}

.newLine {
	clear: both;
}


.hidden {
	display: none;
}

img {
	border:0px;
}


.fl {
	float:left;
}

.fr {
	float:right;
}


a {
	text-decoration: none;
	color: #0286d0;
}

a:hover {
	color:#1b468c;	
}



h1, h2, h3, h4, h5, h6 {
	color: white;
	padding:0px;
	margin:0px;
	width:auto;
	display:block;
	margin-top:0.2em;
	margin-bottom: 5px;
	font-weight: normal;

}

div.main {
	width: 980px;	
	margin:0 auto;
}

h1 {
	font-size:20px;
	letter-spacing: -2px;
	margin-bottom:0;	
	line-height: 30px;
}

h2 {
	font-size:19px;
	margin-bottom:0;
	line-height: 28px;
}

h3 {
	font-size:18px;
	margin-bottom:0;
	line-height: 24px;
}

h4 {
	font-size:17px;
	line-height: 21px;	
}

h5 {
	line-height: 16px;
	font-size: 20px;
	
}

h6 {
	line-height: 15px;
	font-size: 19px;
}


ul{
	margin:0px;
	padding:0px;
	margin-left:15px;
	list-style-type:circle;
	}

ul li{
	margin:0px;
	padding:0px;	
	margin-bottom: 0.2em;
}

div.main {
	width: 980px;
}

div.top {
	margin-top:15px;
	height: 100px;
	margin-bottom: 5px;
}

div.top img.logo {
	margin-top:20px;
	margin-left: 15px;
}

div.foto {
	height:510px;
	background-image: url('../img/lublin.png');	
	padding: 20px;
	background-repeat: no-repeat;
	color: white;
}

div.foto h1 {
	width:400px;
	font-size: 20px;
	font-weight: normal;
	color: white;
	letter-spacing: 0;
	line-height: 28px;
	margin-top: 15px;
	margin-left: 40px;
	margin-bottom: 15px;
}

div.foto strong {
	font-size: 16px;
}

div.foto a {
	color: #ffb400;
	text-decoration: none;
}

div.foto a:hover {
	color: #ce9202;
}

div.foto div.link-ptsm {
	text-align: right;
	width:400px;
	margin-left: 40px;
	margin-bottom: 10px;
}

div.foto div.link-ptsm strong {
	font-weight: normal;
	font-size: 16px;
}

div.kontakt {
	background-image: url('../img/kontakt.png');	
	margin-right: 25px;
	margin-top: 15px;
	float: right;
	width:357px;
	height: 212px; 
	background-repeat: no-repeat;
	font-size: 15px;
}

div.kontakt a.mail {
	line-height: 16px;
	display: block;
	font-size: 15px;
	margin-right: 20px;
	margin-top: 30px;
	float: right;
	text-align: center;
 
}

div.kontakt h2 {
	margin: 15px 30px 0px 30px;
}

div.kontakt h4 {
	margin: 0px 30px 5px 30px;
}

div.kontakt p.adres {
	margin: 0px 40px 10px 40px;
}

div.kontakt p.telefon {
	margin: 0px 40px 0px 40px;
}



div.tresc h2, div.tresc h3, div.tresc h4, div.tresc h5, div.tresc h6 {
	color: #0286d0;
}

div.formularz form {
	width: 405px;
	padding-bottom: 30px;
}

div.formularz form div.pole {
	margin-bottom: 7px;
}


div.formularz form h2 {
	margin-left: 85px;
	margin-bottom: 0;
	line-height: 18px;
}

div.formularz form div.label {
	float: left;
	font-size: 14px;
	width:60px;
	text-align: right;
	padding: 7px 10px;
	color: #0286d0;
}

div.formularz form input {
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	width:289px;
	height: 27px;
	background-color: transparent;
	color: black;
	padding: 5px 10px;
	border: none;
	font-size: 13px;
	background-image: url('../img/input.png');	
}

div.formularz form textarea {
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	width:289px;
	height: 109px;
	background-color: transparent;
	color: black;
	padding: 10px 10px;
	border: none;
	font-size: 13px;
	background-image: url('../img/text.png');	
}


div.formularz form div.button a {
	margin-right: 20px;
	float: right;
	background-image: url('../img/send.png');
	color: white;
	display: block;
	width: 61px;
	height: 29px;
	line-height: 31px;
	text-align: center;
}
div.formularz form div.button a:hover {
	color:#ffb400;
}

div.formularz form div.button .wymagane {
	font-size: 12px;
	color:gray;
	margin-left: 85px;
	line-height: 29px;
}

div.schroniska {
	width:500px;
	color: #5d5d5d;
}

div.schroniska div.schronisko {
	margin-left: 10px;
	margin-bottom: 20px;
}

div.schroniska div.schronisko a {
	margin-top:4px;
}

div.schroniska div.schronisko p.nazwa {
	font-size: 17px;
}


div.stopka {
	font-size: 12px;
	margin-top:25px;
	border-top:2px solid #0286d0;
	background-color: #c8c8c8;
	color: #525252;
	padding-bottom: 10%;
	text-align: center;
}

div.stopka a {
	color: #525252;
}

div.stopka a:hover {
	color: black;
}

div.stopka div.stopka-tresc {
	padding:5px;
	text-align: left;
	width:960px;
	margin: 0 auto;
}

div.stopka p.foto {
	margin-left: 50px;
}

#formularz {
	padding-top:10px;
}
