* {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: none;
}

body {
  font: .9em/1.2em "Tahoma", "Arial", sans-serif;
  text-align: center;
  color: #000;
  background: #e8e2d6;
}

#center {
  width: 1000px;
  margin: 10px auto;
  text-align: left;
  position: relative;
}
 
#head {
  width: 1000px;
  height: 225px;  
  background: url("./gfx/head.jpg") no-repeat;
  position: relative;
}

#fhead {
 position: absolute;
 z-index: 0;
}

#flashmenu {
  text-align: center;
  width: 978px;
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px #ccc solid;
}

.main {
  margin: 0 auto;
  width: 989px;
  background: #fff url("./gfx/back2.gif") repeat-y;
  position: relative;
}

.main-index {
  margin: 0 auto;
  width: 989px;
  background: #fff url("./gfx/back.gif") repeat-y;
}

.shad {
  width: 979px;
  margin: 0 auto;
  font: 0/0 "Arial";
  height: 5px;
  background: #fff url("./gfx/shad.gif") repeat-x;
}

.padding {
  padding: 35px;
  position: relative;
}

.topmenu {
  height: 40px;
  width: 970px;
  margin: 0 auto;
  border-style: solid;
  border-color: #ede8e0;
  border-width: 0 0 1px 0;
  clear: both;
}

.topmenu li {
  float: left;
  border-style: solid;
  border-color: #b9a382;
  border-width: 0 1px 0 0;
}

.topmenu li a {
  font-weight: bold;
  display: block;
  float: left;
  padding: 10px 20px;
  color: #b9a382;
  text-decoration: none;
}

.topmenu li a:hover {
  background: transparent url("./gfx/blue_grad.gif") repeat-x;
  color: #fff;
}

.bottom {
  clear: both;
  height: 103px;
  background: transparent url("./gfx/bottom_logo.gif") no-repeat bottom right;
}

.bottom-grad {
  height: 36px;
  background: transparent url("./gfx/bottom_grad.gif") repeat-y bottom left;
  position: relative;
  left: 4px;
  top: 67px;
}

/*title*/
.box1, .box2, .box3 {
  width: 246px;
  height: 340px;
  border: 1px solid #0016c9;
  float: left;
  margin: 0 0 0 30px;
  position: relative;
}

.box1 {
  background: transparent url("./gfx/rubriky.gif") no-repeat bottom left;
}

.box2 {
  background: transparent url("./gfx/program.gif") no-repeat bottom left;
}

.box3 {
  background: transparent url("./gfx/mistni_skupiny.gif") no-repeat bottom left;
}

.box1 h2, .box2 h2, .box3 h2 {
  height: 35px;
  background: transparent url("./gfx/blue_grad.gif") repeat-x;
  padding: 0 0 0 14px;
  margin: 0 0 5px 0;
}

.box1 h2 a, .box2 h2 a, .box3 h2 a {
  font: bold 0.8em/2.2em "Tahoma", "Arial", sans-serif;
  color: #fff;
  text-decoration: none;
}

.box1 h2 a:hover, .box2 h2 a:hover, .box3 h2 a:hover {
  text-decoration: underline;
}

.rubriky {
  margin: 0 0 0 50px;
}

.rubriky li {
  margin: 2px 0;
}

.rubriky li a {
  padding: 0 0 0 15px;
  background: url("./gfx/blue_arrow.gif") no-repeat left center;
  color: #000;
  font-size: 0.8em;
  line-height: 1em;
  text-decoration: none;
}

.rubriky li a:hover {
  text-decoration: underline;
}

.prejit {
  position: absolute;
  top: 310px;
  width: 230px;
  text-align: right;
}

.prejit a {
  color: #a18e71;
  text-decoration: none;
  font-size: 0.8em;
}

.prejit a span {
  position: relative;
  top: -4px;
  left: -10px;
}

.program-padd {
  padding: 0 15px 0 15px;;
  line-height: 1.25em;
  font-size: .9em;
}

.menu {
  float: left;
  width: 200px;
  padding: 20px 9px 0 20px;
  margin: 0 0 0 3px;
}

.menu li {
  margin: 10px 0;
}

.menu li a {
  display: block;
  width: 182px;
  color: #000;
  text-decoration: none;
  padding: 0 0 0 18px;
  background: url("./gfx/obd_w.gif") no-repeat left center;
}

.menu li a:hover {
  text-decoration: underline;
  background: url("./gfx/obd_m.gif") no-repeat left center;
}

.texts {
  width: 685px;
  float: left;
  padding: 30px 30px 0 35px;
  font: normal 0.9em/1.3em "Tahoma", "Arial", sans-serif;
}

.texts p {
  margin: 10px 0;
}

p.flag {
  position: absolute;
  top: 15px;
  left: 920px;
  z-index: 100;
}

p.flag a {
  text-decoration: none;
}

/*common*/
.sub {
  background: #4453d8;
  font-weight: normal;
  border: 1px solid #414743;
  cursor: pointer;
  color: #fff;
}

.sub:hover {
  background: #e8e9f3;
  color: #000;
}

p.center {
  text-align: center;
}

.inv {
  display: none;
}

h1 {
  position: absolute;
  z-index: 100;
  width: 250px;
  top: 35px;
  left: 35px;
}


h1 a {
  width: 250px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
}

h1 a strong {
  position: absolute;
  top: 85px;
  left: 115px;
}

h2 {
  font-size: 1.2em;
  margin: 0 0 20px 0;
}

h3 {
  font-size: 1.1em;
}

.content p {
  margin: 10px 0;
}

p.foot {
  clear: both;
  margin: 0 auto;
  width: 978px; 
  text-align: right;
  font-size: 0.75em;
  background: transparent url("./gfx/bottom_shad.gif") repeat-x top left;
  padding: 3px 5px 0 0;
}

.print {
  text-align: right;
}

.city {
  font-size: .7em;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.city:hover {
  color: #00f;
}

.country {
  position: relative;
  background: url("./gfx/country2.jpg") no-repeat left top;

}

.mapa-padding {
  padding: 30px 0 0 30px;
  position: relative;
}

.sekce {
  line-height: 1.5em;
}

.leftfloat {
  float: left;
  margin: 0 15px 10px 0;
}

.rightfloat {
  float: right;
  margin: 0 15px 10px 0;
}

.kontakt {
  font-size: .8em;
}

.border {
  border: 1px solid #000; 
}

.tabular {
  border: 1px solid #000;
}

.tabular td, table td {
  padding: 7px;
}

.banka {
  position: absolute;
  top: 670px;
  left: 70px;
}

.zpravodaj {
  position: absolute;
  top: 670px;
  left: 350px;
}

.tabular tr {
  background: #E8E9F3;
}

.tabular tr.odd {
  background: #D5D7EE;
}

.actual {
	margin: 10px 0 0 0;
}

.actual p, .program-padd p.actual-city {
	margin: 0;
}

.actual .actual-city {
	font-weight: bold;
}

.actual .actual-date, .actual .actual-who, .actual .actual-note {
	font-weight: bold;
	color: #036;
}

.actual .actual-where {
	font-weight: normal;
	color: #000;
}

.actual-month {
	font-weight: normal;
	margin: 5px 0;
	color: #396;
}

.program-padd .actual-city {
	font-weight: bold;
	margin: 20px 0 0 0;
}

.program-padd .actual-date, .program-padd .actual-who, .program-padd .actual-note {
	font-weight: normal;
	color: #036;
}

.program-padd .actual-where {
	font-weight: normal;
	color: #000;
}

.box3 p.center {
  font-size: .9em;
}

.actual-city {
  padding: 0 0 0 15px;
}