#outer {
     padding: 2px 0;
     border: 1px solid #494949;
     border-color: #494949;
     background: #d2d2d2  url(../images/grad.gif) repeat-x bottom left;
     margin: 30px 27px 31px 23px;
     height: 45px;
}

/* menu uvodni stranka*/
#menu_main {
     background: url(../img/obsah.gif) no-repeat;
     width: 880px;
     margin: 0 auto;
     text-align: left;
     position: relative;
     text-align: left;
     
}
/* menu dalsi stranky*/
#menu{
     background: url(../img/obsah.gif) no-repeat;
     width: 880px;
     height: 58px;
     margin: 0 auto;
     text-align: left;
     position: relative;
     top: 73px;
}
/* menu stejne pro vsechny stranky*/
.menu {
  position:relative; left:35px; margin:0 auto; text-align:left;  height:40px; font-size:100%
}
.menu li {
  display:inline;
}
.menu li a {
     border-right: 1px solid #EBEBEB; border-left: 1px solid #676767;text-decoration: none; color:#fff; padding: 9px 13px; line-height:34px; text-align: center;
}
.menu li a:hover {
     color: #373737;
     background: #EBEBEB;
}
.aktiv { 
background:#e93; border-right: 1px solid #EBEBEB; border-left: 1px solid #676767;padding:9px 13px; color:#fff; line-height:34px;
  }

/*  
#point {
  display:table; padding:0; margin:0 auto; list-style:none; white-space:nowrap; font-family: arial;
}
#point li {
  display:table-cell; margin:0; padding:0;
}
#point li a {
  float: left; font-size: 0.85em; height: 3.1em; line-height: 3.1em; letter-spacing: 1px; padding: 0 1em; text-decoration: none; color: #fff; background-color: #B4B4B4 url(grad.gif) repeat-x bottom left; border-right: 1px solid #EBEBEB;	border-left: 1px solid #676767;
}
#point li a:hover {
  background:#e93 url(../images/down_arrow.gif) no-repeat center top; color:#fff;
}
#point .aktiv { 
clear: both; float: left; font-size: 0.85em; line-height: 3.1em; letter-spacing: 1px; padding: 0 1em; text-decoration: none; color: #fff; background:#e93 url(../images/down_arrow.gif) no-repeat center top; border-right: 1px solid #EBEBEB; border-left: 1px solid #676767;
  }
*/
/* menu venkovni*/

#vertmenu {
     font-size: 100%;
     font-family: arial;
     width: 170px;
     position: relative;
     right: 105px;
     float: left;
     border: 1px solid #111111;
     height: auto;
     background-color: #C6C6C6;
     padding: 3px 1px 3px 5px;
     margin: 0 -70px;
}

#vertmenu ul {
  list-style: none; margin: 0px; padding: 0px; border: none;
}
#vertmenu ul li {
  margin: 0px; padding: 0px;
}
#vertmenu ul li a {
  font-size: 80%;	
  display: block; 
  border-top: 1px solid #EBEBEB; 
  border-bottom: 1px solid #676767; 
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;	
  color: #404040;	
  width: 160px;
}
#vertmenu ul li a:hover {
     color: #373737;
     background: #EBEBEB;
     font-size: 80;
     display: block;
}
#vertmenu .v_aktiv {
     clear: both;
     display: block;
     height: auto;
     width: 160px;
     font-size: 80%;
     text-decoration: none;
     color: #fff;
     font-weight: bold;
     padding-top: 4px;
     padding-bottom: 4px;
     background: #e93;
     border-top: 1px solid #EBEBEB;
     border-bottom: 1px solid #676767;
     border-right: 1px solid #EBEBEB;
     border-left: 1px solid #676767;
}