#main {
  width: 780px;
}
.text {
  padding: 0 15px 0 20px;
}
.sekce {
  color: #003eaf;
  float: left;
  margin: 15px 5px 15px 0;
  padding: 5px 0 0 0;
  top: 0;
  left: 0;
  width: 117px;
  border: solid 1px #0066bd;
}
.sekce h3{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.sekce h3 a{
  padding: 0;
  color: inherit;
  background-color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #003eaf; 
}
.sekce h3 a:hover {
	border-bottom: 3px solid #003eaf; 
	padding: 0;
}
.sekce ul{
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sekce p{
  color: #000;
  margin: 0;
  padding: 0 5px 0 0;
}
.sekce ul li{
  margin: 0;
  padding: 0;
  border-top: dotted 1px #0066bd;
}
.sekce li a{
  padding: 5px 15px 5px 5px;
}
.sekce ul li a {
  display: block;
  /*margin: 0;
  padding: 0;
  */color: inherit;
  background: url("../pics/nx/sekce-li-1.gif") top right no-repeat;
  background-color: #ddefff;
  font-weight: bold;
}
.sekce ul li ul li {
  margin: 0;
  padding: 0;
  border-top: dotted 1px #0066bd;
  border-bottom: solid 1px #eef7ff;
}
.sekce ul li ul li a {
  display: block;
  color: inherit;
  background: url("../pics/nx/sekce-li-2.gif") top right no-repeat;
  background-color: #eef7ff;
  font-weight:normal;
}
.sekce a:hover {
  color:navy;
  background-color:white;
}
.text hr {
  clear: both;
}
#podweby h2{
  color: #003eaf;
}
#podweby p{
  margin: 2px 0 15px 0;
}
