html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: rgb(213,213,213);
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 860px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

#third_container
{
  position: relative; 
  top: -280px; 
  width: 860px;
}



/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: rgb(0,16,112); 
  background-color: rgb(213,213,213);
}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba2.jpg');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}



/* === Language menu === */



#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none;   

}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: rgb(0,16,112); 
  background-color:   border: 1px solid green;
;
}

#submenu a:hover, #submenu a:active
{
  background-image: url('images/tabb2.jpg');
  color: #ffffff; 
}

#submenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}



/* === Other Divs === */
 


.border
{
  padding: 15px; 
  background-color: #ffffff;
}

.border_inner
{
  background-color: #ffffff;
  padding: 15px 0px 15px 146px;
  height: 453px;
  background-image: url('images/back.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 50px; 
  width: 45px;
  height: 453px;
  background-image: url('images/vanero.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

.content
{
  height: 453px;
  overflow: auto;
  padding: 7px;
}

.designinfo
{
  margin-top: 5px;
  text-align: right;
  color: rgb(0,16,112);
  background-color: inherit;
}



/* === Inline Text Styles === */



h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 13pt;
  color: #ffffff;
  background-color: inherit;
  border-left: 5px solid rgb(211, 226, 195);

}

.details
{
  display: none;
  font-size: 9pt;
  color: #6E7468;
}

.text
{
  display: block;
  text-align: justify;
  margin: 10px 25px 20px 12px;
}

.text p
{
  text-align: justify;
}

.text a
{
  color: rgb(0,16,112);
  text-decoration: underline;
}

.text a:hover, .text a:active
{
  color: #000000;
  text-decoration: underline;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}

.samplemap
{
  width:117px;
}

#termtab td
{
  width:124px;
  text-align:center;
  vertical-align: top;
}

.web
{
  text-align:center;
  padding:6px 0px 7px 0px;
  background-image: url('images/bglink.png');
  background-repeat: no-repeat;
  background-position: center top;
}

.new
{
  color: rgb(0,153,51);
  font-size: 7pt;
  margin-left:5px;
}

.AdamnaInfo
{
  margin-top:10px;
}

.poradatel
{
  float:left;
  margin: 0px 20px 10px 0px;
}

.cistic
{
  height: 0px; 
  padding-bottom: 13px; 
  clear: both; 
  visibility: hidden; 
}