/* ======================== Global ========================================== */
body {
  text-align: center;
  background-color: #fff5ec;
  padding: 0px;
  margin: 0px;
}

#obal {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
/* ======================== Header ========================================== */
#header {

  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  font-family: Arial;
  text-align: right;
}
#header a {
  text-decoration: none;
  color: #825c3c;
}

#header h1 {
  margin: 0px;
  padding: 0px;
  border-bottom: solid 2px #a36938;
  padding-bottom: 10px;
  text-align: left;
  font-size: 36px;
  font-family: Arial;
  color: #825c3c;


}
/* ======================== Menu ============================================ */
#menu {
  display: block;
  margin-bottom: 2px;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 16px;
}
#menu li {
  list-style: none;
  display: inline;
}
#menu a {
  text-decoration: none;
  color: #825c3c;
  font-weight: bold;
  font-size: 16px;
}
#menu a:hover {
  text-decoration: none;
  color: rgb(153,0,0);
}
.footer {
	border-top: #825c3c dotted 1px;
	padding: 0px;
	margin: 0px;
}
#picinfo {
	border-top: darkgreen dotted 1px;
}
/* ======================== Main ============================================ */

#path {
  font-size: small;
}
#main {

  border: solid 4px #a36938;
  margin-left: auto;
  margin-right: auto;
  background: white;
  font-family: Arial;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-top: 10px;
}
#main a {
  color: #533621;
  border-bottom: dotted 1px;
  font-weight: normal;
  text-decoration: none;
}
#main a:hover {
  color: rgb(153,0,0);
  border-bottom: solid 1px;
  background-color: #fff5ec;
}
#ma in li {
  list-style-type: square;
  color: rgb(153,0,0);
  padding-top: 2px;
}
#main li span {
  color: black;
}
#main a:hover {
  color: rgb(153,0,0);
}
h1 {
  color: rgb(0,51,0);
  border-bottom: 1px dashed rgb(0,51,0);
}

h2 {
  color: #5b3e2a;
  font-size: 2em;
  font-weight: bold;
  border-bottom: solid 1px #5b3e2a;
  text-align: center;
}
h3 {
	color: #70482b;

}
.note {
  font-style: italic;
  font-size: small;
}
.clear {
  clear: both;
}

#kontakt {
	color: #70482b;
	font-weight: bold;
}
/* ======================== Cinnost ========================================= */
.cinnost_main {
	padding: 5px;
	height: 210px;
	font-size: larger;
	te xt-align: left;

}
.cinnost_main img {

	padding: 5px;
	border: solid black 1px;
	margin-right: 10px;
}

.cinnost_main_index {
	padding: 5px;
	height: 210px;
	font-size: larger;
	text-align: left;

}
.cinnost_main_index img {
	float: left;
	padding: 5px;
	border: solid black 1px;
	margin-right: 10px;
}


/* ======================== Gallery ========================================= */
#gallery_table_main {
	width: 100%;
}
#gallery_table_main td {
	border: none;
}

#gallery_table_header {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
#gallery_table_main {
	width: 100%;
}

#bread_crumb {
	display: block;
	width: 100%;
	border-bottom: dashed #825c3c 1px;
	color: black;
}
.right_align {
	text-align: right;
}
table, tr {
	width: 100%;
}
#gallery_table_main a {
	text-decoration: none;
	border-bottom: 0px;
}
#gallery_table_main a:hover {
	text-decoration: none;
	border-bottom: 0px;
}
.maintable, .thumbnails {
	border: 0px;
	background: white;
}
.navmenu_pic {
	color: #533621;
}
/* ======================== Footer ========================================== */

#footer {

  margin-left: auto;
  margin-right: auto;
  text-align: right;
  font-size: 12px;
}
#footer a {
  text-decoration: none;
  color: black;
}






