body {
	font-family: Verdana, Helvetica;
	font-size: 100%;
}


.leftframebg {
	background-image: url(img/leftbg.jpg);
	background-repeat: no-repeat;
}
.rightframebg {
	background-image: url(img/rightbg.jpg);
	background-repeat: no-repeat;
}

a.{
	color: navy;
	text-decoration: none;
}
a.link {
	color: navy;
	text-decoration: none;
}
a.hover {
	color: red;
	text-decoration: underline;
}
a:visited {
	color: navy;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: underline;
}
.menu {
  font-family: Geneva, "Verdana", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	background: #604e4e url("img/menubg.jpg");
}
.menutext {
	font-family: Geneva, "Verdana", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
}
.menu a {
	color: white;
	text-decoration: none;
	}
.menu a:link {
	color: white;
	text-decoration: none;
}
.menu a.visited {
	color: white;
	text-decoration: none;
}
.menu a:hover {
	color: white;
	text-decoration: underline;
}
.menu a:active {
	color: white;
	text-decoration: underline;
}

.hlavicka {
  background: transparent url("img/podlogo.jpg");
	}

.mainframe {
  background-color: #f59b5c;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	background-repeat: no-repeat;
}
.nadpis {
	font-size: 17px;
	font-weight: bold;
	color: #000033;
}
h1, h2 {
 text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #000033;
}
.nadepis {
 display: none
 }
.obsah {
  padding-left: 16px;
  padding-right: 16px;
	}
