html, body {
	border: 0px none;
	margin: 0px;
	padding: 0px;

	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.9em;
	color: black;
}

.reseter {
	border:  0px none;
	margin:  0px;
	padding: 0px;

	float: none;
	clear: both;

	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

body {
	background: white;
	text-align: center; /* centerování webu pro IE */
}

.separator { /* slouží k oddělení jednotlivých částí stránek - pouze pro zobrazení bez CSS */
	display: none;
	visibility: hidden;
}

#bodywrap { /* zajišťuje "natahování" šířky stránky - pro IE je použit speciální styl */
	width: 100%;

	border: 0px none;
	padding: 0px;
  margin: 0px 0px 0px 30px;
	text-align: left;
}

#header {
	width: 700px;
	height: 40px;
  border-bottom: 1px solid gray;
	text-align: left;
}

#logo-text {
  display: block;
	margin:0px; padding:0;

	text-align: left;
}
		
#logo-text a {
  color: black;
  font-size: 1.6em;
  font-weight: normal;
  font-style: italic;
  display: block;
  margin-top: 30px;
}
		
#logo-text span {
  display: hidden;
}

#menu {
  visibility: hidden;
}

#content_pad {
  padding: 20px 0px;
}

#content {
  width: 700px;
	text-align: left;
	position: relative;
}

#vitejte {
  visibility: hidden;
}

#content_motiv {
  display: hidden;
}

#content_motiv_uvod {
  display: hidden;
}

#mapa {
  position: absolute; 
  top: 50px; 
  left: 500px;
  *left: 470px;
}

#footer {
  width: 700px;
  height: 95px;
  color: black;
  font-size: 1em;
  font-weight: normal;
  border-top: 1px solid gray;
  padding-top: 5px;
  line-height: 200%;
}

.hidden {
  display: none;
}

/* ========== TEXT, OBRAZKY, TABULKY .. atd ========== */

h1 {
	font-size: 2em;
	font-weight: normal;
	color: black;
	margin: 0px;
	background-color: white;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: black;
	text-align: left;

	margin: 15px 0px 5px 0px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: black;
	
	margin: 0px;
}

p {
  text-indent: 3em;
	text-align: justify;
	line-height: 150%;
	margin: 15px 0px 0px 0px;
}

p.bez_odrazeni {
  text-indent: 0em;
	text-align: justify;
	line-height: 150%;
	margin: 15px 0px 0px 0px;
}

p.odrazka {
  text-indent: 0em;
	text-align: justify;
	line-height: 150%;
	margin: 15px 0px 0px 0px;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.brown {
  color: black;
}

.under {
  text-decoration: underline;
}

#footer a {
	font-weight: bold;
}

img.ico {
  margin-right: 11px;
  margin-left: 4px;
}

a img {
  border: 1px solid #000;
}

a:hover img {
  border: 1px solid #000;
}

hr {
  height: 1px;
  color: #6d4d42;
  border: 0 none;
  border-top: 1px solid #6d4d42;
  margin: 10px 0px 20px 0px;
}

.tisk {
	
}

ul.seznam {
  margin: 0px 20px;
  padding: 5px 0px 10px 0px;
}

ul.seznam li {
  list-style: square outside;
  padding-left: 5px;
}

.fotka_ram {
  float: left;
  width: 210px;
  margin: 10px 0px 20px 85px;
  *margin: 10px 40px 20px 45px;
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 0.9em;
}

.fotka {
  margin-right: 10px;
}

