@import url(aktuality.css);

body {
	font-family: Arial;
	font-size: 15px;
	color: black;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fffe96 url(data/bg_bg.gif) repeat-x top;
}
a {
  color: #2c0e8a;
	text-decoration: none;
}
a:hover {
  color: #2c0e8a;
	text-decoration: underline;
}
object.flash_img {
  float: left;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.root {
  width: 1000px;
	position: relative;
	margin: auto;
	text-align: left;
}
.page_middle {
  float: left;
  width: 1000px;
  background: url(data/page_bg.gif);
}
.in_obsah {
  float: right;
  width: 590px;
  padding: 0px 60px 0px 0px;
}
h1.page_nadpis {
  float: right;
  width: 590px;
  height: 24px;
  font-size: 19px;
  font-weight: bold;
  margin: 0px 0px 24px 0px;
  padding: 0px 60px 0px 15px;
  background: url(data/head_bg.gif) no-repeat left;
}
p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 26px 0px;
  line-height: 26px;
}
ul {
  margin: 0px 0px 0px 35px;
  padding: 0px 0px 26px 0px;
  line-height: 26px;
}

/* levé menu */

.menu_left {
  float: left;
  width: 302px;
  padding: 0px 0px 0px 30px;
}
.submenu_items {
  float: left;
  width: 272px;
}
a.menu_item {
  float: left;
  width: 240px;
  height: 26px;
  font-size: 18px;
  text-decoration: none;
  color: black;
  padding: 0px 0px 0px 32px;
  cursor: pointer;
}
a.menu_item:hover {
  text-decoration: underline;
}
a.menu_item_hi {
  float: left;
  width: 240px;
  height: 26px;
  font-size: 18px;
  text-decoration: none;
  color: white;
  background: url(data/menu_hi.gif);
  padding: 0px 0px 0px 32px;
}
a.menu_item_hi:hover {
  text-decoration: underline;
}
a.submenu_item {
  float: left;
  width: 220px;
  height: 26px;
  font-size: 16px;
  text-decoration: none;
  color: black;
  padding: 0px 0px 0px 52px; 
}
a.submenu_item:hover {
  text-decoration: underline;
}
a.submenu_item_hi {
  float: left;
  width: 220px;
  height: 26px;
  font-size: 16px;
  text-decoration: none;
  color: white;
  background: url(data/submenu_hi.gif);
  padding: 0px 0px 0px 52px;
}
a.submenu_item_hi:hover {
  text-decoration: underline;
}

/* hlavička */

.page_top {
  float: left;
  width: 935px;
  height: 20px;
  overflow: hidden;
  background: url(data/page_up.jpg);
  text-align: right;
  font-size: 16px;
  padding: 62px 65px 0px 0px;
  overflow: hidden;
}
.top_small_text {
  font-size: 14px;
}
img.logo {
  float: left;
  width: 1000px;
  height: 90px;
  border: 0px;
}
.adresa {
  float: left;
  width: 935px;
  padding: 0px 65px 0px 0px;
  text-align: right;
  font-size: 18px;
}

/* copyright */

.copyright {
  float: left;
  width: 1000px;
  height: 174px;
  background: url(data/copyright.jpg);
  overflow: hidden;
}
.copy_text {
  float: left;
  padding: 26px 0px 0px 55px;
  font-size: 12px;
  line-height: 26px;
}

/* stránková galerie */

.page_gal {
  float: left;
  width: 1000px;
  height: 200px;
  overflow: hidden;
  background: url(data/gal_bg.gif);
}
.page_gal_place {
  float: right;
  width: 620px;
  height: 133px;
  padding: 5px 0px 0px 0px;
}
.page_gal_bg {
  float: left;
  width: 180px;
  height: 119px;
  overflow: hidden;
  background: url(data/head_gal_bg.gif);
  margin: 0px 0px 0px 7px;
  padding: 14px 0px 0px 0px;
  text-align: center;
}
img.in_gal {
  border: 0px;
  height: 105px;
}

/* nutné pro editor */

.pozadi_editor {
  text-align: left;
  width: 847px;
	float: left;
	background: rgb(215,215,215);
	color: black;
	padding: 5px 5px 5px 5px;
}
.nadpis {
  font-size: 16px;
  color: #c4122d;
  margin: 10px 0px 10px 0px;
  display: block;
}

