html, body {
	margin:0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: none;
	background: rgb(255,255,230);
}

#home {
	position: absolute;
	min-width: 1300px;
	width:100%;
	height: 100%;
	min-height: 760px;
	display: block;
	margin: 0 auto;
	font-weight: bold;
	letter-spacing: 1px;
	min-height: 550px;
	font-size:19px;
	z-index: 4;
	top:0px;
}

#homeheader{
	position: relative;
	float:left;
	min-width: 1200px;
	width:100%;
	height:80px;
	background: url(img/header.jpg);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.95);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.95);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.95);
	z-index: 5;
}

#przeciskiContent {
	position: absolute;
	min-width: 1200px;
	min-height: 600px;
	margin: 0 auto;
	height:100%;
	width: 100%;

}

#przeciskiHeader {
	position: relative;
	float:left;
	min-width: 1200px;
	width:100%;
	height:100px;
	background: url(img/header.jpg);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.95);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.95);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.95);
	z-index: 5;
}
#przeciskiHeaderA {
	position: relative;
	float:left;
	min-width: 1200px;
	width:100%;
	height:100px;
	background: url(img/whitetexture.png);

	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.95);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.95);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.95);
	z-index: 5;
}

#przeciskiMain {
	width: 100%;
	min-height: 80%;
	float: left;
	background: url(img/greytext4.jpg);
	position: relative;

}


#loader {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 5;
}


#text {
	position: relative;
	width: 800px;
	min-height: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: white;
	float: left;
	margin-left: 16%;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	font-family: Calibri, serif;
	border:1px solid #666;
}
#leftBar {
	position: relative;
	float:right;
	width:200px;
	background: rgb(250,250,250);
	min-height: 350px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 1);
	border-radius: 5px;
	border-left:1px solid #666;
	margin-top: 10px;

}

#menuRightA {
	float:right;
	height: 90px;
	width: 150px;
	color:rgb(15,15,15);
	font-weight: normal;
	font-size: 12px;
	font-family: Calibri, serif;
}
#menuRight {
	float:right;
	height: 100px;
	width: 150px;
	color:rgb(210,210,210);
	font-weight: normal;
	font-size: 12px;
	font-family: Calibri, serif;

}

#menuRight ul {
	list-style: circle;
}
#menuA {
	float:left;
	margin-left: 50px;
	width: 580px;
	height: 50px;

}
#menuA a {
	text-decoration: none;
}

#menuA ul  {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 50px;
}
#menuA ul li {
	padding-top: 50px;
	display: inline-block;
	color:rgb(10,10,10);
	width: 90px;
	height: 35px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	font-family: Calibri, serif;
	font-weight: bold;
	cursor:pointer;
}
#menuA ul li:hover{
	/*background: rgb(220,0,0);*/
	background:rgb(31,184,82);
	color:rgb(240,240,240);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 1);
}
.activeD {
	background:rgb(31,184,82);
	color:rgb(240,240,240);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 1);
}

#menu {
	float:left;
	margin-left: 30px;
	width: 770px;
	height: 50px;

}
#menu a {
	text-decoration: none;
}

#menu ul  {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 50px;
}
#menu ul li {
	padding-top: 50px;
	display: inline-block;
	color:rgb(210,210,210);
	width: 105px;
	height: 35px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	font-family: Calibri, serif;
	font-weight: bold;
	cursor:pointer;
}
#menu ul li:hover{
	background: rgb(254,185,0);
	color:#222;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 1);
}
.activeP {
	background: rgb(254,185,0);
	color:#222;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 1);
}

#footer {
	width: 100%;
	height: 65px;
	min-width: 1300px;
	background: url(img/header.jpg);
	float: left;
	position: relative;
	color:rgb(210,210,210);
	-webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px -1px 5px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px -1px 5px 0px rgba(0, 0, 0, 1);
}
#footer p:first-of-type {
	margin-left: 20%;
}
#footer p {
	float:left;
	margin-left:80px;
	width: 200px;
	margin-top: 10px;
	font-size: 11px;
	font-weight: normal;
}
#footer p:last-of-type {
	font-weight: normal;
	font-family: Cambria, serif;
	font-size: 11px;
	float:right;
	width: 200px;
	height: 10px;
	padding-top:15px;
}

#kontaktList {
	list-style: none;
	font-size: 14px;
	margin-top: 50px;
}
#mapa {
	float:right;
	border: 1px solid ;
}

#przeciskipoddrogami h1 {
	font-size: 22px;
}
#przeciskipoddrogami p {
	font-size: 14px;
}
#nadzor h1 {
	font-size: 22px;
}
#nadzor p {
	font-size: 16px;
	width: 85%;
	margin:0 auto;
	margin-top: 15px;
}

#nadzor p:first-of-type {
	margin-top:40px;
}

#homeheader p {
	float:left;
	margin-left:15%;
	margin-top: 25px;
	width: 280px;
	height: 70px;
	font-size: 10px;
	font-weight: normal;
	color:rgb(197,197,197);
}
#homeheader p:last-of-type {
	margin-left:5%;
}

#autor a {
	text-decoration: none;
	color:rgb(197,197,197);
	font-style: normal;
}
#autorA a {
	text-decoration: none;
	color:rgb(90,90,90);
	font-style: normal;
}
#onas p {
	font-size:16px;

}

#onas h1 {
	font-size:23px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	margin-top: 15px;
}

#leftBar h3 {
	font-size: 14px;
	text-align: center;
	font-family: Cambria, serif;
}
#leftBar span {
	font-size:12px;
	margin-left: 10px;
	font-family: Cambria, serif;
	font-weight: bold;
}

.galeriaUl {
	list-style: none;
}
.galeriaUl li {
	float:left;
	cursor:pointer;
	margin:5px;
	border:1px solid #777;
	height:150px;
}

.galeriaUl2 li {
	float:left;
	cursor:pointer;
	margin:5px;
	border:1px solid #777;
}
.galeriaUl2 {
	list-style: none;
}

#footerA {
	height: 60px;
	width: 100%;
	background: url(img/whitetexture.png);
	float: left;
	position: relative;
	color:rgb(50,50,50);
	-webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px -1px 5px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px -1px 5px 0px rgba(0, 0, 0, 1);

}
#footerA p:first-of-type {
	margin-left: 20%;
}
#footerA p {
	float:left;
	margin-left:80px;
	width: 200px;
	margin-top: 10px;
	font-size: 11px;
	font-weight: normal;
}
#footerA p:last-of-type {
	font-weight: normal;
	font-family: Cambria, serif;
	font-size: 11px;
	float:right;
	width: 200px;
	height: 10px;
	padding-top:15px;
}