/* ======================== Header ========================================== */
#header {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  font-family: Arial;
  text-align: right;
}
#header a {
  text-decoration: none;
  color: rgb(0,51,0);
}

#header h1 {
  margin: 0px;
  padding: 0px;
  border-bottom: dashed 1px rgb(0,51,0);
  padding-bottom: 10px;
  text-align: left;
  font-size: 36px;
  font-family: Arial;


}
/* ======================== 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: rgb(0,102,0);
  font-weight: bold;
  font-size: 16px;
}
#menu a:hover {
  text-decoration: none;
  color: rgb(153,0,0);
}
.footer {
	border-top: darkgreen dotted 1px;
	padding: 0px;
	margin: 0px;
}
#picinfo {
	border-top: darkgreen dotted 1px;
}
/* ======================== Main ============================================ */
body {
  text-align: center;
  background: rgb(245,254,241);
  background: rgb(250,255,250);
  padding: 0px;
  margin: 0px;
}
#path {
  font-size: small;
}
#main {
  width: 760px;
  border: solid black 1px;
  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: rgb(0,102,0);
  border-bottom: dotted 1px;
  font-weight: normal;
  text-decoration: none;
}
#main a:hover {
  color: rgb(153,0,0);
  border-bottom: solid 1px;
}
#main 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: rgb(0,51,0);
  border-bottom: 1px solid rgb(0,51,0);
}
.note {
  font-style: italic;
  font-size: small;
}
.clear {
  clear: both;
}
/* ------------------------- webdesign -------------------------------------- */
.web {
  border: dashed 1px rgb(0,102,0);
  padding: 5px;
  margin-top: 5px;
  height: 150px;
}
.web a {
  text-decoration: none;
}
.web img {
  border: 0px;
  float: left;
  margin-right: 10px;
}
/* ------------------------- odkazy ----------------------------------------- */
#left_menu {
  border-right: dashed black 1px;
  /*border-bottom: dashed black 1px;*/
  width: 250px;
  float: left;
  text-align: left;
}
#main_content {
  margin-left: 260px;
  padding: 10px;
}
#main_content h1 {
  font-size: 20px;
}
#main_content h2 {
  font-size: 16px;
}
#main_content h3 {
  font-size: 14px;
}
/* ------------------------- szes ------------------------------------------- */
table {
  border-collapse: collapse;
}
td {
  border: solid grey 1px;
  padding-right: 10px;
  border-left: 0px;
  border-right: 0px;
}
.first_row {
  font-weight: bold;
  border-right: 0px;
  border-left: 1px;
}
.strong_szes {
  color: rgb(32,55,30);
}

/* ======================== 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 darkgreen 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;
}
#sort_by a {
	background-color: #c8e8bf;
	border: solid 1px darkgreen;
	padding: 2px;
}
#sort_by a:hover {
	background: white;
	text-decoration: none;
	border-bottom: 1px solid darkgreen;
}
/* ======================== Blog   ========================================== */

.signature {
	text-align: right;
	font-weight: bold;
}

/* ======================== Footer ========================================== */

#footer {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  font-size: 12px;
}
#footer a {
  text-decoration: none;
  color: rgb(0,51,0);
}





