body {
	background: #e6f7ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../pics/sys/tlo.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.strona {
	width: 1200px;
	margin: 0 auto;
	border: 1px solid green;
	box-shadow: 0px 0px 2px 1px #5fb22d;
	border-radius: 2px;
	background: #e6ffee;
}

.strona:after {
  content: '';
  display: block;
  clear: both;
}

header {
	width: 1200px;
	height: 130px;
	background: #006227;
	color: #222222;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 5px;
}

nav {
	width: 1200px;
	height: 29px;
	margin: 0px auto;
}

nav ul {
	margin: 0px auto;
	margin-left: -25px;
	list-style: none;
}

nav a {
	display: block;
	float: left;
   width: 115px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	margin: 0px 1px;
	padding: 4px 0px;
	font-size: 16px;
	color: white;
	background: #5fb22d;
	border-radius: 4px;
}

nav a:hover {
	background: #006227;
}

nav a.aktywna {
	background: #006227;
}

article {
  	width: 1200px;
  	margin: 0px auto;
  	padding: 0px 0px 0px 0px;
	background: #fff;
	font-size: 13px;
}

article a:link, article a:visited {
	text-decoration: none;
	color: blue;
}

article a:hover, article a:active {
	text-decoration: none;
	color: #aaaaaa;
}

article.strony div {
	width: 565px;
	float: left;
	margin: 5px 0px 5px 10px;
	padding: 0px 10px;
	text-align: center;
}

article.strony div h2 {
	background: #aecb06;
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 2px;
	border-radius: 8px;
}

article.strony div p {
	background: #ffffff;
	color: #222222;
	font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
	text-indent: 35px;
	margin: 0px;
	padding: 10px;
	border-radius: 8px;
}

article.strony img {
	margin-left: -10px;
	border: 10px solid white;
	box-shadow: 5px 5px 10px grey;
}

article.galeria {
	width: 1200px;
	margin: 0 auto;
	background: #e6ffee;
}

article.galeria h2{
	width: 1150px;
	background: #aecb06;
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0px auto;
	padding: 2px;
	border-radius: 8px;
}

article.galeria div {
	margin: 5px 0px 0px 25px;
}

article.galeria img{
	float: left;
	width: 180px;
	margin: 5px 0px 5px 10px;
	box-shadow: 3px 3px 7px grey;
}

h1 {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family: 'Krona One', Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #e6ffee;
	color: #222222;
}

.wyczysc {
	clear: both;
}

footer {
  	width: 1180px;
	height: 25px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 5px;
	color: white;
	background: #006227;
	border-radius: 6px;
}

footer p {
	margin: 0;
	text-align: center;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer a:link, footer a:visited {
	color: #ffee00;
	text-decoration: none;
}

footer a:hover, footer a:active {
	color: #aecb06;
	text-decoration: none;
}

.wciecie {
	text-indent: 35px;
}

.centruj {
	text-align: center;
}

.justuj {
	text-align: justify;
}