html, body    {
  background-color: #3056AB;
  margin: 0px;
  text-align: center;
}

#center {
  position:relative;
  display: block;
  text-align: center;
  width:900px;
  margin: auto;
}

#index-01 {
	width:900px;
	height:87px;
  background: transparent url("images/index_01.jpg");
  background-repeat: repeat-y;
  text-align: left;
}

.index-01_text {
  margin-left: 80px;
  padding-top: 15px;
}

.menu {
  padding-left: 160px;
}

#index-02 {
	width:900px;
	height:124px;
  background: transparent url("images/index_02.jpg");
  background-repeat: repeat-y;
}

#index-03 {
	width:900px;
  background: transparent url("images/index_03.jpg");
  background-repeat: repeat-y;
  min-height: 450px;
  _height: 450px;
  float: left;
}

.navigace {
	margin-left: 80px;  
  text-align: left; 
  font-family: Verdana;
  font-size: 8pt;
  color: #777777;
  padding-bottom: 30px;
}

.index-03_text_left {
	width: 200px;
	height: 400px;
	float: left;
	padding-left: 60px;   
  padding-right: 20px;   
  font-family: Arial;
  font-size: 10pt;
  font-weight: none; 
  color: #575757;    
  background: transparent url("images/border_left.jpg") 55px;
  background-repeat: no-repeat;
}

.index-03_text_right {
	width: 540px;
	float: left;
	text-align: justify;    
  font-family: Arial;
  font-size: 10pt;
  font-weight: none; 
  color: #575757;
}

p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  font-family: Arial;
  font-size: 13pt;
  font-weight: bold;
  color: #233C89; 
}

#index-04 {
	width:900px;
	height:51px;
  background: transparent url("images/index_04.jpg");
  background-repeat: repeat-y;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}

.index-04_text {
  height: 40px;
  background: transparent url("images/paticka.jpg") 60px;
  background-repeat: no-repeat;
  padding-top: 20px;
  font-family: Arial;
  font-size: 10pt;
  color: #ffffff; 
}

a:link, a:visited {
  font-family: Arial;
  font-size: 10pt;
  text-decoration: underline;
  color: #3056AB;
}

a:hover {
  font-family: Arial;
  font-size: 10pt;
  text-decoration: none; 
  color: #3056AB;
}
a:link.odkazy_navigace, a:visited.odkazy_navigace {
  font-family: Arial;
  font-size: 9pt;
  text-decoration: underline;
  color: #777777;
}

a:hover.odkazy_navigace {
  font-family: Arial;
  font-size: 9pt;
  text-decoration: none; 
  color: #777777;
}

img {
  border: 0;
}

