.menu a
{
	font-size: 30px;
	text-decoration:none;
}
.menu
{
	text-align: right;
	margin-right: 10%;
}

.menu a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.menu a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.menu a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

.menu a:active {
  color: gray;
  background-color: transparent;
  text-decoration: underline;
}

.menu a:target {
  color: pink;
  background-color: transparent;
  text-decoration: underline;
}

.herb
{
	float: left;
}

.herb b
{
	font-size:70px;
}

.glowne
{
	margin-left:5%;
}
.zabytki
{
	margin-left:5%;
}

body
{
  /* background-image: url("aaa.jpg"); */
  background-color:white;



  /* background-repeat: no-repeat; */
  /* background-attachment: fixed; */
  /* background-size: cover; */


}

.opis
{
	margin-right:50%;
	font-size:25px;
	color: black;
	text-shadow: 2px 2px #FFFFFF;
}

.opisIndex
{
	margin-right:50%;
	font-size:25px;
	color: black;
	text-shadow: 2px 2px #FFFFFF;
	float:left;
}

.polozenie
{
	margin-right:50%;
	font-size:25px;
	color: black;
	text-shadow: 2px 2px #FFFFFF;
}

.kosciol
{
	margin-right:50%;
	font-size:25px;
	color: black;
	text-shadow: 2px 2px #FFFFFF;
}

.palac
{
	margin-right:50%;
	font-size:25px;
	color: black;
	text-shadow: 2px 2px #FFFFFF;
}

.brama
{
	margin-right:50%;
	font-size:25px;
	color: black;
	text-shadow: 2px 2px #FFFFFF;
}

.kapliczka1
{
	margin-right:50%;
	font-size:25px;
	color: black;
	text-shadow: 2px 2px #FFFFFF;
}

.kapliczka2
{
	margin-right:50%;
	font-size:25px;
	color: black;
	text-shadow: 2px 2px #FFFFFF;
}

.zdjecie
{
	float:right;
	font-size:70px;
	font-weight:bold;
}

.bio
{
	float:left;
	font-size:30px;
}

.palac img
{
	/* float:left; */
	/* width:500px; */
}

.footer 
{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: grey;
	color: white;
	text-align: center;
}