/* OBECNE */
BODY,HTML {
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  background: #C6E5D1 url(img/background.jpg) repeat-x top;

  scrollbar-3dlight-color: #7EC59D;
  scrollbar-arrow-color: #F1F8F3;
  scrollbar-base-color: #4CA472;
  scrollbar-darkshadow-color: #4CA472;
  scrollbar-face-color: #7EC59D;
  scrollbar-highlight-color: #7EC59D;
  scrollbar-shadow-color: #7EC59D;
  scrollbar-track-color: #4CA472;
}

DIV {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;	
}

.hidden {
  display: none;
}

HR {
  clear: both;
  display: none;
}

BR {
  /*line-height: 50px;*/
}

#page {
  width: 100%;
  background: url(img/bg_pattern.gif) repeat; 
}

#m-frame {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-left: 5px solid #4CA472;
  border-right: 5px solid #4CA472;
  background-color: #378146;
}

/* HLAVICKA DOKUMENTU */
#head {
  width: 600px;
  height: 195px;
  position: relative;
  background: #378146 url(img/head.jpg) no-repeat top;
  text-align: left;
}

UL#menu1st {
  width: 568px;
  position: absolute;
  top: 165px;
  left: 15px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  list-style-type: none;
  border-bottom: 3px solid #4CA472;
}

UL#menu1st LI {
  padding: 0px 0px 4px 0px;
  margin: 0px 9px 0px 0px;
  float: left;
}

UL#menu1st LI#last {
  margin-right: 0px;
}

UL#menu1st LI A { 
  display: block;
  padding: 0px 5px 0px 5px;
  font: bold 12pt "Times New Roman", Times, serif;
  text-decoration: none;
  color: #C6E5D1; 
  background-color: #378146;
}

UL#menu1st LI A:hover { 
  background-color: #C6E5D1;
  color: #378146;
}

/* TELO DOKUMENTU */
#data_frame {
  width: 600px;
  clear: both;
}

.data {
  width: 600px;
  padding: 15px 0px 20px 0px;
  float: left;
  text-align: justify;
}

.data P {
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 10px 15px;
  font: 12pt "Times New Roman", Times, serif; 
  color: #C6E5D1;
  line-height: 120%;
  text-indent: 15px;
}

.data H2 {
  margin: 0px 0px 0px 0px;
  padding: 3px 5px 0px 15px;
  font: 20pt "Times New Roman", Times, serif; 
  letter-spacing: 1px;
  color: #F1F8F3;
}

.data H3 {
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 10px 15px;
  font: 14pt "Times New Roman", Times, serif; 
  letter-spacing: 1px;
  color: #F1F8F3;
}

.data SPAN.img {
  display: block;
  width: 270px;  
  height: 270px;
  margin: 0px 15px 0px 15px;
  background-color: #4A9A5D;
  text-align: center;
  border: 1px solid #4AA76E;
  font: 10pt "Times New Roman", Times, serif; 
  color: #C6E5D1;
}

.data IMG.logo {
  width: 58px;  
  height: 36px;
}

SPAN.img IMG {
  margin-top: 30px;
}


/* PATICKA DOKUMENTU */	
#path {
  width: 600px;
  position: relative;
  clear: both;
  background-color: #4B995D;
}

#empty_pattern {
  width: 570px;
  height: 43px;
  margin-left: auto;
  margin-right: auto;
  background: url(img/empty_pattern.jpg) repeat-x center; 
  text-align: left; 
}

#fill_pattern {
  width: 45px;
  height: 43px;
  display: block;
  background: url(img/fill_pattern.jpg) no-repeat left;  
}

#fill_pattern A {
  width: 45px;
  height: 43px;
  display: block;
  cursor: hand;
  text-decoration: none;
}

#status {
  position: relative;
  width: 600px;
  height: 17px;
  background-color: #ECF7F5;
  text-align: left;
}

#author {
  position: absolute;
  left: 480px;
  display: block;  
  font: 10pt "Times New Roman", Times, serif;
  color: #4B995D;
}

A.author {
  text-decoration: none;
  font-weight: bold;
  color: #F7B100;
}

A.author:hover {
	text-decoration: underline;
}
