body {
	background: #001D53 url("images/fotoreklama7x1.png") repeat-y center top;
	min-width: 780px;
	padding:0;
	margin:0;
}
body, td, th {
	font-family: "Arial CE", "HelveticaE", "Helvetica CE", Arial, Helvetica, sans-serif;
}
h1#logo, h1#logo span {
	width: 780px;
	height: 81px;
	font-size: 120%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	text-align: left;
	margin: 0;
	padding:0;
}
h1#logo span {
	display: block;
	background:  url("images/fotoreklama1x2.png") no-repeat;
	z-index: 2;
}

#fr {
	width: 780px;
	padding-top: 81px;
	margin: 0 auto;
	text-align:left;
	position:relative;
}
#nav {
	width: 780px;
	height: 39px;
	font-size: 100%;
	overflow: hidden;
	text-align: left;
	padding: 0;
	background:  url("images/hlava_pruhy.png") no-repeat;
}

#navt {
	width: 100%;
	border-spacing:0;
	border-collapse: collapse;
}
#navt td {
	text-align: center;
	width:156px;
}
#nav a, #nav a:link, #nav a:visited {
	color:white;
}
#nav a:hover, #nav a:active {
	color:yellow;
}

#text {
	min-height: 420px;
	height: 420px;
	background:  url("images/fotoreklama4x1.png") no-repeat;
	background-color: #E9AD5E;
}
#fr>#text {
	height: auto;
}
#apata {
	width: 780px;
	height: 12px;
	line-height:2px;
	font-size: 1px;
	margin: 0;
	background:  url("images/fotoreklama5x1.png") repeat;
}
#pata {
	height: 27px;
	font-size: 90%;
	text-align: right;
	padding: 4px 4px 0;
	background:  url("images/pata_2.png") no-repeat;
	color: white;
}

/*vysouvatka*/
#nav * {
	padding:0;
	margin:0;
	border:0;

}
#nav td ul, #nav td ul li {
  list-style-type: none;
  text-align:left;
}
#navt td {
  position: relative;
  height:39px;
  min-height:39px;
  vertical-align:top;
  line-height:38px;
}
#navt td ul {
  width:156px;
}
#navt td ul li {
  background:  url("images/menu_oranzova1.gif") repeat;
  border-bottom: 1px solid #09185C;
  color: #09185C;
}

#nav a:link, #nav a:hover, #nav a:visited {
/*  width: 100%;*/
  padding:0 4px;
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: bolder;
}
#nav ul li a:link, #nav ul li a:hover, #nav ul li a:visited {
  color: #09185C;
  text-align: left;
}
#nav a:hover {
  color: yellow;
  background: url("images/menu_modra_tmava1.gif") repeat;
}
#nav ul li a:hover {
  color: yellow;
  background: url("images/menu_oranzova2.gif") repeat top left;
  color: #09185C;
  text-decoration:underline;
}

#navt td {
  visibility: expression(
    this.onmouseover = new Function("this.className += ' hover';"),
    this.onmouseout = new Function("this.className = this.className.replace(' hover', '')")
  );
}

#navt td ul {
  position: absolute;
  _position: absolute 0 0;
  visibility: hidden;
}

#navt td:hover ul, #navt td.hover ul {
  visibility: visible;
}
/*styl obsahu*/
#text {
	padding:10px;
}
#text h1 {
	margin:0;
	padding:.5em;
	font-size:120%;
}
#text h2 {
	margin:0;
	padding:.2em;
	font-size:115%;
}
#text p {
	text-align:justify;
}
#text a, #text a:link
{
	color:#2B118F;
	font-weight:bold;
}
#text a:hover 
{
	color:#071558;
}
#text a:active,#text a:focus 
{
	color : blue;
	text-decoration : underline;
}

