body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	
	background-color: #3ec45e;
	
	margin: 6mm;

  	

}

li
{ 
	list-style: disc; list-style-position: outside; 
}
	
img
{
	vertical-align: middle; margin: auto;
}
/*a:link
{
	color: #FFFFFF;
}
a:visited
{
	color: #FFFFFF;
}*/
a:hover
{
	color: blue;
}
p
{
	font-size: 11pt;
}

#main 
{
	background-color: #3ec45e;

}


#menu
{
	background-color: #FFFFFF;
	height: 25;
	width: 1200;
	padding: auto;
	margin-left: auto;
	margin-right: auto;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;

}




#stopkamain
{
	background-color: #FFFFFF;
	width: 1200;
	padding-top: 10;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	clear: both;

}
#container 
{
	background-color: #008000;
	width: 1200;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;

}
#content
{

	background-color: #FFFFFF;
	min-height: 60%;
	margin-left: 25;
	margin-right: 25;
	text-align: justify;
	text-indent: 30px;
	padding-left: 15;
	padding-right: 15;
	padding-top: 15;
	padding-bottom: 15;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
	
}

#contentFoto
{

	background-color: #FFFFFF;
	height: 3900px;
	margin-left: 25;
	margin-right: 25;
	text-align: justify;
	text-indent: 30px;
	padding-left: 15;
	padding-right: 15;
	padding-top: 15;
	padding-bottom: 15;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: auto;
	
}
#content a:link
{
	color: blue;
}
#content a:visited
{
	color: blue;
}

#logo
{
	
	background-color: #008000;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 50;
	margin-bottom: 5;
	min-height: 50;
	display: flex;
	justify-content: center;
	align-items: center; 
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}

#back
{
	background-color: #008000;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 5;
	margin-bottom: 50;
	min-height: 50;
	display: flex;
	justify-content: center;
	align-items: center; 
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

}
#back a:link
{
	color: #FFFFFF;
}
#back a:visited
{
	color: #FFFFFF;
}


/* menu strona główna*/
.option
{
	float: left;
	min-width: 136px;
	font-size: 12px;
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

}
.option:hover
{
	background-color: #008000;;
	cursor: pointer;
}

/*Galeria zdjęć*/
.gallery
{
  	margin: 10px;
  	border: 1px solid #ccc;
	float: left;
	position: relative;
  	width: 250px;
  	height: 300px;
  	text-indent: 0px;
  	overflow: hidden;
  	

}
.gallery:hover 
{
  	border: 1px solid #777;
}
.gallery img 
{
	margin: auto 10px;
	padding: 15px;
}
.desc
{
 	padding: 15px;
  	text-align: center;
  	text-indent: 0px;
  	font-size: 9pt;
}