/********************************************************************
 *
 *		NASTAVENIE VZHLADU JEDNOTLIVYCH CASTI
 *		PROFI
 *
 ********************************************************************/
 
/********************************************************************
 * 	Tabulka s menu
 ********************************************************************/
.menu_table
{
	LINE-HEIGHT: 1.0em;
}

/********************************************************************
 * 	Riadky 1
 ********************************************************************/
.rows1
{
	LINE-HEIGHT: 1.6em;
}

/********************************************************************
 * 	Riadky 2
 ********************************************************************/
.rows2
{
	LINE-HEIGHT: 1.3em;
}

/********************************************************************
 * 	Kateogrie v menu
 ********************************************************************/
.categories 
{ 
	font-weight: bold; 
	color: #FFD409; 
	text-decoration: none; 
}
a.categories:hover 
{ 
	font-weight: bold; 
	color: #FFFFD9; 
	text-decoration: none; 
}

/********************************************************************
 * 	Subkateogrie v menu
 ********************************************************************/
.subcategories 
{ 
	font-weight: normal; 
	color: #A89600; 
	text-decoration: none; 
}
a.subcategories:hover 
{ 
	font-weight: normal; 
	color: #A6A6A6; 
	text-decoration: none; 
}

/********************************************************************
 * 	Vystavovatel v zozname
 ********************************************************************/
.exhibitors 
{ 
	font-size: 13; 
	font-weight: bold; 
	color: #FF0155; 
	text-decoration: none; 
}
a.exhibitors:hover {
	font-size: 13; 
	font-weight: bold; 
	color: #C0C0C0; 
	text-decoration: none; 
}

/********************************************************************
 * 	Mesto - zoznam
 ********************************************************************/
.towns
{ 
	font-weight: bold; 
	color: #808080; 
	text-decoration: none; 
}

/********************************************************************
 * 	Popis - zoznam
 ********************************************************************/
.description
{ 
	font-weight: normal; 
	color: #575757; 
}

/********************************************************************
 * 	Vystavovatel na stranke - profil
 ********************************************************************/
.exhibitor 
{ 
	font-size: 15; 
	font-weight: bold; 
	color: #FF0155; 
}

/********************************************************************
 * 	Vystavovatel na stranke - profil - podnazov
 ********************************************************************/
.exhibitor_subname 
{ 
	font-size: 12; 
	font-weight: bold; 
	color: #CA0047; 
}

/********************************************************************
 * 	Popis - zoznam
 ********************************************************************/
.exhibitor_description
{ 
	font-weight: normal; 
	color: #808080; 
}

/********************************************************************
 * 	Zalozky vystavovatela
 ********************************************************************/
.tab2 
{  
	font-size: 12;
	font-weight: normal; 
	color: #808080; 
	text-decoration: none; 
}
a.tab2:hover 
{ 
	font-size: 12;
	font-weight: normal; 
	color: #FFFFD9; 
	text-decoration: none; 
}
.tab2_selected 
{  
	font-size: 12; 
	font-weight: bold; 
	color: #FF0000; 
	text-decoration: none; 
}
a.tab2_selected:hover 
{ 
	font-size: 12;
	font-weight: bold; 
	color: #FF0000; 
	text-decoration: none; 
}

/********************************************************************
 * 	Podnadpis zalozky
 ********************************************************************/
.noimportant
{  
	color: #808080; 
}

/********************************************************************
 * 	Mapa vystavovatela
 ********************************************************************/
.map 
{  
	font-weight: normal; 
	color: #31B572; 
	text-decoration: underline; 
}
a.map:hover 
{ 
	font-weight: normal; 
	color: #808080; 
	text-decoration: underline; 
}

/********************************************************************
 * 	Osoby v zozname
 ********************************************************************/
.persons 
{ 
	font-size: 13; 
	font-weight: bold; 
	color: #FFA173; 
	text-decoration: none; 
}
a.persons:hover {
	font-size: 13; 
	font-weight: bold; 
	color: #FFC1E1; 
	text-decoration: none; 
}