body, p, h1, h2, h3, h4, h5, h6, ul, ol, ul, li, img, table, td, tr, th {
	margin: 0px;
	padding: 0px;
	border: 0px;
  font-family: 'Verdana CE', 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;
	color: #000000;
	font-size: small;
}

body {
  background-color: white;
  background-color: rgb(155,137,133);
}

#vse {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  }
#vse #top {
  background-image: url("../img/vrch.png");
  background-repeat: no-repeat;
  width: 950px;
  height: 217px;
  }
#vse #levo {
  background-image: url("../img/levo.png");
  background-repeat: no-repeat;
  width: 237px;
  height: 628px;
  float: left;
  overflow: auto;
  }
#vse #levo #menu {
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  width: 150px;
  height: 250px;
  overflow:auto;
  text-align: center;

/*  border: solid 1px black;*/
  }
#vse #obsah {
  background-image: url("../img/hlavni.png");
  background-repeat: repeat;
  padding: 10px 45px 10px 18px;
  width: 650px;
  float: right;
  overflow: auto;
  height: auto;
  min-height: 608px;
  }

h1, h2, h3, h4, h5, h6 {
  color: rgb(064, 025, 015);
  color: rgb(237, 028, 047);
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 10px;
} 
h1 {
  font-size: x-large;
} 
h2 {
  font-size: large;
} 
h3 {
  font-size: larger;
} 
h4 {
  font-size: normal;
} 

A, A:hover, A:link, A:visited {
  font-weight: bold;
  color: rgb(064, 025, 015);
  color: rgb(237, 028, 047);
  text-decoration: none;
}
A:hover {
  text-decoration: underline;
/*  background-color: rgb(064, 025, 015);*/
  
}

p {
  text-align: justify;
}

hr {
  color: #8c4c2d;
}

hr.lvl02 {
  text-align: left;
  width: 50%;
}

ul, ol {
  margin-left: 15px;
}

li {
  margin-bottom: 3px;
  text-align: justify;
}

#vse #levo #menu li {
  list-style-type: none;
  background-image: url(../img/menu.jpg);
  padding: 4px 0px;
  text-align: center;
}
#vse #levo #menu li a {
  color: rgb(064, 025, 015);
  font-size: normal;
  color: white;
}

table {
  border: 1px solid rgb(064, 025, 015);
}
td, th {
  border: 1px dotted rgb(064, 025, 015);
  padding: 7px 0px;
}
td {
  padding: 7px 15px;
}

.small {
  font-size: smaller;
  text-align: center;
}

.gallery {
  border: 0px;
  width: 170px;
  text-align: center;
  vertical-align: center;
}

.gal-tbl {
  border: 0px;
}
