body
{
background-color: white;/* #ccd1d0*/
font-family: 'Lato', sans-serif;
}
#wrapper
{
	width: 100%;
	height: 150px;
	
}
#header
{
	background-color: #f0f0f0;
	width: 95%;
	height:120px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	Border-radius: 5px;
	border-top: 1px solid #128870;
	
}
#godziny
{
	float:right;
	font-size: 14px;
	text-align: right;
	padding-right: 25px;
	letter-spacing:1px;
	color: #333333;
	
}
#logo
{
	float:left;
	margin-left:15px;
}
#podtytul
{
	
	letter-spacing:3px;
	margin-left: 30px;
	margin-top: 65px;
	font-size: 25px;
	color: #2d2d2a;
	
}
#teledane
{
	
	font-size: 14px;
	text-align: right;
	margin-bottom: 8px;
	margin-right: 25px;
	letter-spacing:1px;
	color: #333333;
}
.menu
{
	width: 1050px;
	padding: 3px;
	background-color: white;/*#bdc1c1*/
	text-align: center;
	border-radius: 8px;
	
	margin-left: auto;
	margin-right: auto;
	
}	
#content
{
	width: 900px;
	margin-left: 130px;
	
	
	text-align:justify;
	padding: 25px;
	background-color: white;/*#f0f0f0*/
	color: black;
	height: 400px;	
	border-radius: 5px;
	float: left;
}
#mapa
{
	width: 400px;
	height: 250px;
	margin-left: 500px;
	
	
}
#footer
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color:#f0f0f0;/*#daddd9 */
	padding: 5px;
	color:#128870;
	border-radius: 5px;
	border-bottom: 1px solid #128870;
	letter-spacing: 1px;
}
ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 17px;
	display:inline-block;
}
ol a
{
	color:white; /*napisy w zielonych polach*/
	text-decoration: none;
	display: block;
}
ol > li  /* zielone pola*/
{
	float:left;
	width: 170px;
	height:30px;/* wysokość zielonych pól*/
	border: 1px solid gray;
	border-radius: 8px;
	background-color: #128870; /**/
}
ol > li:first-child   /* pierwsza linia pionowa pól*/
{
	border-left: 1px solid gray;
}
ol > li:hover /* rozwijane podstrony*/
{
	background-color: lightgray;
}
ol > li:hover > a /* litery po rozwinięciu*/
{
	color: black;
}
ol > li > ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 40px;
	display: none; /* chowa listy*/
}
ol > li:hover > ul
{
	display: block; /* pokazuj element blokowy*/
}
ol > li >ul > li
{
	background-color: #128870; /*#ededed*/
	position: relative;
	z-index: 100;
	border: 1px solid gray;
	border-radius: 8px;
}	
ol > li > ul > li:hover
{
	background-color: lightgray;
}
ol > li > ul > li:hover > a
{
	color: black; /*black*/
}
