/* horizontal navigation */
.page .navigation {
  background: #001537;
  background-image: url('/programma/omegacode/images/nav_balk.jpg');
  background-repeat: no-repeat;
  text-align:center;
  padding: 0px 12px 0px 12px;
  height: 32px;
  }
 
.page .navigation ul {
  padding-top: 6px;
  }
.page .navigation li {
  display: inline;
  }
.page .navigation h2 {
  display: inline;
  font-size: 1em;
  margin-right: 20px;
  text-align:center;
  }
 
.sIFR-hasFlash .page .navigation h2 {
    visibility: hidden;
    /* other CSS properties go here */
	font-size: .93em !important;
	font-size: 1em;
	padding: 0px 5px 0px 5px;
}
 
.page .navigation a {
  color: #000000;
  font-size: .8em;
  text-decoration: none;
  }
.page .navigation a:hover {
  color: #f9fbff;
  text-decoration: none;
  }
.page .navigation a.active {
  color: #f9fbff;
  }
/* used in topbar */
.topbar {
  background: #dbd9d2;
  background-image: url('/components/images/topnav-bg.png');
  background-repeat: repeat-x;
  background-position: bottom center;
  border-bottom: 0px solid #1f3250;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 2.5em;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/components/images/topnav-bg.png');

  }
.topbar .topbarItems {
  text-align: left;
  width: 833px; 
  margin: auto;
  }
.topbar .navigation {
  float: left;
  visibility: visible;
  padding: 0px 0px 3px 0px;
  } 
.topbar .logo {
  position: releative;
  visibility: visible;
  float: left;
  margin: 1px 20px 0px 6px;
  z-index: 50;
  }
 .topbar .navimagemap {
  position: releative;
  visibility: visible;
  float: left;
  margin: 11px 20px 0px 6px;
  z-index: 50;
  }
.topbar li {
  display: inline;
  }
.topbar .navigation h2 {
  display: inline;
  font-size: 1em;
  margin-right: 25px;
  }

.topbar .navigation a {
  color: #2a3b57;
  font-weight: bold;
  margin-right: 25px;
  font-size: .75em;
  text-decoration: none;
  }
.topbar .navigation a:hover {
  color: #fff;
  text-decoration: none;
  }
.loginPassport {
  float: right;
  visibility: visible;
  padding: 8px 0px 3px 0px;
  }
.topbar .loginPassport a {
  color: #2a3b57;
  font-weight: bold;
  margin-right: 25px;
  font-size: .75em;
  text-decoration: none;
  }
.topbar .loginPassport a:hover {
  color: #ffffff;
  }
#passportLogin {
  display: none;
  background: url('/components/images/login-bg.png');
  background-repeat: no-repeat;
  width: 275px;
  height: 154px;
  position: absolute;
  top: 0px;
  right: 20%;
  z-index: 99;
  padding-top: 12px;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/components/images/login-bg.png');
  }
#passportLogin  p {
    
  font-size: .65em;
  text-align: right;
  margin-right: 34px;

  }
#passportLogin  p.control {
  margin-right: 20px;
  }
#passportLogin a {
  color: #ffffff;
  }
#passportLogin a:hover {
  color: #ffffff;
  text-decoration: underline;
  }
#passportLogin  p.control {
  text-align: right;
  }
#passportLogin form {
  margin: 12px 0px 0px 20px;
  }
#passportLogin th {
  text-align: right;
  }
#passportLogin label {
  font-weight: bold;
  font-size: .75em;
  }
#passportLogin input {
   width: 120px;
   }
/* Different style when topbar has mouseover */
.active {
  }
.active .navigation a {
  color: #2a3b57;
  color: #0051a0;
  }
/* po Menu */
#poMenu img {
  border: 1px solid red;
  }
.navLink img {
  vertical-align: top;
}
