* {
	margin: 0px;
	padding: 0px;
}
#header{
	clear: both;
  width: 670px;
  height: 105px;
	position: relative;
  background: transparent url("../img/head.jpg") no-repeat 0 40px;
	 left: 0px;
  width: 700px;
	z-index: 1;
}

body {
	margin: 0px;
	padding: 0px;
	color: #3e2d23;
	background-color: #E1B972;
	font-family: Times New Roman, "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 0.9em;
	text-align: center;	
}
#stranka {
  width: 1000px;
  min-height: 700px;
  position: relative;
  margin: 0 auto;
  text-align: left;
  background: #fff url(../img/bg-hlavni-blok.jpg) repeat-y 0 0;
}
#hlavicka {
  height: 441px;
  position: relative;
  background: #E1B972 url(../img/bg-hlavicka.gif) no-repeat 0 105px;
}


#logo {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 170px;
}
#motiv-img {
  z-index: 7;
  position: absolute;
  bottom: 0px;
  left: 165px;
}
#motiv-bg {
  z-index: 8;
  width: 670px;
  height: 336px;
  position: absolute;
  bottom: 0;
  left: 165px;
  background: url(../img/bg-motiv.gif) no-repeat 0 0;
}
#motiv-flash {
  z-index: 9;
  position: absolute;
  top: 105px;
  left: 165px; 
  width: 670px;
  height: 336px;
}

#hlavni-blok {
  position: relative;
}
#obsah {
  padding: 1em 0;
  float: left;
  width: 620px;
}
#menu {
  width: 184px;
  float: left;
  margin: 15px 0 0.5em 0;
  padding: 0.5em 0;
  font-size: 1em;
  font-weight: 600;
}
#menu a {
  color: #FFFF99;
  text-decoration: none;
}
#menu a:hover {
  text-decoration: underline;
}
#menu a.aktivni {
  text-decoration: underline;
}
#menu ul {
  list-style-type: none;
}
#menu ul ul {
  margin: 0.3em 0 0 0;
}
#menu li {
  margin: 0;
  margin: 0 28px 0.3em 22px;
}
#menu li li {
  margin: 0;
  margin: 0 0 0.1em 10px;
  font-weight: normal;
}

#paticka {
  margin: 0 185px 0 185px;
  padding: 2px 10px 20px 10px; 
  text-align: left;
  font-size: 0.9em;
  border-top: 1px solid #66543C;
}

/* --- box-soubory --- */
div.box-soubory {
  margin: 0 0 16px 0;
}
div.box-soubory p.soubor {
  margin: 0;
  line-height: 20px;
}
div.box-soubory p.soubor a {
  padding: 2px 4px 2px 0;
}

/* -- foto galerie -- */

div.box-galerie {
  position: relative;
  border-bottom: 1px solid #8B7E6B;
  min-height: 124px;
  margin-bottom: 16px;
}
* html div.box-galerie {
  position: relative;
  min-height: 125px;
}
div.box-galerie h3 {
  margin: 0 0 3px 150px;
  font-size: 1.2em;
  font-weight: 600;
}
div.box-galerie p.foto {
  width: 125px;
  height: 94px;
  position: absolute;
  top: 1.5em;
  left: 0px;
  text-align: left;
}
div.box-galerie p.komentar {
  margin: 0 0 0 150px;
}
div.box-galerie p.link {
  margin: 0 0 16px 150px;
}
div.box-galerie a img {
  border: 0 none;
}

p.box-foto {
  width: 125px;
  height: 125px;
  border: 1px solid #8B7E6B;
  float: left;
  margin: 0 10px 10px 0;
  padding: 9px;
  text-align: center;
  line-height: 1.1;
}
p.box-foto a img {
 border: 0 none;
}
p.box-foto span.nazev{
  font-size: 11px;
}


/* -- global -- */
h1 {
  font-size: 1.6em;
  margin-bottom: 0.4em;
}
h2 {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
h3 {
  font-size: 1em;
  margin-bottom: 0.6em;
}
h4 {
  font-size: 1em;
  margin-bottom: 0em;
}
p {
  margin-bottom: 1em;
  line-height: 1.2;
}
ul {
  margin-bottom: 1em;
}
ul li {
  margin-left: 2em;
  line-height: 1.2;
}
ol {
  margin-bottom: 1em;
}
ol li {
  margin-left: 2em;
  line-height: 1.2;
}

table {
  border-collapse: collapse;
  margin-bottom: 1em;
}
table caption {
  text-align: left;
  margin: 0 0 0.2em 0;
}
table th, table thead td {
  text-align: left;
  font-weight: bold;
}
table th, table td {
  text-align: left;
  padding: 2px 4px;
}

.text-l {text-align: left;}
.text-r {text-align: right;}
.text-c {text-align: center;}
.text-j, .text-b {text-align: justify;}