* {
  font-family: arial,tahoma,verdana,sans-serif;
  font-size: 11px;
}

body {
  margin: 0em;
  padding: 0em;
  color: #000000;
  background: #1b7035
}

h1 {font-size: 260%}
h2 {font-size: 200%}
h3 {font-size: 170%}
h4 {font-size: 130%}
h5 {font-size: 120%}
h6 {font-size: 100%}


a {
  text-decoration:none;
  color: #ffffff;
}
a:hover {
  text-decoration:underline;
}


.sipky {
	position:absolute;
	z-index:3;
	left:371px;
	top:333px;
	line-height:0;
}



#bg_uvod {
  background-image: url(img/bg_uvod.jpg);
  background-repeat: no-repeat;
}

#bg_operace_menu {
  background-image: url(img/bg_operace_menu.jpg);
  background-repeat: no-repeat;
}

#bg_operace {
  background-image: url(img/bg_operace.jpg);
  background-repeat: no-repeat;
}


/*********************************  UVOD *********************************/

#uvod_nadpis {
  position: absolute;
  top: 285px;
  left: 50px;
}



#uvod_uspechy {
  position: absolute;
  top: 345px;
  left: 200px;
  width: 370px;
  color: #ffffff;
}
#uvod_uspechy dl dl,
#uvod_uspechy dl dt {
  padding: 0.4em 0em;
}
#uvod_uspechy span {
  color:#ead6b3
}



#uvod_menu {
  position: absolute;
  top: 350px; 
  left: 570px;  
}
#uvod_menu ul {
	list-style-type: none;
}
#uvod_menu ul li {
  margin: 1em 0em;
  padding: 0.5em 0em 0.5em 1.4em;
  letter-spacing: 8px;
  font-weight: bold;
}
#uvod_menu a:hover {
  text-decoration: none;
  color: #99edf7;
}
.btn_oval {
  background-image: url(img/btn_oval.gif);
  background-repeat: no-repeat; 
}


#uvod_jazyk {
  position: absolute;
  top: 480px; 
  left: 570px;
}
#uvod_jazyk ul {
	list-style-type: none;
}
#uvod_jazyk ul li {
  padding: 0.2em 0em;
}


/*********************************  OPERACE MENU *********************************/

#operace_menu_nadpis {
  position: absolute;
  top: 115px;
  left: 140px;
}


#operace_odkazy {
  position: absolute;
  top: 285px;
  left: 100px;
  width: 475px;
  color: #ffffff;
}
#operace_odkazy li {
  text-align: right;
	list-style-type: none;
}
#operace_odkazy span {
  color:#ead6b3
}
#operace_odkazy a {
  color: #357f3a;
}


#operace_menu {
  position: absolute;
  top: 350px; 
  left: 570px;  
}
#operace_menu ul {
	list-style-type: none;
}
#operace_menu ul li {
  margin: 1em 0em;
  padding: 0.5em 0em 0.5em 1.4em;
  letter-spacing: 8px;
  font-weight: bold;
}
#operace_menu a {
  color: #535353;
}
#operace_menu a:hover {
  text-decoration: none;
  color: #000000;
}
.btn_oval_light {
  background-image: url(img/btn_oval_light.gif);
  background-repeat: no-repeat; 
}


#operace_dodatek {
  position: absolute;
  top: 530px; 
  left: 50px;  
  width: 600px;
  text-align: right;
}
#operace_dodatek a {
 color: #357f3a;
}
#operace_dodatek a:hover {
  font-weight: normal;
  text-decoration: underline;
}



/*********************************  OPERACE KAPITOLY *********************************/

#operace_nadpis {
  position: absolute;
  top: 30px; 
  left: 0px;  
  width: 800px;
  text-align: center;
}

#operace_nadpis h2 {
  font-family: "Palatino Linotype",arial,tahoma,sans-serif;
  color: #EED7B8;
  letter-spacing: 10px;
  font-weight: normal;
}

#operace_obrazek {
  position: absolute;
  top: 150px; 
  left: 100px;  
}



#obsah {
	position:absolute;
	left:370px;
	width:400px;
	overflow:hidden;
	padding-right:10px;
  clip: rect(0px 400px 160px 0px);
  text-align: justify;
  color: #ffffff;
}
