@charset "utf-8";
/* CSS Document */

body  {
	background-image: url(../images/page-back.gif);
	background-color: #000425;
	background-repeat: repeat-x;
	margin-top: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size:10pt;
}

/*typo*/
#menuHeader{
	width: 950px;
	height: 77px;
	background-image: url(../images/top-back.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

/*horný bar s jazykovými prepínačmi*/
#topbar{
	width: 950px;
	height: 18px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	/*font-weight: bold;*/
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
	padding-right: 50px;
}

#goHome {
	float: left;
	width: 200px;
	height: 77px;
}

a.tb		 { color: #fff;	text-decoration: none; 	font-family: Arial, Helvetica, sans-serif; font-size: 7pt;}
a.tb:link 	 { color: #fff; text-decoration: none; 	}
a.tb:visited { color: #fff; text-decoration: none; }
a.tb:hover 	 { color: #fff; text-decoration: underline; }
a.tb:active	 { color: #fff; text-decoration: none; }

a.tm			{ color:#666; text-decoration:none; font-size: 15pt; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
a.tm:hover 		{ color:#000; text-decoration: none; }
a.tm:active 	{ color:#036; text-decoration: none; }
a.tm:link 		{ color:#666; text-decoration: none; }
a.tm:visited 	{ color:#666; text-decoration: none; }

.topMenu, .topMenuActive{
	width: 158px;
	height: 38px;
	top:26px;
	background-image: url(../images/top-menu-back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	float:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: right;
	position: relative;
	line-height: 45px;
	padding-right: 10px;
}

.topMenuActive		{	background-image: url(../images/top-menu-over-back.jpg)}

.topMenu:hover		{	background-image: url(../images/top-menu-over-back.jpg);}
.topMenu a			{	color:#666;	text-decoration:none; font-size: 15pt;}
.topMenu a:hover	{	color:#000;	text-decoration:none;	line-height: 43px;}
.topMenu a:active	{	color:#036;	text-decoration:none;	line-height: 43px;}
.topMenu a:visited	{	color:#666;	text-decoration:none;}

.topMenuGap			{	width: 15px;	height: 38px;	float:right;}

