/* CSS Document */
body {
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #ff9;
}
#main {
	width: 750px;
	padding: 0px;
	margin: 0px auto;

}

#header {
  width: 750px;
  height: 217px;
}

img.head {
  border: 1px solid #060;
  border-bottom: 1px solid #060;
}

/* navigation */
.navigation {
	background: #DED9D0 url(../img/nav1.gif) repeat-x; height: 41px;
	border-top: 1px solid #060;
	border-left: 1px solid #060;
	border-right: 1px solid #060;
	width: 750px;
}

#content {
  width: 750px;
  border: 1px solid #060;
  text-align: justify;
}

.navigation a {
	background: #FFF url(../img/nav1.gif) repeat-x;
	border-right: 1px solid #060;
	color: #553;
	float: left;
	font: bold 1em "trebuchet ms",sans-serif;
	padding: 0 10px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a#active {background-position: left bottom; color: #331;}
.navigation a:hover {
  text-decoration: underline;
}
.clearer {clear: both;} 

h2 {
  color: #0c0;
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.text1, .text2, .text3, .text4, .text5, .text6, .text, .fotky {
  margin: 10px;
}
.fotky {
  text-align: center;
}

.text1 {
  padding-right: 180px;
  background: url(../img/terchova.jpg) no-repeat;
  background-position: right center;
}
.text2 {
  padding-right: 180px;
  background: url(../img/izba.jpg) no-repeat;
  background-position: right center;
}
.text3 {
  padding-right: 180px;
  background: url(../img/jedalen.jpg) no-repeat;
  background-position: right top;
}

.text4 {
  padding-right: 180px;
  background: url(../img/kostol.jpg) no-repeat;
  background-position: right top;
}

.text5 {
  padding-right: 180px;
  background: url(../img/janosik.jpg) no-repeat;
  background-position: right top;
}

.text6 {
  padding-right: 180px;
}

.foto {
  border: 0px;
  margin: 5px;
}

.kniha {
  margin-left: 10px;
  margin-bottom: 10px;
}
.kniha1 {
  margin-left: 60px;
  margin-bottom: 10px;
}

