/**
 * No flash
 */
div.noFlashHolder {
  position:relative;
  width:750px;
  height:180px;
  overflow:visible;
}
a.noFlashImage {
  display: block;
  position:absolute;
  left:0;
  top:0;
  padding-left:1px;
  width:749px;
  height:150px;
}

.top_Overview
{
  background-image: url('../images/noflash/top_Overview.jpg');
}

.top_Investment
{
  background-image: url('../images/noflash/top_Investment.jpg');
}

.top_Contact
{
  background-image: url('../images/noflash/top_Contact.jpg');
}

.top_Team
{
  background-image: url('../images/noflash/top_Team.jpg');
}

.top_Media
{
  background-image: url('../images/noflash/top_Media.jpg');
}

.top_Aboutus
{
  background-image: url('../images/noflash/top_Aboutus.jpg');
}

.top_Investor
{
  background-image: url('../images/noflash/top_Investor.jpg');
}

a#linkToHome {
  position:absolute;
  top:0px;
  left:0px;
  /*left:23px;*/
  display:block;
  width:100%;
  height:100%;
}

/* --- Intro strana --- */
div#langMap {
  position:absolute;
  left:40px;
  top:106px;
  width:299px;
  height:200px;
  background-color:transparent;
  background-image:url(../images/noflash/mapa_off.jpg);
  background-position:left top;
  background-repeat:no-repeat;
}
div#langMenuIntro {
  position:absolute;
  left:547px;
  top:96px;
  width:202px;
  height:200px;
}
a.langMenuIntro {
  display:block;
  width:202px;
  height:49px;
  background-color:transparent;
  background-position:left top;
  background-repeat:no-repeat;
}
a#langMenu0 { height:49px; background-image:url(../images/noflash/lang-0-out.jpg); }
a#langMenu1 { height:48px; background-image:url(../images/noflash/lang-1-out.jpg); }
a#langMenu2 { height:48px; background-image:url(../images/noflash/lang-2-out.jpg); }
a#langMenu3 { height:63px; background-image:url(../images/noflash/lang-3-out.jpg); }

/* --- Hlavni menu --- */
#mainMenuTab {
  position:relative;
  top:-1px;
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}
#mainMenuTab td {
  text-align:center;
  border:0;
}
div.noFlashMainMenu {
  position:absolute;
  left:0;
  top:150px;
  width:100%;
	height:40px;
	background-image:url("../images/noflash/menu-main-bg.png");
	background-position:center top;
	background-repeat:repeat-x;
	border:1px solid rgb(50,50,50);
	border-top:0;
}
div#noFlashMainMenuHP {
  top:150px;
}
div.noFlashMainMenu div.item {
	position:relative;
	/*float:left;*/
	/*background-image:url("../images/noflash/menu-main-but.png");*/
	
	background-position:center top;
	background-repeat:repeat-x;
}

div.noFlashMainMenu div.item1:hover {
  background-image:url("../images/noflash/menu-main-but-over.png");
	/*background-color:rgb(209,84,1);*/
}

div.noFlashMainMenu a.item {
	
	width:auto;
	height:12px;
  
	/*float:left;*/
	margin-right:1px;
	
	
	color:white;
	font-weight:bold;
	font-size:1em;
	text-align:center;
	text-decoration:none;

	
}
  

/* --- Hlavni menu : submenu --- */
div.noFlashMainMenuSubmenu {
  position:absolute;
/*  bottom:30px;
  _bottom:32px;*/
  top:40px;
  _top:40px;
  left:0;
  width:200px;
  width:250px;
  display:none;
  text-align:left;
}
div.noFlashMainMenuSubmenu a {
  display:block;
  width:180px;
  width:230px;
  color:#ffffff;
  font-weight:bold;
  padding:8px 10px;
  background-color:rgb(29,53,109);
  filter: alpha(opacity=85, style=0);
  -moz-opacity:0.85;
}
div.noFlashMainMenuSubmenu a:hover {
  color:#ffffff;
  background-color:rgb(155,0,18);
}
