/* Obecna nastaveni: zacatek */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

p, td {
	line-height: 1.5;
	text-align: left;
}

.vpravo {
	text-align: right;
}

.stred {
	text-align: center;
}
/* Obecna nastaveni: konec */

body {
  font: 100% "Verdana", sans-serif;
  color: #000000;
  background: #003366;
  text-align: center;
}

#notar-hallada {
  position: relative;
  width: 770px;
  margin: 40px auto;
  background: #003366;
}

#stranka {
  width: 770px;
  color: #003366;
  border: 1px solid #ffffff;
}

/* Textová část: začátek */
#text {
  width: 608px !important; 
  _width: 770px; 
  margin: 6px;
  padding: 75px;
  background: #ffffff url(obrazky/pero.jpg) right top no-repeat;
  color: #000000;
  text-align: left;  
}

#text a, a:hover {
  color: #003366; 
  text-decoration: underline;
}
#text a:hover {
  background: #003366;
  color: #ffffff;
}

#text table.uredni-hodiny td {
  padding: 0 3px;
  color: #003366;
}

h1, h1 span {
	position: absolute;
	display: block;
	overflow: hidden;
	top: 240px;
	left: 68px;
	width: 643px;
	height: 117px;
  background: url(obrazky/nadpis.jpg) center center no-repeat;
	font-size: 45px;
	text-align: center;
}

h1 span {
  top: 0;
  left: 0;
}

#text #kontakty {
  margin: 270px 0 0 0;
}

#text #kontakty table.kontakty {
  width: 100%;
}

#text #kontakty table.kontakty td.adresa {
  font-size: 1.3em;
}

#text #kontakty table.kontakty td.mapka {
  vertical-align: bottom;
}

#text #notarska-komora {
  margin: 50px 0 0 0;
}
/* Textová část: konec */

#paticka {
  width: 770px;
  margin: 10px auto;
  color: #ffffff;
  font-size: 0.7em;
  text-align: center;
}

#paticka a {
  color: #ffffff;
  text-decoration: none;
}

#paticka a:hover {
  text-decoration: underline;
}

#pocitadlo {
	visibility: hidden;
}






