html {
	padding-top: 5px;
	background: url('images/leaf3.png') repeat;
	background-color: #FFF0D4;
}

img {
	border-radius: 15px;
}

li {
	margin-left: 20px; 
    position: relative; 
    
}

/*Logo block*/
#TOP {
	background-image: url('images/logox.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 97vw;
	height: 8vw; 
	
}



/*Blocks site: Header, Articles, Footer*/


#NAGLOWEK {					/*for header*/
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	font-family: Arial, Verdana, Georgia, Tahoma, 'Times New Roman', sans-serif;
	font: Arial;
	font-weight: bold;
	font-size: 24px;
}





#TRESC {						/*for articles*/
	width: 50vw;
	margin: 30px auto;
	padding: 30px;
	/*padding-top: 30px;*/
	font-family: Arial, Verdana, Georgia, Tahoma, 'Times New Roman', sans-serif;
	font: Arial;
	font-size: 16px;
	line-height: 1.5;
	border: ridge 4px #FFD180;
	/*background-color: rgba(255, 171, 50, 0.1);*/
}




.email {
	font-weight: bold;
	color: #CC0033;
}

.index {
	color: #CC0033;
}

/* two columns with cells on home site only*/
#exLeftColumn{
    float:left;
    width:47%;
}
#exRightColumn{
    float:right;
    width:47%;
}

.exClear{
    clear:both;
    line-height:0px;
}

.cell {								
	margin: 15px 5px 50px 5px; 
    position: relative; 
    padding: 10px; 
    box-shadow: 0 0 30px black;
}


iframe {					/*widget on home site*/
       width: 270px; 
       height: 252px;
       margin-left: auto;   
       margin-right: auto; 
	   border: none;
      }  
	  
#iframewidget {	
	display: flex; 
    box-shadow: 0 0 30px black;
}

#map {
	float: right;
	width: 400px;
	height: 400px;
}


}

#BODYFOOTER {							/*only need to good position footer*/
		padding:10px;
		padding-bottom:60px;
		}
		
#FOOTER {						/*position footer*/
		position:relative;
		bottom:0;
		width:95vw;
		height:20px;
		text-align: center;
		font-family: Arial, Verdana, Georgia, Tahoma, 'Times New Roman', sans-serif;
		font: Arial;
		font-size: 10px;
		}



/*Major menu site for ul, li, li a, li a:hover*/

.menu {
	padding: 5px;
	padding-bottom: 0;
	margin: 0 auto;
	display: table;
	list-style: none;
	}

.menu .menu-item {
	float: left;
	}

.menu .menu-item a{
	display: block;
	float: left;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	width: 150px;
	text-decoration: none;
	text-shadow: 2px 2px 2px black;
	color: #e6e6e6;
	background: linear-gradient(maroon, #FFCC33);
	padding: 10px 15px;
	margin: 0px 1px 1px 0px;
	border: 2px solid black;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 4px 5px black;
	-webkit-box-shadow: 0px 4px 5px black;
	}

.menu .menu-item a:hover {
		color: #e6e6e6;
		background: linear-gradient(#FFCC33, maroon);
		border: 2px solid black;
		}

/*GALERIA*/

#slideshow { 
    margin: 15px auto; 
    position: relative; 
    width: 624px; 
    height: 350px; 
    padding: 10px; 
    box-shadow: 0 0 30px black; 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

/*AKTUALNOŚCI on HOME*/


#slideshowhome > div { 
weight: 47%;
	height: 300px;
    margin: 15px 5px 50px 5px; 
    position: relative; 
    padding: 10px; 
    box-shadow: 0 0 30px black;  
}
